Jump to content

[REL] VIP System


Smart.

Recommended Posts

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
Link to comment
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

Link to comment
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).

Link to comment
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:

Link to comment

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.

Link to comment
  • 1 year later...

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

Link to comment

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