Posts: 11
Threads: 5
Joined: Feb 2009
Reputation:
0
Hello, I need the command /clothes, when you put f4 to exit the menu and /kill, it costs $ 60 Skin changed. . . . . . . .. Thanks.
Posts: 10
Threads: 1
Joined: Feb 2009
Reputation:
0
Dont need to double post, and i dont really get what you mean....
Do you mean something like this?:
if(strcmp(cmd, "/clothes", true) == 0) (Type /clothes)
GivePlayerMoney(playerid, -60); (Take away -$60)
ForceClassSelection(1); (Take to skin select screen)
Something like that?
Posts: 156
Threads: 0
Joined: Mar 2008
Reputation:
0
dont forget to set health to 0.0 else the player will not go to class selection.
Posts: 11
Threads: 5
Joined: Feb 2009
Reputation:
0
Thank you very much ... If it works well now thank you very much for help ..