Venn
Member
- Joined
- Aug 16, 2009
- Messages
- 547
- Reaction score
- 20
hay can someone halp me ?
i'm trying to creat script wchich will change our temple position from one city to second.
so if i stand in floor my temple position is changed.
i wrote script like this:
and it dont wark
can someone fix it or tell me what i do wrong ?
i'm trying to creat script wchich will change our temple position from one city to second.
so if i stand in floor my temple position is changed.
i wrote script like this:
Code:
function onStepIn(cid, item, frompos, item2, topos)
if item.uid == 65003 then
doPlayerSetMasterPos(cid,{x=32097, y=32219, z=7})
doPlayerSendTextMessage(cid,22,"")
else
return 0
end
return 1
end
Code:
<movevent type="StepIn" uniqueid="65003" event="script" value="rokbridge.lua"/>
and it dont wark
can someone fix it or tell me what i do wrong ?