Quote:
Originally Posted by Leo Nikov
pawn Code:
#define Cor_Azul 0x00C8FFFF
public OnPlayerConnect(playerid) { new string[128]; new pName[MAX_PLAYER_NAME]; GetPlayerName(playerid,pName,MAX_PLAYER_NAME); format(string,sizeof string,"%s entrou no servidor!",pName); SendClientMessageToAll(Cor_Azul,string);
return 1; }
public OnPlayerDisconnect(playerid, reason) {
new PlayerName[MAX_PLAYER_NAME]; new string[56]; GetPlayerName(playerid, PlayerName, sizeof(PlayerName));
switch(reason) { case 0: format(string, sizeof(string), "%s saiu do servidor. (Problema de conexгo)", PlayerName); case 1: format(string, sizeof(string), "%s saiu do servidor. (Conta prуpria)", PlayerName); case 2: format(string, sizeof(string), "%s saiu do servidor. (Kickado/Banido)", PlayerName); } SendClientMessageToAll(Cor_Azul,string); return 1; }
|
Muito obrigado..
Agora sу se tem de por este mesmo codigo no gamemod?
Obrigado desde jб..