13.07.2012, 02:46
For any Loose Indenation error add
Add this at top of your script
Add this under public OnPlayerCommandText(playerid, cmdtext[])
pawn Код:
#pragma tabsize 0//At top of your script.
pawn Код:
#define dcmd(%1,%2,%3) if ((strcmp((%3)[1], #%1, true, (%2)) == 0) && ((((%3)[(%2) + 1] == 0) && (dcmd_%1(playerid, "")))||(((%3)[(%2) + 1] == 32) && (dcmd_%1(playerid, (%3)[(%2) + 2]))))) return 1
pawn Код:
dcmd(sirene,6,cmdtext);