[Pedido] associar nome a cor - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Pedido] associar nome a cor (
/showthread.php?tid=448504)
associar nome a cor -
Netinho_the_killer - 04.07.2013
Oi Galera. Necessito urgentemente de uns toques de programaзгo, eu queria que o player ao entrar no server, fosse reconhecido seu nome e queria que fosse associada uma cor ao seu nome. Sei que isso tem a ver com o OnPlayerConnect, ja tentei algumas coisas mas nao ta dando, e nao estou percebendo :$ ajudem por favor
Код:
GetPlayerName(playerid, name, len);
if (name == "[O.P.S]Netinho");
{
SetPlayerColor(playerid, COLOR_YELLOW);
}
isso foi o qui tentei fazer
cumps
Re: associar nome a cor -
ProKillerpa - 04.07.2013
PHP код:
GetPlayerName(playerid, name, sizeof(name));
if(!strcmp(name, "[O.P.S]Netinho", true))
{
SetPlayerColor(playerid, COLOR_YELLOW);
}
Re: associar nome a cor -
Netinho_the_killer - 04.07.2013
nao deu :$
Re: associar nome a cor -
[THs]ShadoW - 04.07.2013
Quote:
Originally Posted by ProKillerpa
PHP код:
GetPlayerName(playerid, name, sizeof(name));
if(!strcmp(name, "[O.P.S]Netinho", true))
{
SetPlayerColor(playerid, COLOR_YELLOW);
}
|
Nгo sei usar muito bem strcmp, mas aquele "!" estб certo ?
Re: associar nome a cor -
ProKillerpa - 04.07.2013
Estб sim!
Re: associar nome a cor -
Netinho_the_killer - 04.07.2013
como й que defino o "name" entao?
Re: associar nome a cor -
ProKillerpa - 04.07.2013
PHP код:
static name[MAX_PLAYER_NAME];
Re: associar nome a cor -
Netinho_the_killer - 04.07.2013
~ta feito obrigado
Re: associar nome a cor -
[THs]ShadoW - 04.07.2013
Quote:
Originally Posted by Netinho_the_killer
~ta feito obrigado
|
Estamos aqui para isso