Posts: 227
Threads: 32
Joined: Mar 2011
Reputation:
0
E ae pessoal tudo na boa?? Eu nгo sei se fiz esse tуpico, mais queria fazer outro, que quando a pessoa digita-se algo no chat, aparecia a ID da pessoa do lado, tipo RPG, aqueles que mostra, sу que queria um que nгo venha bug ou que o nome da pessoa fica invisнvel, de preferкncia, a cor da informaзгo da ID fosse branca tipo assim:
COR BRANCA = [ID: %d]
Tipo isso sacou?? Vlw quem me ajudar !!!
Posts: 227
Threads: 32
Joined: Mar 2011
Reputation:
0
Fico tudo bagunзado, mostro a ID, e depois mais embaixo fico o nome normal, tem jeito de arrumar ai?
Posts: 2,640
Threads: 122
Joined: Feb 2010
Reputation:
0
public OnPlayerCommandText()
new nome[MAX_PLAYER_NAME],str[128];
GetPlayerName(playerid,nome,sizeof(nome));
format(str,sizeof(str),"{FF00FF}%s{FFFFFF} (%d): %s",nome,playerid,text);
SendClientMessageToAll(-1,str);
return 0x0;
}
Posts: 649
Threads: 4
Joined: Jul 2010
Quote:
Originally Posted by Ricop522
public OnPlayerCommandText()
new nome[MAX_PLAYER_NAME],str[128];
GetPlayerName(playerid,nome,sizeof(nome));
format(str,sizeof(str),"{FF00FF}%s{FFFFFF} (%d): %s",nome,playerid,text);
SendClientMessageToAll(-1,str);
return 0x0;
}
|
lol
pawn Код:
public OnPlayerText(playerid, text[])
{
new n[24], string[128];
format(string, sizeof(string),"{FF00FF}%s{FFFFFF}(%i): %s",GetPlayerName(playerid, n, 24),playerid, text);
SendClientMessageToAll(-1, string);
return 0;
}
acho que o OnPlayerCommandText nгo existe o parвmetro text.
Posts: 227
Threads: 32
Joined: Mar 2011
Reputation:
0
Funciono, portanto eu queria que a cor sу fosse no ID, nгo nome inteiro.
Tipo sу o ID que tive-se uma cor sу.
Posts: 2,197
Threads: 25
Joined: Apr 2011
Reputation:
0
Sinceramente, eu ainda nгo entendi o que vocк falou ...
Tem alguma screenshot que vocк pode nos mostrar ? Facilitaria muito.