21.02.2015, 17:23
You're still kicking the player regardless of the timer?
You should only have the kick function inside the timer.
pawn Код:
KickTimer[playa] = SetTimerEx("KickPlayer",5000,true,"d",playa);
Kick(playa);