Raised This Month: $32 Target: $400
 8% 

[CS:GO/CS:S] Jailbreak Gangs (V1.1.9, 06/1/2017)


Post New Thread Reply   
 
Thread Tools Display Modes
headline
SourceMod Moderator
Join Date: Mar 2015
Old 03-11-2017 , 17:06   Re: [CS:GO/CS:S] Jailbreak Gangs (V1.1.4, 03/9/2017)
Reply With Quote #101

Quote:
Originally Posted by mrkos9i4ok View Post
//// hl_gangs.sp
//
// C:\Users\Faust-PC\Desktop\scripting\include\hl_gangs_credits .inc(36) : error 021: symbol already defined: "hl_gangs_credits_include_shared"
//
// 1 Error.
//
// Compilation Time: 1,59 sec
// ----------------------------------------
This was fixed, check the latest version of the include
headline is offline
mrkos9i4ok
Member
Join Date: Jul 2016
Location: Russia,Moscow
Old 03-11-2017 , 18:01   Re: [CS:GO/CS:S] Jailbreak Gangs (V1.1.4, 03/9/2017)
Reply With Quote #102

Quote:
Originally Posted by Headline View Post
This was fixed, check the latest version of the include
i`m download last version and compile

If you throw the plug-ins at once to the server i have error:
L 03/12/2017 - 00:05:45: [SM] Exception reported: ERROR: No supported credits plugin loaded!
L 03/12/2017 - 00:05:45: [SM] Blaming: hl_gangs.smx
L 03/12/2017 - 00:05:45: [SM] Call stack trace:
L 03/12/2017 - 00:05:45: [SM] [0] SetFailState
L 03/12/2017 - 00:05:45: [SM] [1] Line 2562, hl_gangs.sp::GetClientCredits
L 03/12/2017 - 00:05:45: [SM] [2] Line 900, hl_gangs.sp::OpenGangsMenu
L 03/12/2017 - 00:05:45: [SM] [3] Line 891, hl_gangs.sp::SQLCallback_OpenGangMenu
mrkos9i4ok is offline
headline
SourceMod Moderator
Join Date: Mar 2015
Old 03-11-2017 , 19:21   Re: [CS:GO/CS:S] Jailbreak Gangs (V1.1.4, 03/9/2017)
Reply With Quote #103

Quote:
Originally Posted by mrkos9i4ok View Post
i`m download last version and compile

If you throw the plug-ins at once to the server i have error:
L 03/12/2017 - 00:05:45: [SM] Exception reported: ERROR: No supported credits plugin loaded!
L 03/12/2017 - 00:05:45: [SM] Blaming: hl_gangs.smx
L 03/12/2017 - 00:05:45: [SM] Call stack trace:
L 03/12/2017 - 00:05:45: [SM] [0] SetFailState
L 03/12/2017 - 00:05:45: [SM] [1] Line 2562, hl_gangs.sp::GetClientCredits
L 03/12/2017 - 00:05:45: [SM] [2] Line 900, hl_gangs.sp::OpenGangsMenu
L 03/12/2017 - 00:05:45: [SM] [3] Line 891, hl_gangs.sp::SQLCallback_OpenGangMenu
It can't find a supported credit system. Be sure a supported one is running and properly configured
headline is offline
murrvg
Member
Join Date: Mar 2015
Old 03-12-2017 , 04:17   Re: [CS:GO/CS:S] Jailbreak Gangs (V1.1.4, 03/9/2017)
Reply With Quote #104

L 03/12/2017 - 106:49: [hl_gangs.smx] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'buster clan""' at line 1
murrvg is offline
headline
SourceMod Moderator
Join Date: Mar 2015
Old 03-12-2017 , 04:26   Re: [CS:GO/CS:S] Jailbreak Gangs (V1.1.4, 03/9/2017)
Reply With Quote #105

Quote:
Originally Posted by murrvg View Post
L 03/12/2017 - 106:49: [hl_gangs.smx] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'buster clan""' at line 1
Can you give me the stack trace
headline is offline
plock
Senior Member
Join Date: Feb 2016
Location: noitacoL
Old 03-12-2017 , 05:46   Re: [CS:GO/CS:S] Jailbreak Gangs (V1.1.4, 03/9/2017)
Reply With Quote #106

