23.03.2013, 09:35
i haven't seen your full code so maybe this will not work but try it
pawn Код:
new string[256];
format(string, sizeof(string), "((%s: %s))", GetPlayerNameEx(playerid), params);
OOCOff(COLOR_OOC,string);
return 1;
}