[Ajuda] Como Coloca TAG na Frente do Nick.
#1

Fala galera, estou com 1 Duvida aqui. Queria saber como que coloca a TAG de ADM Etc... na Frente do Nick Ex: Player: [TAG]

Se alguem souber pode dizer ai? ou atй mandar o link mesmo
Reply
#2

https://sampforum.blast.hk/showthread.php?tid=553679
Reply
#3

Tenta

Код:
public OnPlayerText(playerid, text[])
{
format(string,sizeof(string), "{FF0000}[TAG] {FFFFFF}(%d): %s",playerid, text);
SendPlayerMessageToAll(playerid,string);
SetPlayerChatBubble(playerid, chat, COLOUR_BRANCO, 20.0, 10000);
return 0;
}
Reply
#4

Quote:
Originally Posted by F1N4L
Посмотреть сообщение
bom.. eu por exemplo uso o LimitGlobalChatRadius .. no 100.0
como EU faria para colocar a tag em meu nick..
se por SendClientMessageToAll vai repetir para todos..
entгo eu usaria IsPlayerInArea .. ou oq ?
Reply
#5

Quote:
Originally Posted by Ender_
Посмотреть сообщение
bom.. eu por exemplo uso o LimitGlobalChatRadius .. no 100.0
como EU faria para colocar a tag em meu nick..
se por SendClientMessageToAll vai repetir para todos..
entгo eu usaria IsPlayerInArea .. ou oq ?
SendClientMessage + Loop + IsPlayerInRangeOfPoint + GetPlayerPos
Reply
#6

Quote:
Originally Posted by RedMF
Посмотреть сообщение
Tenta

Код:
public OnPlayerText(playerid, text[])
{
format(string,sizeof(string), "{FF0000}[TAG] {FFFFFF}(%d): %s",playerid, text);
SendPlayerMessageToAll(playerid,string);
SetPlayerChatBubble(playerid, chat, COLOUR_BRANCO, 20.0, 10000);
return 0;
}
Vlw, consegui
Reply
#7

Quote:
Originally Posted by SmokiieGamer
Посмотреть сообщение
Vlw, consegui
Tira o SetPlayerChatBubble(playerid, chat, COLOUR_BRANCO, 20.0, 10000);
Para ir para todos os players normalmente
Reply
#8

em public OnPlayerText(playerid, text[])

Код:
	if(PlayerInfo[playerid][OrganizadorA])
	{
		format(string, sizeof(string), "[%d:{F6C700}AJUDA{FFFFFF}]:%s",playerid,text);
		SendPlayerMessageToAll(playerid,string);
		return 0;
	}
acho que й isso testa ai e me fala
Reply
#9

Sу avisando que se colocar desses modos ae, vai bugar a cor do nick.
Reply
#10

Quote:
Originally Posted by RedMF
Посмотреть сообщение
Tira o SetPlayerChatBubble(playerid, chat, COLOUR_BRANCO, 20.0, 10000);
Para ir para todos os players normalmente
Beleza
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)