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!
refresh
@WibbenZ maybye you can help ?
update : with my script (from 1 post) players can walk trought each other when they go on same sqm in the same second, and player stack when i teleport them but when one is standing still and the other one is trying to get on the same SQM he got error...
i want to let people go trought each other when :
They are in protection zone (always with
i want to let them walk in each other like in 0.4 tfs :-)
In protection zone
When player is protected (cant be attacked in pvp) he can pass everyplayer and everyplayer can pass him
Hello guys i am looking for live cast system like this one : GlobalEvent - Stream Live From Your Website!
but i need cast that will show in what direction is player/monster looking, will generate map from "images/items" and will generate npc
Sup, why this script dont work on tfs 0.4 3777 rev (no errors in console)
local storage = 20233
function onKill(cid, target, flags, damage)
if isPlayer(target) then
if getPlayerIp(cid) ~= getPlayerIp(target) then
local frags = math.max(0, getPlayerStorageValue(cid, storage))...
Hello i made simple script that teleport us like teleport in diablo 2
First use : teleport to temple
Second use : teleport back to place where you use first tp :)
third use : teleport to temple and loop is going on
To use you cant have PZ
Script :
function onUse(cid, item, frompos, item2...