Raised This Month: $51 Target: $400
 12% 

VIP Manager + API


Post New Thread Reply   
 
Thread Tools Display Modes
jeremyfreitas
Member
Join Date: Sep 2013
Old 09-26-2013 , 04:32   Re: VIP Manager + API
Reply With Quote #141

Where do I add the .zip folder? SQL. Can be in the CStrike folder?
jeremyfreitas is offline
jeremyfreitas
Member
Join Date: Sep 2013
Old 09-29-2013 , 18:31   Re: VIP Manager + API
Reply With Quote #142

Somebody can help me to install plugin in my server?
jeremyfreitas is offline
yokomo
Surprise Ascot!
Join Date: May 2010
Location: Malaysia
Old 11-10-2013 , 13:13   Re: VIP Manager + API
Reply With Quote #143

Bug report:
It seems "vip_putinserver(id)" forward is not work correctly. See my code:
PHP Code:
public vip_putinserver(id)
{
    
//if(is_user_vip(id)) server_print("[vip_putinserver] Player %d is a VIP", id);
    
server_print("[vip_putinserver] Player %d is a VIP"id);

Both:
Code:
if(is_user_vip(id)) server_print("[vip_putinserver] Player %d is a VIP", id);
and
Code:
server_print("[vip_putinserver] Player %d is a VIP", id);
is not working.

My "vip_users.ini":
Code:
"steam" "STEAM_0:0:2853xxxx" "" "" "2013-11-12"
"vip_authorized(id)" and "vip_disconnect(id)" forwards is working fine.
__________________
Team-MMG CS1.6 Servers:
✅ MultiMod -- 103.179.44.152:27016
✅ Zombie Plague -- 103.179.44.152:27015
✅ Zombie Escape -- 103.179.44.152:27017
✅ Klassik Kombat -- 103.179.44.152:27018
✅ Boss-Battle -- 103.179.44.152:27019
yokomo is offline
Lucky888
Senior Member
Join Date: Nov 2011
Location: Paradise
Old 11-15-2013 , 00:48   Re: VIP Manager + API
Reply With Quote #144

Please check your VIP expiration, because i add user and over expiration, VIP of him don't remove?
PHP Code:
"name" "Rex" "" "" "2013-10-2" 
__________________
Lucky888 is offline
Send a message via Yahoo to Lucky888
Marin Vojnic
Junior Member
Join Date: Jul 2010
Old 09-19-2014 , 15:22   Re: VIP Manager + API
Reply With Quote #145

It's a little outdated topic, but I really need help. I have a server where you should head admins can add vip-ve over command. But this plugin when added, he puts them in a separate file vip_users.ini, and I need to add vips in users.ini in order to make them active. Also it does not print what "name", "steam", "id" ...

if you could without it, because it bothered when assigns vip. Do you change that for me anyone pls?
Marin Vojnic is offline
Old 12-03-2014, 22:18
Syturi0
This message has been deleted by Syturi0.
Old 12-04-2014, 21:13
Syturi0
This message has been deleted by Syturi0.
Old 12-05-2014, 12:29
Syturi0
This message has been deleted by Syturi0.
Syturi0
Veteran Member
Join Date: Aug 2014
Location: Your mom house -Portugal
Old 12-31-2014 , 10:36   Re: VIP Manager + API
Reply With Quote #146

PHP Code:
/** 
 * Gets flags that were given to the VIP user 
 *  
 * @param        id - Unique index of player 
 *  
 * @return        Bitsum of ADMIN_* constants 
 *  
 * @note        This could return false in client_connect(), client_authorized(), client_putinserver(), and client_disconnect(). 
 *            Use the vip_authorized(), vip_putinserver() and vip_disconnect() forwards instead. 
 *  
 * @note        This could return 0 for no flags, yet the player could still be a VIP. 
 */ 
native get_vip_flags(id); 
Lets say i add a Player with Vip Flag "b".

I want to make a function only usable by Players who have that Vip Flag "b".

Is this correct:

PHP Code:
if( get_vip_flags(id) & ADMIN_RESERVATION 
It doesnt work for me. :/
Syturi0 is offline
frOOgy
Senior Member
Join Date: Jul 2014
Old 01-14-2015 , 07:23   Re: VIP Manager + API
Reply With Quote #147

Can anyone make me vip system like this:

- ADD VIP in vip.ini
- To ADD VIP: "nick" "password" "flags" "days" // ADD ONLY NICK!
ex: "frOOgy" "frOOgy123" "abc" "30" // for 30 days will be removed, if "days" = "permanent", It's permanent vip.
- + 3000$ every spawn
- +15 HP/AP for kill [30 HP/AP HS]

This vip system is like Exolent's, only slightly less
frOOgy is offline
Send a message via Skype™ to frOOgy
hardboy
Member
Join Date: Jun 2014
Location: Greece
Old 06-23-2015 , 12:40   Re: VIP Manager + API
Reply With Quote #148

Hello exonelt
Strict Standards: Declaration of Vip::save() should be compatible with Base::save($saveArray = NULL) in C:\xampp\htdocs\vips\_inc\classes\vip.php on line 53

hardboy is offline
DeNeDe
AlliedModders Donor
Join Date: Oct 2007
Old 11-05-2015 , 13:22   Re: VIP Manager + API
Reply With Quote #149

That is only a warning, not an error..
Strict Standards.. depends on what php version you are using
Just found this topic, would be great with some vip features like double/triple jump..

Last edited by DeNeDe; 11-05-2015 at 13:22.
DeNeDe is offline
155
New Member
Join Date: May 2016
Old 05-27-2016 , 10:01   Re: VIP Manager + API
Reply With Quote #150

When you add a player VIP does not turn into a VIP What's worng Need help

Last edited by 155; 05-27-2016 at 10:02.
155 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 00:20.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode