SA-MP Forums Archive
How to change tha 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)
+--- Thread: How to change tha skins! (/showthread.php?tid=424816)



How to change tha skins! - Duzzify - 23.03.2013

Hello! Pillow i like pillows mhhmmh pillow.......

Okay how do i make so ppl can change skins from 0-299?

currently its only 1 noob skin.....


Re: How to change tha skins! - Baboon - 23.03.2013

SetPlayerSkin(playerid, skinid);


Re: How to change tha skins! - dusk - 23.03.2013

Or if you are talkin about selection when they connect, AddPlayerClass under OnGameModeInit, or for all:
pawn Код:
for(new I; I < 300; i++)
{
AddPlayerClass(I,x,y,z,angle,0,0,0,0,0,0);
}