Author Topic: RTB thinks my server is LAN.  (Read 1220 times)

I really wanted to post this in an RTB topic, but I didn't really find any that I thought I should post in.
Basically I have a dedicated server on a VPS, with RTB installed.
The server is obviously not LAN, as it's been up to 30+ players before.
Yet it appears as if I (and everyone else on the server) is playing LAN when they're on my server, and no one can invite people to join the server.

How do I fix this?

My bad:

Code: [Select]
if(strPos(%ip,"192.") $= 0 || strPos(%ip,"10.") $= 0)
Should have been 192.168.

Not much you can do about this I'm afraid, just wait for the next RTB patch. Sorry.

My bad:

Code: [Select]
if(strPos(%ip,"192.") $= 0 || strPos(%ip,"10.") $= 0)
Should have been 192.168.

Not much you can do about this I'm afraid, just wait for the next RTB patch. Sorry.
When is that coming out? You have a bunch of pesky stuff you need to fix right? I heard about like a bunch of bugfixes and also the Grouping system being remade.

My bad:

Code: [Select]
if(strPos(%ip,"192.") $= 0 || strPos(%ip,"10.") $= 0)
Should have been 192.168.

Not much you can do about this I'm afraid, just wait for the next RTB patch. Sorry.
That's alright, at least it's not my fault.