Compiler issues
#1

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,

pawn Код:
Vehicle[MAX_VEHICLES][VEH_INFO];
VEH_INFO enum:
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
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.
Reply


Messages In This Thread
Enum/Variables limit(?) - by PaulDinam - 27.03.2015, 06:43
Re: Compiler issues - by CalvinC - 27.03.2015, 06:52
Re: Compiler issues - by PaulDinam - 27.03.2015, 06:57
Re: Compiler issues - by CalvinC - 27.03.2015, 08:55
Re: Compiler issues - by maximthepain - 27.03.2015, 11:31

Forum Jump:


Users browsing this thread: 2 Guest(s)