[Ajuda] Ajuda com esse comando
#10

PHP код:
CMD:ip(playeridparams[])
{
    if(!
IsPlayerAdmin(playerid)) return SendClientMessage(playerid, -1"[!] Vocк nгo й ADM [!]");
    new 
idip[16], pingStr[128];
    if(
sscanf(params"u"id)) return SendClientMessage(playerid, -1"Use: /ip [ID do Player]");
    if(!
IsPlayerConnected(id)) return SendClientMessage(playerid, -1"[!] ID Offline [!]");
    
GetPlayerIp(idipsizeof(ip));
    
ping GetPlayerPing(id);
    
format(Strsizeof(Str), "Informaзoes do player IP:%s PING:%d "ipping);
    
SendClientMessage(playerid, -1Str);
    return 
1;

ou pode utilizar assim...
PHP код:
CMD:ip(playeridparams[])
{
    if(!
IsPlayerAdmin(playerid)) return SendClientMessage(playerid, -1"[!] Vocк nгo й ADM [!]");
    new 
idip[16], Str[128];
    if(
sscanf(params"u"id)) return SendClientMessage(playerid, -1"Use: /ip [ID do Player]");
    if(!
IsPlayerConnected(id)) return SendClientMessage(playerid, -1"[!] ID Offline [!]");
    
GetPlayerIp(idipsizeof(ip));
    
format(Strsizeof(Str), "Informaзoes do player IP:%s PING:%d "ipGetPlayerPing(id));
    
SendClientMessage(playerid, -1Str);
    return 
1;


Pronto!!!
Reply


Messages In This Thread
Ajuda com esse comando - by elTioFrame - 30.06.2018, 07:17
Re: Ajuda com esse comando - by AdrianoStk - 30.06.2018, 12:50
Re: Ajuda com esse comando - by elTioFrame - 30.06.2018, 16:09
Re: Ajuda com esse comando - by powerths - 30.06.2018, 16:33
Re: Ajuda com esse comando - by elTioFrame - 30.06.2018, 16:38
Re: Ajuda com esse comando - by Cauezin - 30.06.2018, 16:41
Re: Ajuda com esse comando - by AllanSG - 30.06.2018, 16:42
Re: Ajuda com esse comando - by elTioFrame - 30.06.2018, 16:48
Re: Ajuda com esse comando - by FerrariL - 30.06.2018, 17:02
Re: Ajuda com esse comando - by AdrianoStk - 30.06.2018, 17:08

Forum Jump:


Users browsing this thread: 1 Guest(s)