08.02.2019, 17:06
hello can you help me as I can make each team have their color and skin and sea balanced the amount of equipment when they enter in ceathmach
#define ATTACK 100
#define DEFENCE 101
new SetTeam[][2] =
{
{SetPlayerTeam, 100},
{SetPlayerTeam, 101}
};
Then in a command
example
CMDM1
new teamrandom = random(sizeof(SetTeamm));
SetPlayerTeam(i, SetTeam[SetTeam][100], SetTeam[SetTeam][101]);
RETURN :
)
#define ATTACK 100
#define DEFENCE 101
new SetTeam[][2] =
{
{SetPlayerTeam, 100},
{SetPlayerTeam, 101}
};
Then in a command
example
CMDM1
new teamrandom = random(sizeof(SetTeamm));
SetPlayerTeam(i, SetTeam[SetTeam][100], SetTeam[SetTeam][101]);
RETURN :
)