What's the problem ?
#9

Do you define this Line at the Top of your Script ? :-
pawn Код:
#define dcmd(%1,%2,%3) if (!strcmp((%3)[1], #%1, true, (%2)) && ((((%3)[(%2) + 1] == '\0') && (dcmd_%1(playerid, ""))) || (((%3)[(%2) + 1] == ' ') && (dcmd_%1(playerid, (%3)[(%2) + 2]))))) return 1
Else Do you add this on your OnPlayerCommandText Callback ?, if not add this :-
Код:
dcmd(credits, 7, cmdtext);
Reply


Messages In This Thread
What's the problem ? - by KingServerIRAN - 11.11.2013, 12:37
Re: What's the problem ? - by HardRock - 11.11.2013, 12:45
Re: What's the problem ? - by KingServerIRAN - 11.11.2013, 12:49
Re: What's the problem ? - by Loot - 11.11.2013, 13:03
Re: What's the problem ? - by KingServerIRAN - 11.11.2013, 13:09
Re: What's the problem ? - by SAMProductions - 11.11.2013, 13:12
Re: What's the problem ? - by KingServerIRAN - 11.11.2013, 13:17
Re: What's the problem ? - by Loot - 11.11.2013, 13:20
Re: What's the problem ? - by SAMProductions - 11.11.2013, 13:25
Re: What's the problem ? - by KingServerIRAN - 11.11.2013, 13:31

Forum Jump:


Users browsing this thread: 2 Guest(s)