23.06.2013, 01:50
#1
well you can delay it by using a timer
#2
I notice that you use GetPlayerName before the sscanf statement but that won't fix problem
well you can delay it by using a timer
pawn Код:
forward KickTimer(ID);
public KickTimer(ID)
{
Kick(ID);
return 1;
}
SetTimerEx("KickTimer",1000,false,"i",ID);
I notice that you use GetPlayerName before the sscanf statement but that won't fix problem

