View Single Post
DarkDeviL
SourceMod Moderator
Join Date: Apr 2012
Old 02-04-2019 , 20:57   Re: How To Add Plugin @all @t @ct
Reply With Quote #3

Quote:
Originally Posted by CliptonHeist View Post
https://sm.alliedmods.net/new-api/helpers/FindTarget

Also you should never use %s format modifier with server command unless you want someone to come in with the name ";rcon quit" and destroy your server. Use %N with the client index instead.
%N with client id wouldn't make a difference from %s with GetClientName.

Use %d with GetClientUserId(client).
__________________
Mostly known as "DarkDeviL".

Dropbox FastDL: Public folder will no longer work after March 15, 2017!
For more info, see the [SRCDS Thread], or the [HLDS Thread].
DarkDeviL is offline