SA-MP Forums Archive
need some 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: need some help (/showthread.php?tid=220538)



need some help - Mandis - 03.02.2011

hi guy i need some help about dcmd when i tried to complied its say C:\Users\Fer\Desktop\COD\gamemodes\COD1.pwn(4) : fatal error 100: cannot read from file: "dcmd" hope everyone help me.


Re: need some help - JaTochNietDan - 03.02.2011

Not sure of an include file named "dcmd". There's a definition called dcmd, this is it:

pawn Code:
#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
Although that include could be important to your script, I don't know, I've never heard of an include called that, if it's custom made then there's nothing you can do really except take out the include line and try adding what's missing from the include.


Re: need some help - Mandis - 04.02.2011

thanks very much