14.11.2013, 15:28
Quote:
Try changing:
pawn Код:
pawn Код:
|
Green = Open | Red = Closed
ShipInfo[veh][ShipObject[i] = 1;
Anyway, that array doesn't make sense at all.
You're defining the array on this way:
pawn Код:
new ShipInfo[MAX_VEHICLES][sNfo];
enum sNfo {
ShipObject[64]
}
pawn Код:
ShipInfo[vehicleid][ShipObject] = "String with a max char of 64";