[Ajuda] Remover o _ do nomes in game
#4

PHP код:
stock gNome(playerid)
{
new 
str[24], upname[24];
GetPlayerName(playeridupnamesizeof(upname));
strmid(str,upname,0,strlen(upname),24);
for(new 
0MAX_PLAYER_NAMEi++)
{
if (
str[i] == '_'str[i] = ' ';
}
return 
str;

fiz no trampo, nao testei mas acho q ta certo xD
Reply


Messages In This Thread
Remover o _ do nomes in game - by CaioMors - 27.06.2014, 17:12
Re: Remover o _ do nomes in game - by 4G4M3N0M - 27.06.2014, 17:14
Re: Remover o _ do nomes in game - by CaioMors - 27.06.2014, 17:23
Re: Remover o _ do nomes in game - by UPsamp - 27.06.2014, 17:32
Re: Remover o _ do nomes in game - by CaioMors - 27.06.2014, 17:33
Re: Remover o _ do nomes in game - by UPsamp - 27.06.2014, 17:39
Re: Remover o _ do nomes in game - by CaioMors - 27.06.2014, 17:46
Re: Remover o _ do nomes in game - by UPsamp - 27.06.2014, 17:48

Forum Jump:


Users browsing this thread: 3 Guest(s)