brendan2
Sensation black
- Joined
- Feb 19, 2009
- Messages
- 507
- Reaction score
- 1
Script is supose to let people with a certain feetcolour threw door.
Video of it messing up
YouTube - glitch
i tryed switching the doors and it still does it.
PHP:
local lookFeet = 94
function onUse(cid, item, fromPosition, itemEx, toPosition)
if(getCreatureOutfit(cid).lookFeet ~= lookFeet) then
doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Only the worthy may pass.")
return true
elseif (item.uid == (item.itemid + 1)) then
doPlayerSendCancel(cid, 'Sorry not possible.')
end
doTransformItem(item.uid, item.itemid + 1)
doTeleportThing(cid, toPosition)
return true
end
Video of it messing up
YouTube - glitch
i tryed switching the doors and it still does it.