Moataz Hero
Titania.Sytes.Net
someone help me to make for me custom Blessing.lua like that script
for more info about that custom blessing.lua: i need it take money with doplayerremoveitem not with money!
i am waiting for that script soon as possible! help me guys!
this is the script with custom one do remove player item! i need blessing.lua like this!
this one is working because i've made it doremoveplayeritem
so i want the blessing.lua too with doremoveplayeritem
anyone can make that for me?
waiting for the reply!
for more info about that custom blessing.lua: i need it take money with doplayerremoveitem not with money!
i am waiting for that script soon as possible! help me guys!
this is the script with custom one do remove player item! i need blessing.lua like this!
PHP:
function onSay(cid, words, param)
if getPlayerItemCount(cid, 2160) >= 1 then
doPlayerAddItem(cid, 2173, 1)
doPlayerRemoveItem(cid, 2160, 1)
doPlayerSendTextMessage(cid, 19,"You've bought an amulet of loss for 1 crystal coin.")
doSendMagicEffect(getPlayerPosition(cid), 19)
else
doPlayerSendCancel(cid, "Sorry, you don't got 1 crystal coin.")
doSendMagicEffect(getPlayerPosition(cid), CONST_ME_POFF)
end
return true
end
this one is working because i've made it doremoveplayeritem
so i want the blessing.lua too with doremoveplayeritem
anyone can make that for me?
waiting for the reply!