19.10.2010, 12:52
I'm guessing:
Because that would compare the player that typed the command to "pID" and send the client message if they are the same.
pawn Код:
if(playerid == pID) return SendClientMessage(playerid, COLOR_RED,"You cant ban yourself");