25.09.2012, 12:47
Eu so queria saber o codigo para ocultar o _
como nessa SS: http://i48.tinypic.com/2hd7dwj.png
me ajudem obg.
como nessa SS: http://i48.tinypic.com/2hd7dwj.png
me ajudem obg.
name[strfind(name, "_")] = ' ';
public OnPlayerText(playerid, text[])
{
new VBNome[MAX_PLAYER_NAME], VBString[128];
GetPlayerName(playerid, VBNome, MAX_PLAYER_NAME);
VBNome[strfind(VBNome, "_")] = ' ';
format(VBString, 128, "%s diz : %s", VBNome, text);
SendClientMessageToAll(-1, VBString);
return false;
}
VBNome[strfind(VBNome, "_")] = ' ';
BSL Owna Poha :D