ForceClassSelection not working?
#1

Код:
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);}
ok, so this is a switch that moves the modes back and forth on a timer, but i want it to forceclassselection after it switchs, so far it doesnt. D: any idea?
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)