need some help
#1

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.
Reply
#2

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.
Reply
#3

thanks very much
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)