[HELP] Fixing errors... - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP] Fixing errors... (
/showthread.php?tid=72252)
[HELP] Fixing errors... -
nunuh22 - 07.04.2009
Please can some one help me fixing this errors?
Код:
C:\Users\Nuno\Desktop\RP.pwn(1379) : error 017: undefined symbol "dini_PRIVATE_ExtractKey"
C:\Users\Nuno\Desktop\RP.pwn(1381) : error 017: undefined symbol "dini_PRIVATE_ExtractValue"
C:\Users\Nuno\Desktop\RP.pwn(6734) : error 025: function heading differs from prototype
C:\Users\Nuno\Desktop\RP.pwn(6834) : error 025: function heading differs from prototype
C:\Users\Nuno\Desktop\RP.pwn(6848) : error 025: function heading differs from prototype
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
5 Errors.
Dont know what is wrong...
Re: [HELP] Fixing errors... -
Weirdosport - 07.04.2009
I think the first two might refer to the fact you don't have "dini" as an include?
In which case you need to download:
Dini
You must then place it in your pawno/includes folder.
Then at the top of your script, underneath the a_samp include you need the following:
pawn Код:
#include <a_samp> //<--- you'll already have this (if you didn't you'd have hundreds more errors)
#include <dini>
Re: [HELP] Fixing errors... -
nunuh22 - 07.04.2009
Thanks for the help, but I already have dini include, and that is in my script too. It gives me that errors... Please help
EDIT:
So, after 1 day, no one helps me??