22.08.2009, 05:55
if you're refering to this
Yes.
but how would i make it so that in a command i could use cmdtext
Код:
#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
but how would i make it so that in a command i could use cmdtext