Quote:
Originally Posted by cynic
At end of enum pInfo:
Change it:
pawn Код:
pWeaponData[13], pWeaponAmmo[13], pLagTimer,//2 seconds or so of being excempt from cheat checking(weapons/armour only) Float:pArmour, pGasCan, pHelpme, InviteOffer, };
For it:
pawn Код:
pWeaponData[13], pWeaponAmmo[13], pLagTimer,//2 seconds or so of being excempt from cheat checking(weapons/armour only) Float:pArmour, pGasCan, pHelpme, InviteOffer };
|
Well, removing the comma shouldn't do anything about it, I am using comma in all my enumations, also the last one. Which doesn't make any error, and also works fine.
Which line is the error occured on?