SA-MP Forums Archive
how do i add character skins? - 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: how do i add character skins? (/showthread.php?tid=86710)



how do i add character skins? - stud4125 - 15.07.2009

I need help i dont now where to put character skin id at so can some one show me plz xD


Re: how do i add character skins? - wikop - 15.07.2009

You mean skins to spawn ?

AddPlayerClass( skin id, x, y, z, a, a1, w1, a2, w2, a3, w3 );

x,y,z,a - coords (xyz and angle of spawn zone)

w1,w2,w3 - weapons
a1,a2,a3 - ammo for weapons (27,100 - 100 ammo for combat shotgun)

All onto OnGameModeInit

EDIT :

samp-debug, you can change skins (functions button) and save position with /save


Re: how do i add character skins? - stud4125 - 15.07.2009

Thanks I am new to scripting


Re: how do i add character skins? - Correlli - 15.07.2009

Quote:
Originally Posted by stud4125
Thanks I am new to scripting
Then read this also:
http://forum.sa-mp.com/index.php?topic=2750.0


Re: how do i add character skins? - stud4125 - 15.07.2009

Well i amd looking at https://sampwiki.blast.hk/wiki/Main_Page

Quote:
Originally Posted by Don Correlli
Quote:
Originally Posted by stud4125
Thanks I am new to scripting
Then read this also:
http://forum.sa-mp.com/index.php?topic=2750.0



Re: how do i add character skins? - stud4125 - 15.07.2009

oh and before i forget when do i get Color id for cars?



Re: how do i add character skins? - Correlli - 15.07.2009

Quote:
Originally Posted by stud4125
oh and before i forget when do i get Color id for cars?
https://sampwiki.blast.hk/wiki/Color_ID


Re: how do i add character skins? - stud4125 - 15.07.2009

Quote:
Originally Posted by Don Correlli
Quote:
Originally Posted by stud4125
oh and before i forget when do i get Color id for cars?
https://sampwiki.blast.hk/wiki/Color_ID
Thanks



Re: how do i add character skins? - Correlli - 15.07.2009

You're welcome. 99% stuff you're searching can be found on forums or wiki.


Re: how do i add character skins? - stud4125 - 15.07.2009

ok