[Ajuda] erro compilaзгo
#1

Bom Estava tentando fazer com que quando algum player logasse mandasse uma mensagem a todos os admins com o IP dele,tinha dado bastante erros mais consegui resolve-los mas esse nao to conseguindo


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(playa,playeripsizeof(playerip));
    
format(playerip,100,"O Jogador %s (ID:%d) Conectou-se Ao Servidor(IP:%d)"playa,playerid,playerip);
    for(new 
i=0i<MAX_PLAYERSi++)  if(IsPlayerAdmin(i))
    {
         
SendClientMessage(i,0xAA3333AA,playerip);
    }
    
printf("|Log|:O Jogador %s (ID:%d) Conectou-se Ao Server(IP:%d)",playa,playerid,playerip);
    return 
true;

PHP код:
(2697) : error 035argument type mismatch (argument 1
PHP код:
Linha(2697):GetPlayerIp(playa,playeripsizeof(playerip)); 
Obrigado A Quem puder Ajudar
Reply


Messages In This Thread
erro compilaзгo - by Douglas651 - 09.12.2013, 15:50
Re: erro compilaзгo - by iDreak - 09.12.2013, 16:03
Re: erro compilaзгo - by Douglas651 - 09.12.2013, 16:04
Re: erro compilaзгo - by iDreak - 09.12.2013, 16:07
Re: erro compilaзгo - by Douglas651 - 09.12.2013, 16:09
Re: erro compilaзгo - by iDreak - 09.12.2013, 16:11
Re: erro compilaзгo - by Douglas651 - 09.12.2013, 16:14
Re: erro compilaзгo - by Douglas651 - 09.12.2013, 16:21

Forum Jump:


Users browsing this thread: 1 Guest(s)