19.02.2016, 03:18
Not sure but try this
PHP код:
enum gInfo
{
gEnterX,
gEnterY,
gEnterZ,
gEnterAngle,
gExitX,
gExitY,
gExitZ,
gExitAngle,
gOwned,
gOwner,
gPrice,
gLocked,
gPickupID,
};
new GarageInfo[SCRIPT_MAXGARGES][gInfo];