• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Vip System not fully working yet.

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.
 
@up
??????????????????????????????????

@kozmo
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.

You are not too bad this is only one explanation for each function that come in the system
 
You no need add nothing is only
explanation for each function that come in the system

See
example:
setPlayerVipDays(cid, days) -- set player XXX Vip days // return days

say.. -- set player XXX vip days , here are explanation vip days, etc..

not need add nothing is only explanation for you see
To make your look for that serves each function of the system
 
Back
Top