dudb and dini error's [HELP] - 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: dudb and dini error's [HELP] (
/showthread.php?tid=291552)
dudb and dini error's [HELP] -
Santox14 - 20.10.2011
pawn Код:
#include <a_samp>
#include <zcmd>
#include <sscanf>
#include <dini>
#include <dudb>
Error:
pawn Код:
C:\Users\Josh\Desktop\Mein Server\gamemodes\Crimestreetz.pwn(734) : warning 203: symbol is never used: "ret_memcpy"
C:\Users\Josh\Desktop\Mein Server\gamemodes\Crimestreetz.pwn(734) : warning 203: symbol is never used: "strtok"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Warnings.
Whats wrong? i never used a "strtok" and a "ret_memcpy"
Re: dudb and dini error's [HELP] -
AeroBlast - 20.10.2011
Add to the top of your script:
pawn Код:
#pragma unused strtok
#pragma unused ret_memcpy
AW: dudb and dini error's [HELP] -
Santox14 - 20.10.2011
Can someone help me with that?
Re: dudb and dini error's [HELP] -
SmiT - 20.10.2011
AeroBlast just told you:
#pragma unused ret_memcpy
#pragma unused strtok
AW: dudb and dini error's [HELP] -
Santox14 - 20.10.2011
Yes i saw xD , sorry for double post, Thank's to you 2!!

.!