22.09.2013, 10:58
You opened 1 bracket and then closed 2.. and you don't need return 0;, look:
Also, do what Konstantinos said too.
pawn Код:
CMD:test(playerid, params[])
{
SendClientMessage(playerid, COLOR_PINK, "TEST");
return 1;
}

