13.12.2010, 19:59
pawn Код:
if(sscanf(params,"s[64]",text)) SendClientMessage(playerid, cinza, "/x <texto>");
Remove the sscanf line, and replace your format function with this one:
pawn Код:
format(string, sizeof(string), "CHAT: %s [ID: %d]: %s", name, playerid, params);