Untitled
unknown
plain_text
5 years ago
213 B
6
Indexable
hook.Add("KeyPress", "ManualWeaponPickup_KeyPress", function(ply, key)
if (key == KEY_Q) then
if ply:IsSuperadmin then
return true
else
return false
end
end
end)Editor is loading...