Clothes
#1

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

Sameway I can ask how to make RolePlay gamemode?

Just learn scripting
Reply
#3

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
Reply
#4

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

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

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

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.....
Reply
#8

I know I said clothes but I was meaning skins
Reply
#9

lol I cant get what does that mean ^^'
Reply
#10

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


Forum Jump:


Users browsing this thread: 1 Guest(s)