TUTORIAL MENSAGEM AO CONECTAR
PRIMEIRO TUTORIAL QUE FAÇO
[FICARA ASSIM
Primeiro vamos crair uma
PHP Code:
#define LARANJA 0xFF8204FF//TOPO DO GAME MODE
Dentro da
PHP Code:
public OnPlayerConnect(playerid)
PHP Code:
new string[150], pName[MAX_PLAYER_NAME];
GetPlayerName(playerid,pName,MAX_PLAYER_NAME);
format(string,sizeof string,"[INFO] - o jogador %s Entrou no servidor para tocar o terror ",pName);
SendClientMessageToAll(LARANJA,string);
PHP Code:
public OnPlayerConnect(playerid)
{
new string[150], pName[MAX_PLAYER_NAME];
GetPlayerName(playerid,pName,MAX_PLAYER_NAME);
format(string,sizeof string,"[INFO] - o jogador %s Entrou no servidor para tocar o terror ",pName);
SendClientMessageToAll(LARANJA,string);
return 1;
}
0 comentários:
Postar um comentário