#1

hola estoy creando un comando para saber el ping de los demas y otras cosas mas pero no se como hacerlo alguien me puede ayudar.
Reply
#2

Paara saber el ping dale al tab xDDD
Reply
#3

Usa esta funciуn https://sampwiki.blast.hk/wiki/GetPlayerPing
Reply
#4

lokor que eres inteligente,dije un comando para saber el ping de los demas y para ponerle mas cosas ejemplo el nombre etc pero necesito la base como hacerlo.
Reply
#5

Usa la funciуn GetPlayerPing.

EDIT. Se me adelantу Rubйn :P
Reply
#6

Quote:
Originally Posted by rubensm
Посмотреть сообщение
Quote:
Originally Posted by El Bardo
Посмотреть сообщение
Usa la funciуn GetPlayerPing.

EDIT. Se me adelantу Rubйn :P
Eso fue lo primero que hice xd,ya ise el comando pero me sale error.

pawn Код:
if(!strcmp(cmdtext, "/informacion", true))
    {
    new szString[50];
    format(szString, sizeof(szString), "Ping: %d", GetPlayerPing(playerid));
    SendClientMessage(playerid,szString, 0x32CD32ff);
    return 1;
    }
Код:
C:\Users\nombre\Dsco\Server\gamemodes\nombre.pwn(295) : error 035: argument type mismatch (argument 2)
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply
#7

їQue linea es la 295?
Reply
#8

pawn Код:
SendClientMessage(playerid, 0x32CD32FF, szString);
Pusiste mal los argumentos.
Reply
#9

Quote:
Originally Posted by [J]ulian
Посмотреть сообщение
pawn Код:
SendClientMessage(playerid, 0x32CD32FF, szString);
Pusiste mal los argumentos.
gracias
Reply
#10

y ese comando seria para saber tu propio ping no?
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)