Teddy
SweStream.se
Do any know how to make a cheast/or a item
if you press use you get a addon ? :S
(I have use the search function)
if you press use you get a addon ? :S
(I have use the search function)
function onUse(cid, item)
if getPlayerStorageValue(cid, storage) ~= FALSE then
doPlayerAddOutfit(cid, outfit_id, addons)
doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You have found an outfit addons!")
else
doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "The chest is empty.")
end
return true
end