Help||Error
#1

Error's

C:\Users\ADIR\Desktop\0.3e mod DM\pawno\include\dutils.inc(240) : error 017: undefined symbol "fwrite_utf82"
C:\Users\ADIR\Desktop\0.3e mod DM\pawno\include\Dini.inc(81) : error 017: undefined symbol "fwrite_utf82"
C:\Users\ADIR\Desktop\0.3e mod DM\pawno\include\Dini.inc(82) : error 017: undefined symbol "fwrite_utf82"
C:\Users\ADIR\Desktop\0.3e mod DM\pawno\include\Dini.inc(87) : error 017: undefined symbol "fwrite_utf82"
C:\Users\ADIR\Desktop\0.3e mod DM\pawno\include\Dini.inc(8 : error 017: undefined symbol "fwrite_utf82"
C:\Users\ADIR\Desktop\0.3e mod DM\pawno\include\Dini.inc(147) : error 017: undefined symbol "fwrite_utf82"
C:\Users\ADIR\Desktop\0.3e mod DM\pawno\include\Dini.inc(14 : error 017: undefined symbol "fwrite_utf82"
C:\Users\ADIR\Desktop\0.3e mod DM\(2057) : error 017: undefined symbol "Fixed"
C:\Users\ADIR\Desktop\0.3e mod DM\gamemodes\(2057) : error 001: expected token: ";", but found "]"
C:\Users\ADIR\Desktop\0.3e mod DM\gamemodes\(2057) : error 029: invalid expression, assumed zero
C:\Users\ADIR\Desktop\0.3e mod DM\gamemodes\(2057) : fatal error 107: too many error messages on one line
Line


240
new MoneySave[MAX_PLAYERS];
81
#define COLOR_DBLUE 0x2641FEAA
82
#define LIGHTRED 0xFF8080FF
87
#define ADMIN_RED 0xFB0000FF
88
#define YELLOW 0xFFFF00FF
147
new siegetimer[2][MAX_CLANS];
148
new launchtimer[2][MAX_CLANS];
2057
Fixed[playerid] = 0;

Thanks assistants
Reply
#2

Use Ctrl + F to find the missing symbol (note that the compiler will tell you what symbol is missing after the words undefined symbol!) in the original script. If the symbol is a variable, you will have to copy all code that is relevant to its "ecosystem", that is to say, all code that modifies the variable. For beginning scripters and reckless copy-pasters, this may be hard, because it requires a deep understanding of the code and code paths.
Look into the includes of the original script.
Make sure you are adding the right includes.
Make sure you are not misspelling the symbol.

AND;


AAAAAAAA MY FUCKING EYES HURT!
WITH RED AND SMILES

Use Next time ; [CODE] or [PHP] [pawn] Please And Thank You.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)