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