OnPlayerRequestClass and spawn problem
#14

I do not use filterscripts, I do not know what's the matter. I kind of solved the problem this way:
Code:
SetTimerEx("timer", 1, 0, "i", playerid);
...

forward timer(playerid);
public timer(playerid) {
	SpawnPlayer(playerid);
	return true;
}
I do not know if this is the right decision, but it works. In any case, thanks for your attention.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)