this was from xTibia.com![]()
When will this nice script work for 0.4 ?(
When will this nice script work for 0.4 ?(
what do you mean? add it to your tfs and it should work - if there is a problem, just write and I will try to help you.how to use it lol
Can you make it so you can't log out with this outfit?
local mountoutfits = {214,215} -- outfits used while mounted.
function onLogout(cid)
if isInArray(mountoufits,getCreatureOutfit(cid).lookType) then
return doPlayerSendCancel(cid,'Please dismount before logging out.') and doSendMagicEffect(getThingPos(cid),CONST_ME_POFF) and false
end
return true
end