SA-MP Forums Archive
Spawn Problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Spawn Problem (/showthread.php?tid=574161)



Spawn Problem - norton2 - 14.05.2015

Sometimes after I write the password, not spawn me. It appears than a bar.
BAR:


AW: Spawn Problem - ReaxoR - 14.05.2015

Solution:

public OnPlayerRequestClass : TogglePlayerSpectating(playerid, 1);

public OnPlayerLogin: TogglePlayerSpectating(playerid, 0);


Re: Spawn Problem - Sellize - 14.05.2015

Could you show the code that spawns the player when they register/login?


Re: AW: Spawn Problem - norton2 - 14.05.2015

Quote:
Originally Posted by ReaxoR
Посмотреть сообщение
Solution:

public OnPlayerRequestClass : TogglePlayerSpectating(playerid, 1);

public OnPlayerLogin: TogglePlayerSpectating(playerid, 0);
Thank you! +1