login screen help - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: login screen help (
/showthread.php?tid=322128)
login screen help -
hazthekid - 29.02.2012
Okay when I log in it does this I hit spawn add it has a massive spas attack any idea's ?
Re: login screen help -
Jaxson - 29.02.2012
Nice hacks.
Re: login screen help -
Nuke547 - 29.02.2012
That is because your getting set a position that is beyond the map.
Re: login screen help -
hazthekid - 01.03.2012
How can i set the spawn (I am in a local host at the moment but I will move to a 24/7 server)
Re: login screen help -
Abbott - 01.03.2012
Quote:
Originally Posted by hazthekid
How can i set the spawn (I am in a local host at the moment but I will move to a 24/7 server)
|
When you add skins in OnGameModeInit you can set their position (spawn point).
https://sampwiki.blast.hk/wiki/AddPlayerClass
Re: login screen help -
arathin - 01.03.2012
To test if it is you spawning outside of the map add this to OnGameModeInit under the player class section
Quote:
AddPlayerClass(0, 1958.33, 1343.12, 15.36, 269.15, 0, 0, 0, 0, 0, 0);
|