26.02.2013, 01:03
I'm using rBits:
https://sampforum.blast.hk/showthread.php?tid=275142
Why am I getting this error?
https://sampforum.blast.hk/showthread.php?tid=275142
Why am I getting this error?
pawn Код:
error 001: expected token: "-identifier-", but found "("
Код:
C:\Users\Luigy\Desktop\test.pwn(14) : error 001: expected token: "-identifier-", but found "(" C:\Users\Luigy\Desktop\test.pwn(16) : warning 203: symbol is never used: "g_Bit1_Data" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
pawn Код:
enum e_Bit1_Data {
e_bSpawned,
e_bIsDeath,
e_bInDM,
// ...
};
new g_Bit1_Data[e_Bit1_Data] <MAX_PLAYERS>; // Line 14