[Ajuda] Bug
#4

ta errado o GetPlayerIp.

tava 128 no lugar do playerid oO
pawn Код:
stock EnviarMSGAdmins(playerid)
{
    new playa[MAX_PLAYER_NAME];
    GetPlayerName(playerid, playa,MAX_PLAYER_NAME);
    new playerip[128], vini[128];
    GetPlayerIp(playerid, playerip, sizeof(playerip));
    format(vini,128,"O Jogador %s (ID:%d) Conectou-se Ao Servidor(IP:%s)", playa,playerid,playerip);
    for(new i=0; i<MAX_PLAYERS; i++)  if(IsPlayerAdmin(i))
    {
         SendClientMessage(i,0xAA3333AA,vini);
    }
    printf("|PLLog|:O Jogador %s (ID:%d) Conectou-se Ao Server(IP:%s)",playa,playerid,playerip);
    return true;
}
Reply


Messages In This Thread
Bug - by Douglas651 - 10.12.2013, 11:19
Respuesta: Bug - by ViniKuliveguisky - 10.12.2013, 11:28
Re: Respuesta: Bug - by Douglas651 - 10.12.2013, 11:35
Respuesta: Bug - by ViniKuliveguisky - 10.12.2013, 11:38
Re: Respuesta: Bug - by Douglas651 - 10.12.2013, 11:42
Respuesta: Bug - by ViniKuliveguisky - 10.12.2013, 11:43

Forum Jump:


Users browsing this thread: 1 Guest(s)