27.03.2015, 06:43
(
Последний раз редактировалось PaulDinam; 27.03.2015 в 07:31.
)
So i've been having some really annoying problems lately with the compiler, i've tried both sublime and notepad++ text editors and neither seems to work.
I'll just give an example:
I have a 2d array of vehicles containing all information,
VEH_INFO enum:
Now sometimes when I try to add a new variable to the enum like pWeapon, the compiler just crashes on its own and sometimes it doesn't when I change the name of the variable. Something just seems really fucked up as I can't proceed with stuff because it just randomly crashes.
I'll just give an example:
I have a 2d array of vehicles containing all information,
pawn Код:
Vehicle[MAX_VEHICLES][VEH_INFO];
pawn Код:
pID,
pModel,
pColor1,
pColor2,
Float:pParkX,
Float:pParkY,
Float:pParkZ,
Float:pParkA,
pPlate[40 char],
pAlarm,
pLock,
pImmob,
pInsurances,
pDestroys,
pFuel,
Float:pHealth,
Float:pMiles,
pDupKey,
pVehicle