- OTS Fans http://www.otsfans.pun.pl/index.php - Actions http://www.otsfans.pun.pl/viewforum.php?id=112 - Latająca miotła http://www.otsfans.pun.pl/viewtopic.php?id=18 |
Xelemeleque - 2011-04-17 06:22:05 |
Autorem Jest Henorek
Kod:function onUse(cid, item, frompos, item2, topos) npos = {x=topos.x, y=topos.y, z=topos.z} if topos.x < 10000 then doSendMagicEffect(topos,13) doPlayerSay(cid,"Ziuuuuuu!!!",16) doTeleportThing(cid,npos) else doPlayerSendCancel(cid, "Nie telepniesz sie do plecaka ") end return 1 end Do actions.xml |