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

Teleport Script - Request

ivpz

Active Member
Joined
Jan 15, 2018
Messages
16
Reaction score
43
- Player Must be in Protection Zone.

- Talkaction: !go

- Open Modal Window with teleport options

- The Teleport Places can be config by required level and if player is premium
 
Just install the code on that post. Its a ready to go script with a full guide.

After that do something like this on your talkactions:

Code:
function onSay(player, words, param)
   sendCatacombWindow(player)
    return false
end
 
Back
Top