25.03.2012, 16:10
Quote:
|
Код:
public OnPlayerDisconnect(playerid, reason)
{
new pName[MAX_PLAYER_NAME];
new string[128];
GetPlayerName(playerid, pName, sizeof(pName));
format(string, sizeof(string), "{A2B5CD}%s Ejetou do Servidor! ", pName);
SendClientMessageToAll(COLOR_PRETO, string);
return 1;
}
Agora da linha 338: Код:
public OnPlayerConnect(playerid)
{
SendClientMessage(playerid, COLOR_AQUA,"{0000EE}Bem Vindo Piloto ao {00FFFF}FreeFlyght.");
SendClientMessage(playerid, COLOR_BRUNO,"{0000FF}Gamemode Em Construзao ! By:Gabriel");
new string[128];
new pName[25];
GetPlayerName(playerid, pName, sizeof(pName));
format(string, sizeof(string), "{A2B5CD}%s Entrou no Servidor!", pName);
SendClientMessageToAll(COLOR_BRUNO, string);
return 1;
}
|


