Re: How do you read the Player Flags and Game Flags from querying a server?
The syntax is very similar, yes, however I don't quite understand what it's doing. I'm not an expert by PHP, by a long shot, I'm actually only an "intermediate beginner" so I don't understand some of the more complex stuff, yet.
Re: How do you read the Player Flags and Game Flags from querying a server?
Quote:
Originally Posted by
taterSALAD
I'm not memory hacking here, I'm simply querying the server. Let me show you the results.
:shake:
I suggest you take an interest into the code called sub decode_player_flags
Re: How do you read the Player Flags and Game Flags from querying a server?
Quote:
Originally Posted by
Limited
:shake:
I suggest you take an interest into the code called sub decode_player_flags
.. I saw that, did you not read the posts in between those?
Quote:
Originally Posted by
taterSALAD
The syntax is very similar, yes, however I don't quite understand what it's doing. I'm not an expert by PHP, by a long shot, I'm actually only an "intermediate beginner" so I don't understand some of the more complex stuff, yet.
Not trying to dis-respect by any means.
Re: How do you read the Player Flags and Game Flags from querying a server?
<< and >> is a bitshift operation, >>2 e.g. is shift right 2 bits, and & is a logical AND operation, & if >ou underst& th@ >ou'll b on ur w4>...
Re: How do you read the Player Flags and Game Flags from querying a server?
Thank you. I've gotten close but can't think of a decent method to implement. I really appreciate the help Vicky!