02.04.2019, 18:06
Quote:
Okay nvm fixed, the problem was in having those default values in the enum. Have no clue why it's buggy tho.
|
pawn Код:
#define MAX_WEEKEND_CARS 50
public OnGameModeInit(){
for(new i; i < MAX_WEEKEND_CARS; i++){
wcInfo[i][wc_vehid] = -1;
wcInfo[i][wc_3dlabel] = -1;
}
return 1;
}