23.05.2017, 06:31
You are using a global timer which doesn't set anyone's Spawn info or skin because you didn't give the function the playerid.
Use
instead of the global timer.
Use
Код:
SetTimerEx("spawn",1000, false, "i", playerid);
Код:
SetTimer("spawn", 1000, false);