30.03.2016, 14:19
First, I recommend u use dcmd, by adding this line to the top of your script
or use ZCMD, search it.
Second, when you post a help post, post the errors you get, so.. what are the errors?
Код:
#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
Second, when you post a help post, post the errors you get, so.. what are the errors?