28.05.2010, 05:58
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...
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...