ForceClassSelection not working?
#2

pawn Код:
forward switcher(playerid);
public switcher(playerid)
{
    switch(Mode[playerid])
    {
        case 1:
        {
            Mode[playerid] = 2;
            print("MODE SWITCHED to 1");
        }
        case 2:
        {
            Mode[playerid] = 1;
            print("MODE SWITCHED to 2");
        }
        default: Mode[playerid] = 1;
    }
    print("Class selection");
    return ForceClassSelection(playerid), SetPlayerHealth(playerid, 0.0);
}
Reply


Messages In This Thread
ForceClassSelection not working? - by -Rebel Son- - 04.11.2010, 18:21
Re: ForceClassSelection not working? - by The_Moddler - 04.11.2010, 18:27

Forum Jump:


Users browsing this thread: 1 Guest(s)