04.09.2011, 20:54
Already see it - it's like this:
AND NOT
By the way, use some tabs.
pawn Код:
CMD:test(playerid, params[])
{
// Here your command fex. SendClientMessage...
return 1;
}
pawn Код:
cmd(Help,playerid, params[])
{
SendClientMessage(playerid,COLOR_WHITE,""#COL_LOGIN"» /Commands");
return 1;
}