04.09.2011, 17:02
For example:
pawn Код:
//-----[Hello]-----
CMD:hello(playerid, params[])
{
SendClientMessage(targetid, COLOR_WHITE, "Hello this is my command!");
return 1;
}

