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



problem 6 errors - LiDeRu`s - 17.12.2009

Код:
C:\Documents and Settings\LiDeRu\Desktop\sa-mp\Server SA-MP\gamemodes\RO-SARP.pwn(26439) : error 017: undefined symbol "dini_Exists"
C:\Documents and Settings\LiDeRu\Desktop\sa-mp\Server SA-MP\gamemodes\RO-SARP.pwn(26439) : error 017: undefined symbol "dini_Create"
C:\Documents and Settings\LiDeRu\Desktop\sa-mp\Server SA-MP\gamemodes\RO-SARP.pwn(26444) : error 017: undefined symbol "dini_IntSet"
C:\Documents and Settings\LiDeRu\Desktop\sa-mp\Server SA-MP\gamemodes\RO-SARP.pwn(26446) : error 017: undefined symbol "dini_IntSet"
C:\Documents and Settings\LiDeRu\Desktop\sa-mp\Server SA-MP\gamemodes\RO-SARP.pwn(26458) : error 017: undefined symbol "dini_Int"
C:\Documents and Settings\LiDeRu\Desktop\sa-mp\Server SA-MP\gamemodes\RO-SARP.pwn(26460) : error 017: undefined symbol "dini_Int"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


6 Errors.



Re: problem 6 errors - Eazy_Efolife - 17.12.2009

Код:
#include <dini>
OnTop of you're script


Re: problem 6 errors - LiDeRu`s - 17.12.2009

Quote:
Originally Posted by Compton's Eazy E
Код:
#include <dini>
OnTop of you're script
thx..