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!
I just remembered my login for this "old" account i made when i was 15. When i check my posts etc it is insane to see how bad i was at programming and naive i was haha (who wasn't).
I have actually a professional career as a software engineer and have worked with it for over three years. And...
function onLook(cid, thing, position, lookDistance)
if isPlayer(thing.uid) then
doPlayerSetSpecialDescription(thing.uid, (getPlayerSex(thing.uid) == 0 and "\nShe" or "\nHe") .. " has: ["..getRebornsDone(thing.uid).."] Rebirths.")
return true
end
if(thing.uid ==...
Hello i added this reborn system! (all the codes i used are in the link)
https://otland.net/threads/best-reborn-system.226181/
login.lua:
-- ### CONFIG ###
-- message send to player by script "type" (types you can check in "global.lua")
SHOP_MSG_TYPE = 19
-- time (in seconds) between...
Hello!
Im using znote aac, and i need to ask is there any way to implent so if a player hit lvl 500 they get 50 premium points on the website?
tfs 0.3.6!!
Hello
Im using tfs 0.3.6 and i get an error when a guy kills another "the guy which should die lives with 0 hp untill relog and get fullhp and nothing has happend!
Im using military rank on the server (or they were there from the beggining)
The error is:
[Error - CreatureScript Interface]...