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