Jump to content

[REL] VIP System


Smart.

Recommended Posts

Posted (edited)

Simple to use VIP/Donate system, it allows you to add an account into a database which updates every hour.

To add an account simply use:

/addvip accountName hours (you can only use command if you have permission to ban people, use 0 as hours for permanent VIP)

To remove an account that is in-game use:

/removevip accountName (requires kick player permission)

To view a list of all VIPs:

/showvip (requires kick player permission)

To see how much VIP time you have left:

/viptime

Export function which you can use to see if people have VIP:

exports.vip_system:isPlayerDonator(player) - returns amount of hours or false if not in database.

Download: https://community.multitheftauto.com/index.php?p= ... ls&id=5780

Edited by Guest
Posted

Lolz, just wondering what the hell you guys talking about?

On topic: Looks good, lots of people will hack for a VIP sys but you kinda saved a lot of pepz there :P keep it up +1

Posted
if exports.vip_system:isPlayerVIP(player) then 

Rofl!

function isPlayerVIP(player) 
    return getElementData(player,"VIP"); 
end 
if isPlayerVIP(player) then 
--etc 
end 
  

or it's hard for u? need make over 999999999999 arguments lol and export CURRENT Resource

i mean your code

Posted
Can be add through a acl.xml

What do ACL have to do with such thing?

The powers of the Admin Panel Yes related

what the fuck are you talking about?

Posted
The powers of the Admin Panel Yes related

what the :o are you talking about?

The VIP Gui is (Admin Panel) > open it > give yourself Armor > give yourself Vehicle > give yourself $ (set Money?) > give yourself Jetpack.

This is what he think about VIP <=== (LoL).

Posted
The powers of the Admin Panel Yes related

what the :o are you talking about?

The VIP Gui is (Admin Panel) > open it > give yourself Armor > give yourself Vehicle > give yourself $ (set Money?) > give yourself Jetpack.

This is what he think about VIP <=== (LoL).

:lol:

Posted

The VIP Gui is (Admin Panel) > open it > give yourself Armor > give yourself Vehicle > give yourself $ (set Money?) > give yourself Jetpack.

This is what he think about VIP <=== (LoL).

@Tapl, but admin panel can use only admins or mods

Say this to Mr.T9, not me lol.

  • 1 year later...
Posted

UPDATE:

Simple to use VIP/Donate system, it allows you to add an account into a database which updates every hour.

To add an account simply use:

/addvip accountName hours (you can only use command if you have permission to ban people, use 0 as hours for permanent VIP)

To remove an account that is in-game use:

/removevip accountName (requires kick player permission)

To view a list of all VIPs:

/showvip (requires kick player permission)

To see how much VIP time you have left:

/viptime

Export function which you can use to see if people have VIP:

exports.vip_system:isPlayerDonator(player) - returns amount of hours or false if not in database.

Download: https://community.multitheftauto.com/index.php?p= ... ls&id=5780

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...