Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
Only one problem with your script, if i write "/shutdown stop" this will show the sendCancel "numeric param may not be lower than 0"
@EDIT:
And if i type /shutdown 5 this will closeserver in the same time i submit the command, players dont will see the broadcast.
function string.diff(self)
local format = {
{'day', self / 60 / 60 / 24},
{'hour', self / 60 / 60 % 24},
{'minute', self / 60 % 60},
{'second', self % 60}
}
local out = {}
for k, t in ipairs(format) do
local v = math.floor(t[2])...
I downloaded vc14 , installed boost and sdk, put the path but when try to compile receive this error:
Error LNK1104 cannot open file 'libboost_system-vc140-mt-1_59.lib' theforgottenserver C:\Users\Techrlz\Documents\GitHub\forgottenserver-master\vc14\LINK 1
any1 have fixed the...