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

Pro's Check This Out!

hustlamike

Shit happens.
Joined
Dec 23, 2007
Messages
134
Reaction score
0
Code:
function onUse(cid, item, frompos, item2, topos)
gatepos = {x=348, y=446, z=8, stackpos=1}
getgate = getThingfromPos(gatepos)
if item.itemid == 1409 then
doTeleportThing(cid, gatepos)
doSendMagicEffect(gatepos, 10)
end
return 1
end

I get errors with that im usein the latest tfs 0.2 patch 20 can u tell me if u see a problem wit that script?
 
Last edited by a moderator:
Back
Top