25.04.2013, 17:42
Hey SA-MP, when i want to compile my GM, i get error at the definition of the line,i had try two metods, but it doesn't work:
And:
And i get this error:
And this is the linie:
How i must define?
Help me ||>
pawn Код:
new C_DATA[MAX_PLAYERS];
pawn Код:
new C_DATA[MAX_HOUSES];
pawn Код:
error 009: invalid array size (negative, zero or out of bounds)
pawn Код:
DestroyVehicle( C_DATA[ i ][ HouseCar ] );
Help me ||>