SA-MP Forums Archive
Spawn Button - 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 Button (/showthread.php?tid=557916)



Spawn Button - Jigsaw123 - 15.01.2015

Hey guys.. Basically, I am working on a server, and after The Dialog pops up to type in your password, you enter your password and click login, then you have to click 'Spawn' for the player to spawn.. How do I make it so they spawn straight after they entered their password? :P


Re: Spawn Button - mahdi499 - 15.01.2015

Add that when they write their password,

add this:

pawn Код:
SpawnPlayer(playerid);



Re: Spawn Button - Ironboy - 15.01.2015

<Removed>


Re: Spawn Button - Schneider - 15.01.2015

pawn Код:
SpawnPlayer(playerid);