Hello, soo i trying to make a simple cleo who's getting another's players ping, and the problem is that i getting just null player nickname...
Code:
{$CLEO .cs}
0000: NOP
REPEAT
wait 0
until Samp.Available
0B34: "test" @TEST
while true
wait 0
end
:TEST
0B36: samp 1@ = get_player_nickname 2@
0B2A: samp 2@ = get_player_ping 1@
ChatMsg "{FFFFFF}Player: %s | Ping: %d." -1 1@ 2@
CmdRet