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

[CSGO/CSS?] Upgraded & Fixed VIP System - On Database With Perks


Post New Thread Closed Thread   
 
Thread Tools Display Modes
raptor666
Junior Member
Join Date: Aug 2012
Old 06-30-2018 , 17:20   Re: [CSGO/CSS?] Upgraded & Fixed VIP System - On Database With Perks
#41

Hello!

How can I set up in the source file to basically turn the armor on hp and the defuser kit?

Thx
raptor666 is offline
Dr.Mohammad
Senior Member
Join Date: Jan 2016
Location: CSGO Servers
Old 07-01-2018 , 03:10   Re: [CSGO/CSS?] Upgraded & Fixed VIP System - On Database With Perks
#42

hi
please add skin & arms menu for ct and tr team.
Dr.Mohammad is offline
hisoka44
Junior Member
Join Date: Nov 2017
Old 07-01-2018 , 14:37   Re: [CSGO/CSS?] Upgraded & Fixed VIP System - On Database With Perks
#43

Help me please i keep getting these errors

07/01/2018 - 20:29:00: [SM] Exception reported: [CSGOVIP] Error on start. Reason: [2003]: Can't connect to MySQL server on 'localhost' (10061)
L 07/01/2018 - 20:29:00: [SM] Blaming: csgovip.smx
L 07/01/2018 - 20:29:00: [SM] Call stack trace:
L 07/01/2018 - 20:29:00: [SM] [0] SetFailState
L 07/01/2018 - 20:29:00: [SM] [1] Line 985, F:\My plugins\fixed csgovip\Expire\scripting\csgovip.sp::SQL_Star tConnection
L 07/01/2018 - 20:29:00: [SM] [2] Line 60, F:\My plugins\fixed csgovip\Expire\scripting\csgovip.sp::OnPlugin Start
L 07/01/2018 - 20:29:00: [SM] Unable to load plugin "csgovip.smx": Error detected in plugin startup (see error logs)
hisoka44 is offline
raptor666
Junior Member
Join Date: Aug 2012
Old 07-01-2018 , 20:44   Re: [CSGO/CSS?] Upgraded & Fixed VIP System - On Database With Perks
#44

Quote:
Originally Posted by hisoka44 View Post
Help me please i keep getting these errors

07/01/2018 - 20:29:00: [SM] Exception reported: [CSGOVIP] Error on start. Reason: [2003]: Can't connect to MySQL server on 'localhost' (10061)
L 07/01/2018 - 20:29:00: [SM] Blaming: csgovip.smx
L 07/01/2018 - 20:29:00: [SM] Call stack trace:
L 07/01/2018 - 20:29:00: [SM] [0] SetFailState
L 07/01/2018 - 20:29:00: [SM] [1] Line 985, F:\My plugins\fixed csgovip\Expire\scripting\csgovip.sp::SQL_Star tConnection
L 07/01/2018 - 20:29:00: [SM] [2] Line 60, F:\My plugins\fixed csgovip\Expire\scripting\csgovip.sp::OnPlugin Start
L 07/01/2018 - 20:29:00: [SM] Unable to load plugin "csgovip.smx": Error detected in plugin startup (see error logs)

localhost try 127.0.0.1 !
And databases.cfg: vipsystem

ex:

"vipsystem"
{
"driver" "default"
"host" "127.0.0.1"
"database" "vipsystem"
"user" "vipsystem"
"pass" "systemvipsystem"
//"timeout" "0"
//"port" "0"
}

Last edited by raptor666; 07-01-2018 at 20:45.
raptor666 is offline
BraveFox
AlliedModders Donor
Join Date: May 2015
Location: Israel
Old 07-02-2018 , 00:46   Re: [CSGO/CSS?] Upgraded & Fixed VIP System - On Database With Perks
#45

Quote:
Originally Posted by raptor666 View Post
Hello!

How can I set up in the source file to basically turn the armor on hp and the defuser kit?

Thx
There are cvars, also when you run the plugin it creates a config file in cfg/sourcemod
__________________
Contact Me:
Steam: NoyB
Discord: Noy#9999
Taking Private Requests
BraveFox is offline
BraveFox
AlliedModders Donor
Join Date: May 2015
Location: Israel
Old 07-02-2018 , 00:47   Re: [CSGO/CSS?] Upgraded & Fixed VIP System - On Database With Perks
#46

Quote:
Originally Posted by doxxa View Post
Hello there!
I fixed my issues but i still have 1 problem when i add someone to vip and he open vip menu vip panel saying u have 0 days and when he reconnect to the server i need to add again to vip members someone know how can i fix it?
Have a nice day!
I've noticed to this error and I'm gonna fix it in the next version.
__________________
Contact Me:
Steam: NoyB
Discord: Noy#9999
Taking Private Requests
BraveFox is offline
BraveFox
AlliedModders Donor
Join Date: May 2015
Location: Israel
Old 07-02-2018 , 00:52   Re: [CSGO/CSS?] Upgraded & Fixed VIP System - On Database With Perks
#47

Quote:
3.8 - Fixed a problem which showed 0 days left in the menu(also uploaded version 3.6 to the thread)
__________________
Contact Me:
Steam: NoyB
Discord: Noy#9999
Taking Private Requests
BraveFox is offline
raptor666
Junior Member
Join Date: Aug 2012
Old 07-07-2018 , 14:36   Re: [CSGO/CSS?] Upgraded & Fixed VIP System - On Database With Perks
#48

Quote:
Originally Posted by BraveFox View Post
There are cvars, also when you run the plugin it creates a config file in cfg/sourcemod


// This file was auto-generated by SourceMod (v1.8.0.604
// ConVars for plugin "csgovip.smx"


// Allow vip players to use full armor bonus?
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_vipsystem_armor "1"

// Allow vip players to use defuse kit bonus?
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_vipsystem_defuse "1"

// Enable the vip system?
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_vipsystem_enabled "1"

// Allow vip players to use hp bonus?
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_vipsystem_health "1"

// How much hp bonus will VIP players can get if hp bonus is enabled? (Default 10)
// -
// Default: "10"
// Minimum: "1.000000"
// Maximum: "1000000000.000000"
sm_vipsystem_health_amount "10"


are enabled, but unfortunately the vip must be turned on separately in the vip menu.

(+ healt,armor and defuser kit...)
raptor666 is offline
HvG Community
AlliedModders Donor
Join Date: Sep 2012
Old 08-26-2018 , 19:59   Re: [CSGO/CSS?] Upgraded & Fixed VIP System - On Database With Perks
#49

I've already recommended this with another plugin on this forum.

I think its a good idea to put all the files from the plugin in the same folder.
So in configs for example, you have 2 text files, these files should be in the same sub-folder inside configs, so its more organized and so it doesn't make a mess.
HvG Community is offline
PGUkilljoy
Member
Join Date: Jan 2014
Location: USA
Old 08-27-2018 , 00:31   Re: [CSGO/CSS?] Upgraded & Fixed VIP System - On Database With Perks
#50

Still no Chat-processor update?
__________________
PGUkilljoy is offline
Closed Thread


Thread Tools
Display Modes

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 05:48.


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