• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Guild save Error

melegy

Devils
Joined
Dec 5, 2012
Messages
178
Reaction score
2
Location
Egypt
Hello
I've problem with my OT'S ForgottenServer 0.4.0.0 , when i try to create new guild using website it's works ok but when i try to save server or going 2 or 3 Minutes the guild is gone like it's never been before. :/
and i've this Error in my console
postimg.org/image/q2t5wvz2j

Hope you can help :D , Regard .
 
change isNumber to isNumeric in script save

or put this code in save script

Code:
function isNumber(str)
    return tonumber(str) ~= nil
end
 
Last edited:
Back
Top