Untitled

 avatar
unknown
plain_text
4 years ago
200 B
5
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...