03.04.2011, 13:19
i try but i dont know :(
i put on top of the script this:
and i think that i now need somewhere put(i think in OnPlayerCommandText):
i put on top of the script this:
Quote:
#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 |
Quote:
dcmd(pay, 3, cmdtext); |