kozmo
Member
- Joined
- Jan 30, 2009
- Messages
- 433
- Solutions
- 2
- Reaction score
- 22
This is what i am trying to use.
http://otland.net/f163/full-working-vip-system-shawak-44840/
And this is the one part i don't know where to add.
setPlayerVipDays(cid, days) -- set player XXX Vip days // return days
getPlayerVipDays(cid) -- get player current Vip days left // return days
isPlayerVip(cid) -- check if player is vip // return TRUE (if player is Vip) or FALSE (if player isn't Vip)
doPlayerAddVipDays(cid, days) -- add player vip days // return days
doPlayerRemoveVip(cid) -- remove player Vip and set Vip days to 0 // return TRUE
If you know where to add this please post and let me know.
http://otland.net/f163/full-working-vip-system-shawak-44840/
And this is the one part i don't know where to add.
setPlayerVipDays(cid, days) -- set player XXX Vip days // return days
getPlayerVipDays(cid) -- get player current Vip days left // return days
isPlayerVip(cid) -- check if player is vip // return TRUE (if player is Vip) or FALSE (if player isn't Vip)
doPlayerAddVipDays(cid, days) -- add player vip days // return days
doPlayerRemoveVip(cid) -- remove player Vip and set Vip days to 0 // return TRUE
If you know where to add this please post and let me know.