Evo koda koji koristim za /b: (radio sam mod od 0, nemojte onda neke GF ili reven kodove pisat)
if(!strcmp(cmdtext, "/b", true, 2))
{
if(!cmdtext)return SendClientMessage(playerid, 0xFF0000FF, "KORISTI: /b ");
GetPlayerName(playerid, string, sizeof(string));
format(string, sizeof(string), " %s: %s", string, cmdtext);
SendClientMessageToAll(COLOR_GREY, string);
return 1;
}