View Single Post
Old 25th June 2009, 23:08   #2 (permalink)
kokokoko
Senior Member
 
Join Date: Feb 2008
Posts: 623
Blog Entries: 2
Reputation: kokokoko is a jewel in the roughkokokoko is a jewel in the roughkokokoko is a jewel in the roughkokokoko is a jewel in the rough



Although i don't really get what you want this for, since this will stop all players from entering the portal, but here you go lol

Lua Code:
function onStepIn(cid, item, position, fromPosition)

config = {

pushback_position = {x=, y=, z=}
}

doTeleportThing(cid, config.pushback_position)
doSendMagicEffect(pushback_position, 10)
end
__________________
Feel free to REP++ me if i helped you!
kokokoko is offline   Reply With Quote