[Ajuda] Bug
#1

Ola Galera,ontem fiz esse comando de quando o Jogador Loga Aparecer O Ip para Os Admins Ate ai tudo bem,ele ta compilando normal e tudo mais so que quando logo no servidor e vou olhar meu ip Aparece isso

PHP код:
//Server Log
|Log|:O Jogador Douglas_. (ID:0Conectou-se Ao Server(IP:O Jogador Douglas_. (ID:0Conectou-se Ao Servidor(IP:)) 
PHP код:
//onplayerconect
EnviarMSGAdmins(playerid); 
PHP код:
//Final Do GM
stock EnviarMSGAdmins(playerid)
{
    new 
playa[MAX_PLAYER_NAME];
    
GetPlayerName(playeridplaya,MAX_PLAYER_NAME);
    new 
playerip[128];
    
GetPlayerIp(128,playeripsizeof(playerip));
    
format(playerip,128,"O Jogador %s (ID:%d) Conectou-se Ao Servidor(IP:%s)"playa,playerid,playerip);
    for(new 
i=0i<MAX_PLAYERSi++)  if(IsPlayerAdmin(i))
    {
         
SendClientMessage(i,0xAA3333AA,playerip);
    }
    
printf("|PLLog|:O Jogador %s (ID:%d) Conectou-se Ao Server(IP:%s)",playa,playerid,playerip);
    return 
true;

Obrigado A Quem Puder Ajudar
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)