Untitled

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