Results 1 to 10 of 35

Thread: Quick questions thread

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #23
    Private Whiskas's Avatar
    Join Date
    Jan 2015
    Posts
    84
    Thanks
    69
    Thanked 20 Times in 17 Posts
    Quote Originally Posted by serthy View Post
    I believe that you misunderstood my question. For example: I used "magic function" on player object and I would like to get back something like this:
    PHP Code:
    Object (
        [
    name] => "Whiskas"
        
    [pers] => Array
            (
                [
    team] => "spectator"
                
    [weapon] => undefinded
                
    [savedmodel] => undefined
                
    [skipserverinfo] => undefined
            
    )
        [
    score] => 6
        
    [death] => 2
        
    [sessionstate] => "playing"
        
    [maxhealth] => 100
        
    [health] => 100
        
    [friendlydamage] => undefined
        
    [statusicon] => ""

    But with every variable that is "binded" to that structure. I would like to know what variables does level/player have.
    Last edited by Whiskas; 14th February 2017 at 17:35.

Posting Permissions

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