I have a prop code that i made and i want to make it only for police job how can i do that

RegisterCommand(“shield”, function()

if shieldActive then

    DisableShield()

else

    EnableShield()

end

end, false)

thats the code plis help its standalone and im on qbus

Just add a check into the if statement for the job - I dont know what the proper way to fetch a player job is on QBUS, so I cant help there. Just look at other scripts, should be in there somewhere.