17.05.2015, 21:44
Replace:
to:
That's why you use the timer, so it will call kick the player delayed and the messages will be shown.
pawn Код:
SetTimerEx("KickEx",10000,0,"i",targetid);
Kick(targetid);
pawn Код:
SetTimerEx("KickEx",10000,0,"i",targetid);