SA-MP Forums Archive
[Help] <>(spawn) - 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: [Help] <>(spawn) (/showthread.php?tid=486457)



[Help] <>(spawn) - ADZAA - 08.01.2014

How to extend <>(spawn).I make timer "PrijeLogin" and when he expire shows me a Login/Reg... but when I connect on server <>(spawn) show me now and annoys me.How i extend this to timer "PrijeLogin" or remove it ?
Thanks!


Re: [Help] <>(spawn) - Seif- - 08.01.2014

You can just spawn the player to remove this. Under OnPlayerRequestClass(which is where this happens), add SetSpawnInfo then SpawnPlayer to make the player spawn. Afterwards, execute PrijeLogin.


Re: [Help] <>(spawn) - ADZAA - 08.01.2014

Thanks a lot !