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