SA-MP Forums Archive
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: errors (/showthread.php?tid=125337)



errors - bartje01 - 03.02.2010

Hello all. I downloaded an register system
http://forum.sa-mp.com/index.php?topic=62782.0
When I compile it, it gives me these errors:
C:\Users\Bart\Desktop\samp server\pawno\include\dudb.inc(111) : error 017: undefined symbol "dini_IntSet"
C:\Users\Bart\Desktop\samp server\pawno\include\dudb.inc(10 : warning 203: symbol is never used: "value"
C:\Users\Bart\Desktop\samp server\pawno\include\dudb.inc(130) : error 017: undefined symbol "dini_Int"
C:\Users\Bart\Desktop\samp server\pawno\include\dudb.inc(145) : error 017: undefined symbol "dini_Create"
C:\Users\Bart\Desktop\samp server\filterscripts\register.pwn(153) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


3 Errors.

I have the Dini file in my pawno includefolder


Re: errors - Correlli - 03.02.2010

You need to include the dini/dudb include.

Like:
pawn Код:
#include <dini>



Re: errors - bartje01 - 03.02.2010

Quote:
Originally Posted by Don Correlli
You need to include the dini/dudb include.

Like:
pawn Код:
#include <dini>
Thanks, it is working now.
But. Do you also know like: Someone is taking a character.he logs off. he logs in again and he spawns with the same character?
I really need that


Re: errors - Correlli - 03.02.2010

It's explained how to save/load anything: http://forum.sa-mp.com/index.php?topic=4798.0


Re: errors - bartje01 - 03.02.2010

Quote:
Originally Posted by Don Correlli
It's explained how to save/load anything: http://forum.sa-mp.com/index.php?topic=4798.0
It doesn't show how to spawn automaticly with your old character