Why skin not changing
#3

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
Код:
SetTimerEx("spawn",1000, false, "i", playerid);
instead of the global timer.

Код:
SetTimer("spawn", 1000, false);
Reply


Messages In This Thread
Why skin not changing - by akib - 23.05.2017, 04:10
Re: Why skin not changing - by Antenastyle - 23.05.2017, 05:54
Re: Why skin not changing - by Farzam - 23.05.2017, 06:31
Re: Why skin not changing - by akib - 23.05.2017, 09:03

Forum Jump:


Users browsing this thread: 1 Guest(s)