18.03.2013, 14:00
Hello,
I am a coder in the French section.
If I come to post my problem here, it is because in the French section person was not able to help me.
I hope I can move forward as quickly as possible because the problem prevents me any continuation.
I am a coder in the French section.
If I come to post my problem here, it is because in the French section person was not able to help me.
I hope I can move forward as quickly as possible because the problem prevents me any continuation.
pawn Код:
#define NB_TEAMS 5
enum InfoTeam
{
teamname[20],
NbPlayers = 0,
Float:Spawn[4],
};
new TeamInfo[NB_TEAMS][InfoTeam] =
{
{"LSPD", 0, {1.0, 2.0, 3.0, 4.0}},
{"Vagos", 0, {0.0, 0.0, 0.0, 0.0}},
{"Aztecas", 0, {0.0, 0.0, 0.0, 0.0}},
{"Ballas", 0, {0.0, 0.0, 0.0, 0.0}},
{"Groove", 0, {0.0, 0.0, 0.0, 0.0}}
};