SA-MP Forums Archive
can't make .amx plz 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: can't make .amx plz help (/showthread.php?tid=61313)



can't make .amx plz help - blastervirus - 11.01.2009

if i wanna make .amx file with pawno i get:

C:\Documents and Settings\Ben\Bureaublad\gta Scripts\LS PROPS.pwn(2) : fatal error 100: cannot read from file: "dudb"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.


Code:
#include <a_samp>
#include <dudb>
#define dcmd(%1,%2,%3) if ((strcmp((%3)[1], #%1, true, (%2)) == 0) && ((((%3)[(%2) + 1] == 0) && (dcmd_%1(playerid, "")))||(((%3)[(%2) + 1] == 32) && (dcmd_%1(playerid, (%3)[(%2) + 2]))))) return 1
pls someone help me... ty


Re: can't make .amx plz help - Schock - 11.01.2009

download the file dudb.inc


Re: can't make .amx plz help - blastervirus - 11.01.2009

Quote:
Originally Posted by Schock
download the file dudb.inc
for includes ... i already have


Re: can't make .amx plz help - ғαιιοцт - 11.01.2009

Quote:
Originally Posted by blastervirus
Quote:
Originally Posted by Schock
download the file dudb.inc
for includes ... i already have
put the include in every server folder (includes folder) that you have
it'll work than because pawno only searches for includes, in one server


Re: can't make .amx plz help - blastervirus - 11.01.2009

ok


Re: can't make .amx plz help - ғαιιοцт - 11.01.2009

put dini_inc in Every 'include' folder that you have

so if you have 2 servers, than put them here:

server1/pawno/include/dini.inc
&
server2/pawno/include/dini.inc


Re: can't make .amx plz help - killer__577 - 11.01.2009

Where you open pawn.exe. theres a folder called incudes, put the .inc in there


Re: can't make .amx plz help - ғαιιοцт - 11.01.2009

but put it in every server 'include' folder because pawno only searches in one server!


Re: can't make .amx plz help - blastervirus - 11.01.2009

now i get other problem :


C:\Documents and Settings\Ben\Bureaublad\gta Scripts\LS PROPS.pwn(187) : error 017: undefined symbol "dini_Exists"
C:\Documents and Settings\Ben\Bureaublad\gta Scripts\LS PROPS.pwn(189) : error 017: undefined symbol "dini_Create"
C:\Documents and Settings\Ben\Bureaublad\gta Scripts\LS PROPS.pwn(191) : error 017: undefined symbol "dini_Set"
C:\Documents and Settings\Ben\Bureaublad\gta Scripts\LS PROPS.pwn(193) : error 017: undefined symbol "dini_Set"
C:\Documents and Settings\Ben\Bureaublad\gta Scripts\LS PROPS.pwn(195) : error 017: undefined symbol "dini_IntSet"
C:\Documents and Settings\Ben\Bureaublad\gta Scripts\LS PROPS.pwn(197) : error 017: undefined symbol "dini_IntSet"
C:\Documents and Settings\Ben\Bureaublad\gta Scripts\LS PROPS.pwn(199) : error 017: undefined symbol "dini_IntSet"
C:\Documents and Settings\Ben\Bureaublad\gta Scripts\LS PROPS.pwn(201) : error 017: undefined symbol "dini_IntSet"
C:\Documents and Settings\Ben\Bureaublad\gta Scripts\LS PROPS.pwn(203) : error 017: undefined symbol "dini_IntSet"
C:\Documents and Settings\Ben\Bureaublad\gta Scripts\LS PROPS.pwn(204) : error 017: undefined symbol "dini_IntSet"
C:\Documents and Settings\Ben\Bureaublad\gta Scripts\LS PROPS.pwn(207) : error 017: undefined symbol "dini_IntSet"
C:\Documents and Settings\Ben\Bureaublad\gta Scripts\LS PROPS.pwn(211) : error 017: undefined symbol "dini_FloatSet"
C:\Documents and Settings\Ben\Bureaublad\gta Scripts\LS PROPS.pwn(212) : error 017: undefined symbol "dini_FloatSet"
C:\Documents and Settings\Ben\Bureaublad\gta Scripts\LS PROPS.pwn(213) : error 017: undefined symbol "dini_FloatSet"
C:\Documents and Settings\Ben\Bureaublad\gta Scripts\LS PROPS.pwn(214) : error 017: undefined symbol "dini_IntSet"
C:\Documents and Settings\Ben\Bureaublad\gta Scripts\LS PROPS.pwn(215) : error 017: undefined symbol "dini_IntSet"
C:\Documents and Settings\Ben\Bureaublad\gta Scripts\LS PROPS.pwn(217) : error 017: undefined symbol "dini_IntSet"
C:\Documents and Settings\Ben\Bureaublad\gta Scripts\LS PROPS.pwn(219) : error 017: undefined symbol "dini_IntSet"
C:\Documents and Settings\Ben\Bureaublad\gta Scripts\LS PROPS.pwn(223) : error 017: undefined symbol "dini_FloatSet"
C:\Documents and Settings\Ben\Bureaublad\gta Scripts\LS PROPS.pwn(224) : error 017: undefined symbol "dini_FloatSet"
C:\Documents and Settings\Ben\Bureaublad\gta Scripts\LS PROPS.pwn(225) : error 017: undefined symbol "dini_FloatSet"
C:\Documents and Settings\Ben\Bureaublad\gta Scripts\LS PROPS.pwn(22 : error 017: undefined symbol "dini_IntSet"
C:\Documents and Settings\Ben\Bureaublad\gta Scripts\LS PROPS.pwn(229) : error 017: undefined symbol "dini_IntSet"
C:\Documents and Settings\Ben\Bureaublad\gta Scripts\LS PROPS.pwn(243) : error 017: undefined symbol "dini_Get"
C:\Documents and Settings\Ben\Bureaublad\gta Scripts\LS PROPS.pwn(244) : error 017: undefined symbol "dini_Get"
C:\Documents and Settings\Ben\Bureaublad\gta Scripts\LS PROPS.pwn(245) : error 017: undefined symbol "dini_Int"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


26 Errors.

what now