AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CS:GO] VIP System (https://forums.alliedmods.net/showthread.php?t=315555)

BraveFox 04-13-2019 09:48

[CS:GO] VIP System
 
2 Attachment(s)
[CS:GO] VIP System:
I haven't tested it yet but if you wanna try out the new version, you can download it from here: https://github.com/NoyWasTaken/CSGO_VIP.
For the programmers in here: you can use the natives and forwards in the system to create custom perks in different plugins.

Old system:
Spoiler

BraveFox 04-13-2019 09:49

Re: [CS:GO/CSS?] VIP System
 
For people who have bugs with the chat stuff, download the source code of the Simple Chat Processor, and compile it yourself.
The compiled version given there is outdated to the last source code.

miXXed 04-13-2019 19:02

Re: [CS:GO/CSS?] VIP System
 
WOW!
YOU MADE MY DAY!

I tested it on my Test Server and works evrything perfectly!

i noticed somthing that you can set your own tag like: ADMIN
is there a way to blacklist Tags ?

Very very nice plugin keep it up!

EDIT:
i can add to myself (root) vip access without any problem. but i cant use !removevip to remove vip rights.

https://imgur.com/a/PnOZ8G1 & https://imgur.com/a/k1NlAF5 Database entry cannot be deleted by using !removevip

also cant give to a friend vip.. it says "successfully gave VIP to player xxx" but in Database still only 1 user entry (me)..

sorry for my bad english.. i hope you can understand what for problem i have :)

BraveFox 04-14-2019 01:50

Re: [CS:GO/CSS?] VIP System
 
Quote:

Originally Posted by miXXed (Post 2647418)
WOW!
YOU MADE MY DAY!

I tested it on my Test Server and works evrything perfectly!

i noticed somthing that you can set your own tag like: ADMIN
is there a way to blacklist Tags ?

Very very nice plugin keep it up!

EDIT:
i can add to myself (root) vip access without any problem. but i cant use !removevip to remove vip rights.

https://imgur.com/a/PnOZ8G1 & https://imgur.com/a/k1NlAF5 Database entry cannot be deleted by using !removevip

also cant give to a friend vip.. it says "successfully gave VIP to player xxx" but in Database still only 1 user entry (me)..

sorry for my bad english.. i hope you can understand what for problem i have :)

Thanks for the report, the !removevip should be fixed, please check if there are any errors in the console you give him the vip.

EDIT:
Found the problem, fixed.

miXXed 04-14-2019 06:38

Re: [CS:GO/CSS?] VIP System
 
Quote:

Originally Posted by BraveFox (Post 2647439)
Thanks for the report, the !removevip should be fixed, please check if there are any errors in the console you give him the vip.

EDIT:
Found the problem, fixed.

Great work! Yepp you got it :) there is no problem anymore to add vip and remove vip. after i !removevip i need to reload the map to get it removed.

is there a way to blacklist Chat Tags ?

EDIT:
also would be nice if you can make a settings.cfg to enable / disable "Extra HP" "Extra Armor" and "Skins" - there are server like my RETAKES servers that no need this stuffs..

Stryju 04-14-2019 07:16

Re: [CS:GO/CSS?] VIP System
 
I have problem with compile

Your plugin failed to compile! Read the errors below:
SourcePawn Compiler 1.7.1
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2014 AlliedModders LLC

/home/groups/sourcemod/upload_tmp/phpuGlS70.sp(4) : fatal error 182: cannot read from file: "scp"

Compilation aborted.
1 Error.


And problem with database:

L 04/14/2019 - 10:53:06: [SM] Exception reported: Cannot connect to datbase error: Configuration "vip" not found
L 04/14/2019 - 10:53:06: [SM] Blaming: VIPCore.smx
L 04/14/2019 - 10:53:06: [SM] Call stack trace:
L 04/14/2019 - 10:53:06: [SM] [0] SetFailState
L 04/14/2019 - 10:53:06: [SM] [1] Line 606, VIPCore.sp::SQL_MakeConnection
L 04/14/2019 - 10:53:06: [SM] [2] Line 70, VIPCore.sp::OnPluginStart
L 04/14/2019 - 10:53:06: [SM] Unable to load plugin "VIPCore.smx": Error detected in plugin startup (see error logs)
L 04/14/2019 - 10:53:13: Error log file session closed.

BraveFox 04-15-2019 05:01

Re: [CS:GO/CSS?] VIP System
 
Quote:

Originally Posted by miXXed (Post 2647463)
Great work! Yepp you got it :) there is no problem anymore to add vip and remove vip. after i !removevip i need to reload the map to get it removed.

is there a way to blacklist Chat Tags ?

EDIT:
also would be nice if you can make a settings.cfg to enable / disable "Extra HP" "Extra Armor" and "Skins" - there are server like my RETAKES servers that no need this stuffs..

Updated.

BraveFox 04-15-2019 05:02

Re: [CS:GO/CSS?] VIP System
 
Quote:

Originally Posted by Stryju (Post 2647468)
I have problem with compile

Your plugin failed to compile! Read the errors below:
SourcePawn Compiler 1.7.1
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2014 AlliedModders LLC

/home/groups/sourcemod/upload_tmp/phpuGlS70.sp(4) : fatal error 182: cannot read from file: "scp"

Compilation aborted.
1 Error.


And problem with database:

L 04/14/2019 - 10:53:06: [SM] Exception reported: Cannot connect to datbase error: Configuration "vip" not found
L 04/14/2019 - 10:53:06: [SM] Blaming: VIPCore.smx
L 04/14/2019 - 10:53:06: [SM] Call stack trace:
L 04/14/2019 - 10:53:06: [SM] [0] SetFailState
L 04/14/2019 - 10:53:06: [SM] [1] Line 606, VIPCore.sp::SQL_MakeConnection
L 04/14/2019 - 10:53:06: [SM] [2] Line 70, VIPCore.sp::OnPluginStart
L 04/14/2019 - 10:53:06: [SM] Unable to load plugin "VIPCore.smx": Error detected in plugin startup (see error logs)
L 04/14/2019 - 10:53:13: Error log file session closed.

That's because you didn't read the instructions.

BraveFox 04-15-2019 06:00

Re: [CS:GO/CSS?] VIP System
 
Updated again, fixed a bug with the blocked tags.

EDIT:
Updated again, items are now disabled in menus when they're disabled (in the cvars).

NanoC 04-15-2019 06:27

Re: [CS:GO/CSS?] VIP System
 
Thank you to release it. If you can make it compatible with hextags or just with chat-processor it'll be better. Also 1 suggestion could be put some cvars to enable/disable everything


All times are GMT -4. The time now is 03:31.

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