SA-MP Forums Archive
[Ajuda] mensagem ao entrar no servidor - 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: [Ajuda] mensagem ao entrar no servidor (/showthread.php?tid=618234)



mensagem ao entrar no servidor - iName - 03.10.2016

alguem sabe o codigo de quando a pessoa entra, ela recebe uma mensagem no chat ( tipo: seja bem vindo )?


Re: mensagem ao entrar no servidor - RedMF - 03.10.2016

https://sampwiki.blast.hk/wiki/SendClientMessage


Re: mensagem ao entrar no servidor - RodrigoMSR - 03.10.2016

Код:
public OnPlayerConnect(playerid)
{
	SendClientMessage(playerid, 0x00FF00FF, "Seja bem-vindo!");
	return 1;
}