RegisterCommand(“shield”, function()
if shieldActive then
DisableShield()
else
EnableShield()
end
end, false)
thats the code plis help its standalone and im on qbus
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.