Compiler issues
#2

pawn Код:
enum VEH_INFO
{
    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,
    pWeapon
};
new Vehicle[MAX_VEHICLES][VEH_INFO];
Ths compiles fine for me, so either there's some other code affecting "pWeapon", or you may have reached some kind of limit?
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: 1 Guest(s)