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!
Really fucking useless script.
local storage = 6211
local function tempStorage(cid)
-- creatures and npc's don't login
if not isPlayer(cid) then
return true
end
-- you already checked this
if getPlayerStorageValue(cid, storage) > 1 then
-- what is the...
Your code for some odd reason loops a function to set a storage value to 0 which is retarded.. maybe someone needs to learn to code before telling other people who actually do know how to script, they need to learn how to script..
local storage = 6211
function onLogin(cid)
if...
Why is there an additional function to set a storage value in onlogin? that makes 0 sense.
All those checks, including the function are a waste of execution time... it is like you ran around the block just so you could move 2 feet from yourself.
I guess that is a troll script, coz it looks like...
I got a pm from someone recently, they had shown me a script they are trying to write, I gave them a brief opinion and they made the changes then they showed me the code and I have not responded.
It's not just enough when creating new concepts or systems for your server to just copy and paste...
Updating a script is easy, just replace the old functions with the new.. or re-write the old functions
Old script
https://otland.net/threads/bomberman.73864/
new framework
https://github.com/otland/forgottenserver
I am sure we all have at one point or another had our own ideas about what we would do if we were a staff member on this forum.
So what would you do to clean up this forum and make it a better place?
Please give in detail your reason for taking such action.