Oh, right!.. Thanks, done.![]()
Bravo!
Magnifico.
Well, but (always a but...) is there any way to make spells that only the VIP players (of this system) can use?
Thank you. Greetings.
function onCastSpell(cid, var)
---add this under it
if getCreatureStorage(cid, vipstorage) < 1 then
doPlayerSendCancel(cid, 'Only Vip can use this Spell.')
doSendMagicEffect(getThingPos(cid), 2)
return false
end
--rest of script here
Code:No such file or directory
Do you know how to read?? there is no such file on data/actions/scripts/