Two questions
#2

#1
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);
#2
I notice that you use GetPlayerName before the sscanf statement but that won't fix problem
Reply


Messages In This Thread
Two questions - by _Khaled_ - 23.06.2013, 01:27
Re: Two questions - by horsemeat - 23.06.2013, 01:50
Re: Two questions - by RedFusion - 23.06.2013, 01:55
Re: Two questions - by _Khaled_ - 23.06.2013, 02:20
Re: Two questions - by Kindred - 23.06.2013, 02:38
Re: Two questions - by _Khaled_ - 23.06.2013, 02:44
Re: Two questions - by Kindred - 23.06.2013, 02:58
Re: Two questions - by Scenario - 23.06.2013, 03:01

Forum Jump:


Users browsing this thread: 1 Guest(s)