Cheeze1
Banned User
YO otland I have a ot working fine also i got VIP system Working fine to but... you guys know how to fix that its Come "VIP" above you
? [Bad english sry] However Storage :
Whole VIP Script
Thank YOu rep+
? [Bad english sry] However Storage :
PHP:
11333
PHP:
function onUse(cid, item, fromPosition, itemEx, toPosition)
if getPlayerStorageValue(cid,11333) < 1 then
if getPlayerLevel(cid) > 1 then
getPlayerStorageValue(cid, 11333)
doSendAnimatedText(getPlayerPosition(cid), "Welcome!", TEXTCOLOR_RED)
doCreatureSay(cid, "CONGRATULATIONS! You are now a VIP for Endless of days! You can now enter the VIP-area and use unique features!. ", TALKTYPE_ORANGE_1)
setPlayerStorageValue(cid, 11333, (getPlayerStorageValue(cid,11333) + 15))
doRemoveItem(item.uid, 1)
else
doPlayerSendCancel(cid,"You need to be at least level 2 to use this.")
doRemoveItem(item.uid, 1)
end
else
doPlayerSendCancel(cid,"You are already Got Vip ;)")
end
return TRUE
end
Last edited: