14.03.2010, 18:35
Quote:
Originally Posted by _COTTA_
Quote:
Nao entendi :S |
Jб agora o define:
pawn Code:
#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
pawn Code:
dcmd(login,5,cmdtext);
dcmd(registar,8,cmdtext);