Skins in gamemode
#1

Hey all can anyone help me with making an gamemode?

How do i add skins ??

To a gamemode..

Not teams just skins ..?

Help me out plz
Reply
#2

https://sampwiki.blast.hk/wiki/AddPlayerClass
Reply
#3

AddPlayerClass(0,0.0,0.0,0.0,0.0,-1,-1,-1,-1,-1,-1); //cj

Do this for each of your needed skins, or

for(new i = 0; i < 299; i++)
{
if(IsValidSkin(i))
{
AddPlayerClass(i,0.0,0.0,0.0,0.0,-1,-1,-1,-1,-1,-1);
}
}
for all valid skins. Hope this helps.

Peace....
Reply
#4

Quote:
Originally Posted by Clive
Посмотреть сообщение
Beat me to it Clive. Lolz.

Peace...
Reply
#5

Thanks Clive and Stigg this helped out..

Thanks again
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)