SA-MP Forums Archive
SetSpawnInfo 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: SetSpawnInfo problem (/showthread.php?tid=363130)



SetSpawnInfo problem - JustinAn - 26.07.2012

Well I need help with this problem:
pawn Код:
SetSpawnInfo(playerid, 0, 299, 1642.3702, -2237.6377, 13.4985, 180.0, 0, 0, 0, 0, 0, 0);
So as you can see, the skinid 299(Claude skin), and when I spawn it sets the player skinid to 0(CJ)
But you can see right there, skinid 299 - Claude skin.
Could you guys help me with this?


Re: SetSpawnInfo problem - ViniBorn - 26.07.2012

Search for SetPlayerSkin in your OnPlayerConnect/OnPlayerSpawn etc


Re: SetSpawnInfo problem - JustinAn - 26.07.2012

Quote:
Originally Posted by Viniborn
Посмотреть сообщение
Search for SetPlayerSkin in your OnPlayerConnect/OnPlayerSpawn etc
Nothing in those public functions with 'SetPlayerSkin'. (OnPlayerConnect/OnPlayerSpawn)