03.08.2013, 12:21
What the above poster said.
At the top of your script before you start using the array in functions, etc you should add;
Add it under the defines where the below is
Also move your enums to the top also.
At the top of your script before you start using the array in functions, etc you should add;
pawn Код:
new PlayerInfo[MAX_PLAYERS][pInfo];
pawn Код:
new total_vehicles_from_files=0;
new gTeam[MAX_PLAYERS];