08.10.2014, 06:19
when the player selects the class, how do you set the var, would be something like;
so you can check it with your "if" statment, here;
and somewhere at the top of your script it should proberly say
and there should be at the top of the sctipt too
got all that in your code?
Код:
Team[playerid]=TEAM_AFGHANISTAN; // or Team[playerid]=TEAM_ASSULT;
Код:
if(Team[playerid]==TEAM_AFGHANISTAN)
Код:
#define TEAM_AFGHANISTAN 1 #define TEAM_ASSULT 0
Код:
Team[MAX_PLAYERS];