hello... i have problems with fixing some items..
like get a rune like uh. and make it only usable if you have VIP..
does not work to put in spell just stop working..
//volitar
like get a rune like uh. and make it only usable if you have VIP..
PHP:
function getPlayerStorageValue(cid,11551) >= 1) then
doCreatureSay(cid, "VIP Healing!", TALKTYPE_ORANGE_1)
else
doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Sorry, but only VIP Players can use this! Buy VIP on our homepage.")
return
end
does not work to put in spell just stop working..
//volitar