16.08.2011, 22:04
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.
Usa esta funciуn https://sampwiki.blast.hk/wiki/GetPlayerPing
|
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.
SendClientMessage(playerid, 0x32CD32FF, szString);