CLEO Help Player Stats help

CLEO related
Status
Not open for further replies.

KewkHacker

Member
Joined
Apr 26, 2020
Messages
10
Reaction score
0
Location
Serbia
Hello can someone make script which gonna check money on hand of streamed players like /getinfo ID
Id currently bring: 1222$ it would be useful for things thanks.
 

ajom

Well-known member
Joined
Apr 14, 2020
Messages
389
Solutions
2
Reaction score
270
Location
Pluto
Hello can someone make script which gonna check money on hand of streamed players like /getinfo ID
Id currently bring: 1222$ it would be useful for things thanks.
You can't, money of other players is not sent to your client in a built-in manner.

Unless the server has a special command that allows you to get the player money(like getting their overall stats or something) , but that will only work on that server only and not on other server since the command was just made inside the server itself.

But if your goal is to send a message directly to the server(like /getinfo) ,you might be interested on this example:
Code:
0@ = 7 // player 7
0AD3: string_format 1@v format "/getinfo %d" 0@
say 1@v
 
Status
Not open for further replies.
Top