• 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!

Tfs 0.2.7 Is this possible? [Picture]

Dalale

GX
Joined
Jun 13, 2008
Messages
718
Reaction score
2
Location
Sweden
2a9qw74.jpg


I know its possible in 0.3 but i dont know if its possible in 0.2

Could anyone script this for me if its possible?
 
Movement script.
Lua:
function onStepIn(cid)
local r = math.random(2)
doTeleportThing(cid, (r == 1 and {x=100,y=100,z=7} or {x=105,y=105,z=7}))
return true
end
 
Back
Top