Need help in /switchclass
#8

I fixed it. but I use this cmd for change class

pawn Код:
CMD:sc(playerid,params[])
    {
    TogglePlayerControllable(playerid, 0);
    SendClientMessage(playerid, COLOR_BLUE, "You can Now Choose your Class!");
    ResetPlayerWeapons(playerid);
    ShowPlayerDialog(playerid, 999, DIALOG_STYLE_LIST, "{6EF83C}Choose A Class:", "Assault Class  (Need No Rank)  \nSniper Class  (Need Rank 2) \nMedic Class  (Need Rank 3)  \nEngineer Class  (Need Rank 4) \nMercenary Class  (Need Rank 5 )  \nJet-Trooper Class  (Need Rank 7)  \nPilot Class  (Need Rank 8) ", "Choose","");
    SetPlayerVirtualWorld(playerid, 0);
    return 1;
}
i want as player will choose class he will be respawn at his base..
Reply


Messages In This Thread
Need help in /switchclass - by iOmar - 16.08.2012, 20:19
Re: Need help in /switchclass - by Sandiel - 16.08.2012, 20:28
Re: Need help in /switchclass - by iOmar - 16.08.2012, 23:13
Re: Need help in /switchclass - by CROSS_Hunter - 16.08.2012, 23:58
Re: Need help in /switchclass - by iOmar - 17.08.2012, 01:15
Re: Need help in /switchclass - by CROSS_Hunter - 17.08.2012, 01:28
Re: Need help in /switchclass - by iOmar - 17.08.2012, 07:15
Re: Need help in /switchclass - by iOmar - 17.08.2012, 07:25
Re: Need help in /switchclass - by Dan. - 17.08.2012, 08:50
Re: Need help in /switchclass - by iOmar - 17.08.2012, 09:58

Forum Jump:


Users browsing this thread: 1 Guest(s)