[AddPlayerClass] 210 Skins // Quicky1995 Logger
#5

The easiest (and most efficient) way of adding ALL the available ped skins into your script is to put these lines in your OnGameModeInit...

for(new a=0;a<300;a++){
switch(a){case 3,4,5,6,8,42,65,74,86,119,149,208,273,289:continue ;}
AddPlayerClass(a,0,0,0,0,0,0,0,0,0,0);}

Done...

EDIT: Oops...Hadn't noticed Kyo already posted this...I answered it from a search query and didn't see his entry...
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)