11.04.2014, 05:21
I saw many threads about this error but couldnt fin a fix
I defined the two team but then too error
CODES define :-
Error is near case : -
Please Help me
I defined the two team but then too error
CODES define :-
Код:
#define TEAM_ARMY ( 0 ) #define TEAM_TERRORIST( 1 )
Код:
case 9: { // Then GameTextForPlayer( playerid, "~r~team terrorist", 300, 3); SetPlayerTeam( playerid, team_terrorist); // Sets the player's team to team_terrorist }