View Single Post
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 06-23-2021 , 07:04   Re: can players exploit sourcemod with their name?
Reply With Quote #2

Yes, that's why you need to target them via User ID or Serial. Never target clients via their name in plugins.
PHP Code:
ServerCommand("sm_command #%i"GetClientUserId(client)); 
__________________
Psyk0tik is offline