15.07.2017, 14:40
Bom Galera estou com um problema no meu Server, queria colocar os Carбcteres tudo em uma linha sу, isso й possнvel? tipo um total de Carбcteres !


public OnPlayerText(playerid, text[])
{
new str[128], name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, sizeof(name));
format(str, sizeof(str), "%s (%i): {FFFFFF}%s", name, playerid, text);
SendClientMessageToAll(GetPlayerColor(playerid), str);
return 0;
}