Colocar no Chat
#1

public OnPlayerConnect(playerid)
{
if(pAdmin[playerid] == 1)
{
new AdminName[MAX_PLAYER_NAME], String[50];
GetPlayerName(playerid,AdminName,sizeof(AdminName) );
format(String,sizeof(String),"O Auxiliar %s Esta Online",AdminName);
GameTextForAll(String,4000,1);
}
if(pAdmin[playerid] == 2)
{


Como faзo pra aparecer no chat quando loga,pois no meu aparece na tela como se fosse /ann ou /cnn
EXEMPLO: O Auxiliar %s Estб Online.
Reply
#2

https://sampwiki.blast.hk/wiki/SendClientMessage
https://sampwiki.blast.hk/wiki/SendClientMessageToAll
Reply
#3

Vlw man ^^
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)