Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function onSay(cid, words, param)
- local o = getCreatureOutfit(cid)
- return doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "<look type =\"".. o.lookType .."\" head =\"".. o.lookHead .."\" body =\"".. o.lookBody .."\" legs =\"".. o.lookLegs.."\" feet =\"".. o.lookFeet .."\" addons =\"".. o.lookAddons .."\"/>")
- end
- --<talkaction log="yes" access="5" words="/looktype" event="script" value="outfit.lua"/>
Advertisement
Add Comment
Please, Sign In to add comment