Check if the server is dedicated or listen
2 replies



01.07.22 12:02:53 pm
How do I check if a server is running through New Game or the dedicated server?
Example usage:
I tried
Those return nothing useful.
Currently using
Is there a better way of doing this?
Example usage:
Code:
1
2
3
2
3
if not serverIsListen() then
parse('kick 1')
end
parse('kick 1')
end
I tried
player(1, 'server')
and player(1, 'host')
.Those return nothing useful.
Currently using
player(1, 'ip') == '0.0.0.0'
.Is there a better way of doing this?
It's hard being the best girl in the whole entire world



