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

Solved Error Script TFS 0.3.6

Etzi

New Member
Joined
May 19, 2014
Messages
28
Reaction score
1
TFS 0.3.6
Hello i hope someone can help me with this error here is the script THX :)
8bK28m67-.png

Code:
(specialteleport)

local nPos = {
x = 1031,
y = 1006,
z = 7
}

function onStepIn(cid, item, frompos, item2, topos)
    if item.uid == 4501 then
        doTeleportThing(cid, nPos)
    end
    return TRUE
end
 
Back
Top