[help] "Team is full."
#3

Here's a part of my script:
pawn Код:
#define TEAM_ALPHA 1
#define TEAM_GAMMA 2
new AlphaMembers;
new GammaMembers;
public OnPlayerSpawn(playerid)
{
    switch(gClass[playerid])
    {
      case 0:
      {
            AlphaMembers++;
      }
      case 1:
      {
            GammaMembers++;
      }
    }
    return 1;
}
Reply


Messages In This Thread
[help] "Team is full." - by Marc_307 - 02.07.2009, 04:11
Re: [help] "Team is full." - by HuRRiCaNe - 02.07.2009, 04:27
Re: [help] "Team is full." - by Marc_307 - 02.07.2009, 05:17
Re: [help] "Team is full." - by Grim_ - 02.07.2009, 05:40
Re: [help] "Team is full." - by dice7 - 02.07.2009, 07:24
Re: [help] "Team is full." - by Marc_307 - 02.07.2009, 08:18

Forum Jump:


Users browsing this thread: 3 Guest(s)