05.02.2018, 17:41
I do not use filterscripts, I do not know what's the matter. I kind of solved the problem this way:
I do not know if this is the right decision, but it works. In any case, thanks for your attention.
Code:
SetTimerEx("timer", 1, 0, "i", playerid);
...
forward timer(playerid);
public timer(playerid) {
SpawnPlayer(playerid);
return true;
}