Quote:
Originally Posted by Headline View Post
It can't find a supported credit system. Be sure a supported one is running and properly configured
I'm getting the same issue as him. I'm using the latest version of both. I will try to figure it out what's happening.

Edit: Found the issue. The problem is on hl_gangs_credits.sp where it register the library as:

Code:
RegPluginLibrary("hl_gangs_credits");
But on hl_gangs.sp it's checking for:

Code:
LibraryExists("hl_gangs_credits_library");
What I did was to change on the hl_gangs_credits the Register of the Library to:

Code:
RegPluginLibrary("hl_gangs_credits_library");
It's working now!

Last edited by plock; 03-12-2017 at 05:56.
plock is offline
mrkos9i4ok
Member
Join Date: Jul 2016
Location: Russia,Moscow
Old 03-12-2017 , 15:16   Re: [CS:GO/CS:S] Jailbreak Gangs (V1.1.4, 03/9/2017)
Reply With Quote #107

wtf?rly?
Credits are load from the shop?
You did it very badly.
All I needed was to replace the command
And now it's slag..
Then return it better back.

Shop--> give 1000 credits in minute
Gangs--> For 1000 credits you can immediately upgrade all
mrkos9i4ok is offline
headline
SourceMod Moderator
Join Date: Mar 2015
Old 03-12-2017 , 15:25   Re: [CS:GO/CS:S] Jailbreak Gangs (V1.1.4, 03/9/2017)
Reply With Quote #108

Quote:
Originally Posted by mrkos9i4ok View Post
wtf?rly?
Credits are load from the shop?
You did it very badly.
All I needed was to replace the command
And now it's slag..
Then return it better back.

Shop--> give 1000 credits in minute
Gangs--> For 1000 credits you can immediately upgrade all
You asked me to support someone's shop and I did. If you are wanting me to rename a command that everyone would have to switch to just because you'd like it that way: It's not going to happen.

It seems you're unaware that you can modify gang prices with cvars. In fact I even go as far to say in my video that I EXPECT you to change those values. Also, hl_gangs_credits shouldn't be running if you have a shop system. The goal of that plugin was to provide a shop for those who don't have one.

EDIT:

Thanks for finding my mistake quickly, plock. I added it to github.



Fixed in version 1.1.5

Last edited by headline; 03-12-2017 at 15:34.
headline is offline
mrkos9i4ok
Member
Join Date: Jul 2016
Location: Russia,Moscow
Old 03-12-2017 , 16:03   Re: [CS:GO/CS:S] Jailbreak Gangs (V1.1.4, 03/9/2017)
Reply With Quote #109

Quote:
Originally Posted by Headline View Post
You asked me to support someone's shop and I did. If you are wanting me to rename a command that everyone would have to switch to just because you'd like it that way: It's not going to happen.

It seems you're unaware that you can modify gang prices with cvars. In fact I even go as far to say in my video that I EXPECT you to change those values. Also, hl_gangs_credits shouldn't be running if you have a shop system. The goal of that plugin was to provide a shop for those who don't have one.

EDIT:

Thanks for finding my mistake quickly, plock. I added it to github.



Fixed in version 1.1.5
Sorry for the inconvenience
In the previous version did not work hl_gangs_credits without the shop
Because of this, I thought that bullshit turned out
mrkos9i4ok is offline
mrkos9i4ok
Member
Join Date: Jul 2016
Location: Russia,Moscow
Old 03-13-2017 , 09:39   Re: [CS:GO/CS:S] Jailbreak Gangs (V1.1.4, 03/9/2017)
Reply With Quote #110

Can be done when the shop is turned on and hl_gangs_credits is enabled, credits are read from hl_gangs_credits.
And when the store is turned on, but hl_gangs_credits is turned off, they are read from the shop
Or now it is done?
mrkos9i4ok is offline
Reply


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 08:42.


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