samuel157
/root
- Joined
- Mar 19, 2010
- Messages
- 518
- Solutions
- 3
- Reaction score
- 71
- Location
- São Paulo, Brazil
- GitHub
- Samuel10M
[Error - MoveEvent::executeStep] Call stack overflow.
LUA:
function onStepIn(cid, item, position, fromPosition)
if getPlayerStorageValue(cid, 13550) <= 0 then
doTeleportThing(cid, fromPosition, TRUE)
doPlayerSendCancel(cid, "You don't have premission to pass.")
end
return TRUE
end
XML:
<movevent type="StepIn" actionid="13550" event="script" value="level.lua"/>
Last edited: