• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Teleport Give StorageId

Mr Erimyth

Member
Joined
Apr 8, 2009
Messages
164
Reaction score
11
Location
Brazil
Please can someone help me?

I need a script teleport.
When the player goes through the teleporter
it goes to the position: x: y: z:
and wins storageid: *****
 
not sure if it will work :$

MOVEMENTS:-

LUA:
function onStepIn(cid, item, position, fromPosition)
if(item.actionid == teleportactionid) then
doPlayerSetStorageValue(uid, key, storagevalueyouwant)
doTeleportThing (cid, (x=,y=,z=))
end
return true
end
 
Last edited:
Back
Top