07.02.2012, 10:46
Do you have the Dcmd define under the includes?
I can't help you with only two lines. Show us from lines 815 - 835
pawn Код:
#include < a_samp >
// Rest
#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