Signup Now
Results 1 to 3 of 3
  1. #1
    Free User Turc's Avatar
    Join Date
    Dec 2013
    Location
    Poland
    Posts
    33
    Reputation
    12
    Rep Power
    0

    Question How works - vipnode ?

    How works - vipnode ? Any examples?

    Thanks a lot

  2. #2
    Free User Forgee's Avatar
    Join Date
    Dec 2013
    Location
    Sweden
    Posts
    5
    Reputation
    16
    Rep Power
    0
    I can't find much about it in the docs but after a quick test I found that it contains 'name' and 'isonline' properties. I'm sure there are more properties but I think those are the most important ones.
    This will show the name and status of each entry in your vip list (false = offline, true = online):
    foreach vipentry v do
    print(string.format("%s: %s", v.name, v.isonline))
    end

  3. #3
    Free User Turc's Avatar
    Join Date
    Dec 2013
    Location
    Poland
    Posts
    33
    Reputation
    12
    Rep Power
    0
    Thanks! It's all I want to know about this


    But I have errors...

    16:06:38 error in Persistent script NewPersistentScript: ["foreach vipentry v do"]:NewPersistentScript:1 attempt to call global 'vipentry' (a nil value)
    Last edited by Turc; 12-19-2013 at 03:08 PM.

 

 

Posting Permissions

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