[HELP] Fixing errors...
#1

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...
Reply
#2

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>
Reply
#3

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??
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)