spectating player problem :)
#3

You forgot the killerid parameter in your timer....
change
pawn Код:
SetTimerEx("Spectatelagtimer",3300,0,"i",playerid); //it takes 3,3 secs after death to enter the spectating mode
to
pawn Код:
SetTimerEx("Spectatelagtimer", 3300, 0, "ii", playerid, killerid); // it takes 3,3 secs after death to enter the spectating mode
Reply


Messages In This Thread
spectating player problem :) - by BlackWolf120 - 29.12.2010, 03:45
Re: spectating player problem :) - by Hal - 29.12.2010, 03:59
Re: spectating player problem :) - by [03]Garsino - 29.12.2010, 09:46
Re: spectating player problem :) - by BlackWolf120 - 29.12.2010, 15:23
Re: spectating player problem :) - by Hal - 29.12.2010, 15:32

Forum Jump:


Users browsing this thread: 3 Guest(s)