View Single Post
starcs
Member
Join Date: Nov 2018
Old 02-01-2019 , 13:12   Re: [Any][MySQL] tVip (2.1 | 27-06-17) - The simplest to use Vip Manager
Reply With Quote #166

Quote:
Originally Posted by Totenfluch View Post
Hey0,

Today I'm going to present a Plugin to you that is available in other forms but not with this featureset.


This Plugin allows you to add Vips on the fly to your Server, extend their Status or Remove them.
You can also lookup the details of Vips in a simple to use Menu.

The Plugin was designed for Large Communities that run a big amount of servers.
This is why it has a live MySQL Sync. This means no data is stored locally and everything is instantly synced to the database to allow a seamless workflow.


Let's get to the details.

INSTALLATION:
- IT WON'T WORK WITHOUT DOING THIS -

Spoiler


There is a config called tVip under cfg/soucemod that allow you to change the flag.

The following commands are available:



Config:


Compatible Plugins:
[ANY] Reserved Slots with tVip support

That's about it.
I hope it's usefull for some of you.

If you are interested in other Plugins (Zephstore parts & more), checkout my Website

Images:








Natives:
PHP Code:
/**
 * Grant vip to a client.
 *
 * @param admin          Admin that set VIP.
 * @param client         Client that will recive VIP.
 * @param duration        Vip duration.
 * @param format         Time format, 1 = Minutes - 0 = Month.
 * @noreturn
 * @error                Invalid client/admin Index or invalid format.
 */
native void tVip_GrantVip(int clientint adminint durationint format 1);



/**
 * Delete Vip from database.
 *
 * @param SteamId          Client SteamID.
 * @noreturn
 */
native void tVip_DeleteVip(char SteamId[20]); 
Changelog:


Github: https://github.com/Totenfluch/tVip

Download Count: 521
Hey! Have a way to modify this plugin to add Mod and Admins?
If have another plugin with that objective pls tell me!
__________________
Founder of ⭐ STRTEAM
starcs is offline