This is just a quick question -
With VIP servers being out for a while, I've been trying to find out if there was a way to detect whether a server was a VIP server or not. Would this be possible?
It appears that there is. game.VIPServerId was just added 13 March 2015
>, I am not entirely sure how it works though. I did test it in a NonVIP server and got a empty value when I tried printing the ID, but I am not willing to put in the 200 R$ to test it out on a test server. Hopefully this helped.
Use Lua's quick Ternary Operator.
VIPServerId
is a new part of game
print(game.VIPServerId=="" and "Not a VIP Server" or "Vip Server")