Spawning player upon Registration/Login Issue - 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: Spawning player upon Registration/Login Issue (
/showthread.php?tid=392353)
Spawning player upon Registration/Login Issue -
nmader - 13.11.2012
Alright, so basically I am working on my script and am trying to have a player spawn when he registers or when he logs in; however whatever I try it does not work, I have used SpawnPlayer(playerid); however had no success and he/she still has to press spawn to actually spawn.
Any help will be greatly appreciated (Reputation will NOT be promised unless you honestly deserve it.)
~Nate
Re: Spawning player upon Registration/Login Issue -
tyler12 - 13.11.2012
SetSpawnInfo After the player entered the password, SpawnPlayer(playerid);
Re: Spawning player upon Registration/Login Issue -
nmader - 13.11.2012
And where do I place SetSpawnInfo?