SA-MP Forums Archive
Players 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Players spawn (/showthread.php?tid=102138)



Players spawn - Angelo94 - 13.10.2009

I wrote the players coordinates

AddPlayerClass(126,-49.8652,-271.1516,6.6332,182.7898,0,0,0,0,0,0); //
AddPlayerClass(126,-57.0681,31.7166,3.1172,161.2398,0,0,0,0,0,0); //
AddPlayerClass(2,-49.8652,-271.1516,6.6332,182.7898,0,0,0,0,0,0); //
AddPlayerClass(2,-57.0681,31.7166,3.1172,161.2398,0,0,0,0,0,0); //
AddPlayerClass(0,-49.8652,-271.1516,6.6332,182.7898,0,0,0,0,0,0); //
AddPlayerClass(0,-57.0681,31.7166,3.1172,161.2398,0,0,0,0,0,0); //

under OnGameModeInIt (players coordinates and veichles coordinates are mixed...)

Anyway, i always spawn out of a casino in las venturas! and i get only cj's skin aswell!


Re: Players spawn - MenaceX^ - 13.10.2009

Have you been moving through the classes? (Pressed < or >)


Re: Players spawn - Angelo94 - 13.10.2009

no maybe i know the problem because under OnGameModeInIt i found this

AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);

it was already there i think, i deleted it


Re: Players spawn - MartinDaniel - 13.10.2009

If you want a skin to every spawn, then:

AddPlayerClass({Put the skin ID, instead of 0}, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);


Thanks.