new treasure_shop_vehicles[][][] = {
{411, 5000} // Infernus - $5000
};
format(string, sizeof(string), "%s\t\t{00FF00}$%i", VehicleNames2[treasure_shop_vehicles[listitem][0][0]-400], treasure_shop_vehicles[listitem][0][1]); // Error line
|
Originally Posted by pawncc.exe
C:\Program Files\Rockstar Games\GTA San Andreas\gamemodes\MS.pwn(10503) : error 032: array index out of bounds (variable "treasure_shop_vehicles")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error |