SA-MP Forums Archive
[HELP]AddPlayerClass Problem - 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]AddPlayerClass Problem (/showthread.php?tid=423166)



[HELP]AddPlayerClass Problem - DanyelKing - 16.03.2013

Hi, I've changed Class selection coordinates with my coordinates, but server Show Class selection from default CJ's House. Can you help me?


Re: [HELP]AddPlayerClass Problem - Mystique - 16.03.2013

Show me your OnPlayerRequestClass callback.


Re: [HELP]AddPlayerClass Problem - DanyelKing - 16.03.2013

Ok, now I've founded the problem xD But .. what are AddPlayerClass coordinates for?


Re: [HELP]AddPlayerClass Problem - Mystique - 16.03.2013

If you haven't got any SetPlayerPos in the OnPlayerSpawn callback, the class will spawn there. If you have two AddPlayerClass , with different skin id's and coordinates they will spawn at the coordinates set in their AddPlayerClass function.


Re: [HELP]AddPlayerClass Problem - DanyelKing - 16.03.2013

Ok thank you