error 017: undefined symbol "YSI_gCopsS"
#1

Any solutions?
Reply
#2

define it
Reply
#3

I would assume you're missing this:
pawn Код:
new Iterator:Cops< 10 >; //10 slots for cops, change it according to your needs
Reply
#4

error 017: undefined symbol "dcmd_taze"
I get like 10 of these errors and I already have it defined..

Код:
#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
dcmd(taze, 4, cmdtext);
Reply
#5

So is the "YSI_gCopsS" error gone? good! I recommend using zcmd or ycmd instead of dcmd. Search for either one on forums

...but if you're too lazy, here is tip no.1: Where have you defined dcmd? It has to be defined on top of the script, below #includes.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)