darcioantonio
www.adventurerpg.com.br
- Joined
- Jul 30, 2013
- Messages
- 170
- Solutions
- 1
- Reaction score
- 16
- Location
- Brasil
- GitHub
- darcioantonio
- Twitch
- darcio_
- YouTube
- MundoOTServer
I have tis script tfs 0.4otx
How can I stop it using this script here in separate motion files
I've tried everything and I can't stop it
LUA:
function onUse(cid, item, frompos, item2, topos)
timeBoss(cid)
end
function timeBoss(cid)
addEvent(function()
teleportPlayersToSaida(getPlayersInArea(config.nortEsquerdaSalaBoss, config.sulDireitaSalaBoss))
end, 10 * 1000)
end
How can I stop it using this script here in separate motion files
LUA:
function onStepIn(cid, item, frompos, item2, topos)
doTeleportThing(cid, {x = 1139, y = 1809, z = 6})
end
I've tried everything and I can't stop it