SA-MP Forums Archive
Can't compile Luxdmin in Pawno - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Can't compile Luxdmin in Pawno (/showthread.php?tid=286070)



Can't compile Luxdmin in Pawno - arafa001 - 26.09.2011

every time it try to compile Luxdmin in Pawno i got the errors

Quote:

D:\Games\XtreameGaming Gamemode\pawno\include\string.inc(321) : error 079: inconsistent return types (array & non-array)
D:\Games\XtreameGaming Gamemode\pawno\include\string.inc(323) : error 017: undefined symbol "strlen"
D:\Games\XtreameGaming Gamemode\pawno\include\string.inc(323) : error 017: undefined symbol "strfind"
D:\Games\XtreameGaming Gamemode\pawno\include\string.inc(324) : error 017: undefined symbol "strdel"
D:\Games\XtreameGaming Gamemode\pawno\include\string.inc(325) : error 017: undefined symbol "strins"
D:\Games\XtreameGaming Gamemode\pawno\include\string.inc(329) : error 079: inconsistent return types (array & non-array)
D:\Games\XtreameGaming Gamemode\pawno\include\string.inc(984) : error 017: undefined symbol "ispacked"
D:\Games\XtreameGaming Gamemode\pawno\include\dutils.inc(20) : warning 201: redefinition of constant/macro (symbol "MAX_STRING")
D:\Games\XtreameGaming Gamemode\pawno\include\dutils.inc(2 : error 025: function heading differs from prototype
D:\Games\XtreameGaming Gamemode\pawno\include\dutils.inc(2 : error 021: symbol already defined: "isNumeric"
D:\Games\XtreameGaming Gamemode\pawno\include\dutils.inc(282) : error 017: undefined symbol "strlen"
D:\Games\XtreameGaming Gamemode\pawno\include\dutils.inc(301) : error 017: undefined symbol "strlen"
D:\Games\XtreameGaming Gamemode\pawno\include\dutils.inc(302) : error 017: undefined symbol "strlen"
D:\Games\XtreameGaming Gamemode\pawno\include\dutils.inc(302) : error 017: undefined symbol "strlen"
D:\Games\XtreameGaming Gamemode\pawno\include\dutils.inc(355) : error 017: undefined symbol "strlen"
D:\Games\XtreameGaming Gamemode\pawno\include\dutils.inc(369) : error 017: undefined symbol "strlen"
D:\Games\XtreameGaming Gamemode\pawno\include\dutils.inc(370) : error 017: undefined symbol "strcmp"
D:\Games\XtreameGaming Gamemode\pawno\include\dutils.inc(36 : warning 203: symbol is never used: "ignorecase"
D:\Games\XtreameGaming Gamemode\pawno\include\dutils.inc(380) : error 021: symbol already defined: "strtok"
D:\Games\XtreameGaming Gamemode\pawno\include\dutils.inc(381) : error 017: undefined symbol "strlen"
D:\Games\XtreameGaming Gamemode\pawno\include\dutils.inc(395) : error 047: array sizes do not match, or destination array is too small
D:\Games\XtreameGaming Gamemode\pawno\include\dutils.inc(440) : error 025: function heading differs from prototype
D:\Games\XtreameGaming Gamemode\pawno\include\dutils.inc(440) : error 021: symbol already defined: "strreplace"
D:\Games\XtreameGaming Gamemode\pawno\include\dutils.inc(445) : error 017: undefined symbol "strfind"
D:\Games\XtreameGaming Gamemode\pawno\include\dutils.inc(44 : error 017: undefined symbol "strcat"
D:\Games\XtreameGaming Gamemode\pawno\include\dutils.inc(449) : error 017: undefined symbol "strcat"
D:\Games\XtreameGaming Gamemode\pawno\include\dutils.inc(450) : error 017: undefined symbol "strlen"
D:\Games\XtreameGaming Gamemode\pawno\include\dutils.inc(451) : error 017: undefined symbol "strfind"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


26 Errors.




Re: Can't compile Luxdmin in Pawno - [MWR]Blood - 26.09.2011

I'd rather suggest you using 0Admin... LuxAdmin is getting old and outdated!


Re: Can't compile Luxdmin in Pawno - BigAl - 26.09.2011

You have probably removed a bracket in your script somewhere. Works fine for me... make sure you have a closing bracket...


Re: Can't compile Luxdmin in Pawno - arafa001 - 26.09.2011

thanks that really helped