SA-MP Forums Archive
Clothes - 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: Clothes (/showthread.php?tid=174446)



Clothes - silver_medall - 05.09.2010

How do I make the player go to the game and choose his clothes


Re: Clothes - Voldemort - 05.09.2010

Sameway I can ask how to make RolePlay gamemode?

Just learn scripting


Re: Clothes - ipsBruno - 05.09.2010

No is Possible...
Use SetPlayerSkin for change Skin *-*
Press F4 -> Kil

For Class Selection
pawn Код:
if(!strcmp(cmdtext, "/class", true))
{
ForceClassSelection(playerid);
SetPlayerHealth(playerid,0);
return 1;
}
l


Re: Clothes - Voldemort - 05.09.2010

Quote:
Originally Posted by DraKiNs
Посмотреть сообщение
No is Possible...
Use SetPlayerSkin for change Skin *-*
I mean SetSkin is setskin, but like buy clothes etc


Re: Clothes - ipsBruno - 05.09.2010

Quote:
Originally Posted by Voldemort
Посмотреть сообщение
I mean SetSkin is setskin, but like buy clothes etc
I Edited my Post, Look Man


Re: Clothes - silver_medall - 05.09.2010

DraKiNs do u mean No, is possible?
and where do I put that ?


Re: Clothes - ipsBruno - 05.09.2010

Change Clothes is Not Possible
Change Skin is Possible

pawn Код:
if(!strcmp(cmdtext, "/class", true))
{
     ForceClassSelection(playerid);
     SetPlayerHealth(playerid,0);
     return 1;
}
Or

pawn Код:
if(!strcmp(cmdtext, "/skin24", true))
{
     SetPlayerSkin(playerid,24);
     return 1;
}
Skin = Characte
Ex:
Cj,BigSmoke, etcc

CJ = ID 0 or 1.....


Re: Clothes - silver_medall - 05.09.2010

I know I said clothes but I was meaning skins


Re: Clothes - silver_medall - 05.09.2010

lol I cant get what does that mean ^^'


Re: Clothes - Mike_Peterson - 05.09.2010

do you mean people have to buy their skins on class selection?