Page 3 of 3 FirstFirst 1 2 3
Results 21 to 25 of 25

Thread: How do you read the Player Flags and Game Flags from querying a server?

  1. #21
    «CE»toXic! taterSALAD's Avatar
    Join Date
    Feb 2007
    Location
    Oklahoma.
    Posts
    43

    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.
    Reply With Quote

  2. #22
    HA10 Limited's Avatar
    Join Date
    Sep 2006
    Location
    England
    Posts
    7,800

    Re: How do you read the Player Flags and Game Flags from querying a server?

    Quote Originally Posted by taterSALAD View Post
    I'm not memory hacking here, I'm simply querying the server. Let me show you the results.


    I suggest you take an interest into the code called sub decode_player_flags
    Reply With Quote

  3. #23
    «CE»toXic! taterSALAD's Avatar
    Join Date
    Feb 2007
    Location
    Oklahoma.
    Posts
    43

    Re: How do you read the Player Flags and Game Flags from querying a server?

    Quote Originally Posted by Limited View Post


    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 View Post
    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.
    Reply With Quote

  4. #24
    Senior Member Vicky's Avatar
    Join Date
    May 2007
    Location
    Up there...
    Posts
    874

    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>...
    Last edited by Vicky; April 2nd, 2010 at 09:17 PM.
    Reply With Quote

  5. #25
    «CE»toXic! taterSALAD's Avatar
    Join Date
    Feb 2007
    Location
    Oklahoma.
    Posts
    43

    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!
    Reply With Quote

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •