mob
Stat()
statpanel("Monitor")
var/time = time2text(world.time,"mm:ss")
stat("Running for","[time]")
var/response = world.Export("[Furion]?ping")
var/num = response
if(response)
stat("Status","Online")
stat("Players","[num]")
else
stat("Status","Offline")
stat("Players","N/A")
That's my statpanel. It keeps freezing. Any fixes?
maybe take the else away
mob
Stat()
statpanel("Monitor")
var/time = time2text(world.time,"mm:ss")
stat("Running for","[time]")
var/response = world.Export("[Furion]?ping")
var/num = response
if(response)
stat("Status","Online")
stat("Players","[num]")
stat("Status","Offline")
stat("Players","N/A")
if not i need to know the errors.