beenii
Well-Known Member
- Joined
- Jul 26, 2010
- Messages
- 586
- Solutions
- 1
- Reaction score
- 58
i want:
if getItemAttribute(itemEx.uid,'floorchange')== "north" then
doSendMagicEffect(toPosition,2)
doPlayerSendCancel(cid,"Sorry, not possible.")
return true
end
or:
if getItemAttribute(itemEx.uid,'floorchange')== true then
doSendMagicEffect(toPosition,2)
doPlayerSendCancel(cid,"Sorry, not possible.")
return true
end
but dont work :/
no error on console
if getItemAttribute(itemEx.uid,'floorchange')== "north" then
doSendMagicEffect(toPosition,2)
doPlayerSendCancel(cid,"Sorry, not possible.")
return true
end
or:
if getItemAttribute(itemEx.uid,'floorchange')== true then
doSendMagicEffect(toPosition,2)
doPlayerSendCancel(cid,"Sorry, not possible.")
return true
end
but dont work :/
no error on console