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

Command script

melegy

Devils
Joined
Dec 5, 2012
Messages
178
Reaction score
2
Location
Egypt
Hello
How is it going, BuDs ,I'm looking for a script it's idea when i manage to say */say* character teleports to X =1000 ,Y=1000,z=2

Regards
 
TFS?
God only? Players?
Level required?
Item(s) required?

Oh well.
0.3.7

talkactions.xml
Code:
<talkaction log="yes" words="/say" event="script" value="say.lua"/>
say.lua
Code:
function onSay(cid,words,param)
   doTeleportThing(cid,{x=1000, y=1000, z=2})
   return true
end
 
Last edited by a moderator:
Thanks working :D ,But can you make it when manage to say /say + any thing tp me too ?
for example /say utamo vita
as i'm trying to stop Bombers from crashing my own server
@Xikini
 
Back
Top