Teams dont work (solved)
#3

You aren't setting the team on Request Class?

an example

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    switch(classid)
    {
         case 0:
         {
               SetPlayerTeam(playerid, TEAM); // replace TEAM
         }
         case 1:
         {
               SetPlayerTeam(playerid, TEAM); // replace TEAM again...
         }
    }
    return 1;
}
I think you get the point. Your just setting the GameTextForPlayer and not giving the player a chance to set their team.
Reply


Messages In This Thread
Teams dont work (solved) - by Ukko - 18.06.2012, 18:12
Re: Teams dont work - by MadeMan - 18.06.2012, 18:15
Re: Teams dont work - by Mimic - 18.06.2012, 18:16

Forum Jump:


Users browsing this thread: 1 Guest(s)