Raised This Month: $ Target: $400
 0% 

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


Post New Thread Reply   
 
Thread Tools Display Modes
j1gg
Senior Member
Join Date: Dec 2015
Old 05-06-2017 , 14:31   Re: [CS:GO/CS:S] Jailbreak Gangs (V1.1.7, 04/18/2017)
Reply With Quote #161

Okey, thanks. Can you send me compiled hl_gangs_clantags? I have errors while compiling.
__________________
j1gg is offline
headline
SourceMod Moderator
Join Date: Mar 2015
Old 05-06-2017 , 14:59   Re: [CS:GO/CS:S] Jailbreak Gangs (V1.1.7, 04/18/2017)
Reply With Quote #162

Download from the DL link
headline is offline
headline
SourceMod Moderator
Join Date: Mar 2015
Old 06-01-2017 , 03:48   Re: [CS:GO/CS:S] Jailbreak Gangs (V1.1.9, 06/1/2017)
Reply With Quote #163

New version allows for developers to disable perks on people if they would like..

Update requires users to have this new version. Cheers.

Scope the new native here.

It's implementation looks something like

PHP Code:
public void Gangs_OnPerksSetPre(int clientbool &shouldGive true)
{
     if (!
ShouldReceivePerks(client)) // should not receive perks
     
{
            
shouldGive false;
     }

headline is offline
Nachtfrische
Member
Join Date: Aug 2015
Location: Dream Community
Old 06-15-2017 , 19:18   Re: [CS:GO/CS:S] Jailbreak Gangs (V1.1.9, 06/1/2017)
Reply With Quote #164

I'm getting this in my error logs:
Code:
L 06/16/2017 - 01:10:15: [SM] Warning(s) encountered in translation file "hl_gangs.phrases.txt"
L 06/16/2017 - 01:10:15: [SM] Invalid token ' ' in #format property on line 69.
L 06/16/2017 - 01:10:15: [SM] Invalid token ' ' in #format property on line 75.
L 06/16/2017 - 01:10:15: [SM] Invalid token ' ' in #format property on line 75.
L 06/16/2017 - 01:10:15: [SM] Invalid token ' ' in #format property on line 87.
L 06/16/2017 - 01:10:15: [SM] Invalid token ' ' in #format property on line 118.
L 06/16/2017 - 01:10:15: [SM] Invalid token ' ' in #format property on line 129.
L 06/16/2017 - 01:10:15: [SM] Invalid token ' ' in #format property on line 135.
Nachtfrische is offline
8guawong
AlliedModders Donor
Join Date: Dec 2013
Location: BlackMarke7
Old 06-16-2017 , 03:58   Re: [CS:GO/CS:S] Jailbreak Gangs (V1.1.9, 06/1/2017)
Reply With Quote #165

Quote:
Originally Posted by Nachtfrische View Post
I'm getting this in my error logs:
Code:
L 06/16/2017 - 01:10:15: [SM] Warning(s) encountered in translation file "hl_gangs.phrases.txt"
L 06/16/2017 - 01:10:15: [SM] Invalid token ' ' in #format property on line 69.
L 06/16/2017 - 01:10:15: [SM] Invalid token ' ' in #format property on line 75.
L 06/16/2017 - 01:10:15: [SM] Invalid token ' ' in #format property on line 75.
L 06/16/2017 - 01:10:15: [SM] Invalid token ' ' in #format property on line 87.
L 06/16/2017 - 01:10:15: [SM] Invalid token ' ' in #format property on line 118.
L 06/16/2017 - 01:10:15: [SM] Invalid token ' ' in #format property on line 129.
L 06/16/2017 - 01:10:15: [SM] Invalid token ' ' in #format property on line 135.
check your translation file
or post your translation file here so we can see what changes that you've made that gives the above error

Last edited by 8guawong; 06-16-2017 at 03:59.
8guawong is offline
Lial
Junior Member
Join Date: Dec 2015
Old 07-24-2017 , 16:44   Re: [CS:GO/CS:S] Jailbreak Gangs (V1.1.9, 06/1/2017)
Reply With Quote #166

L 07/24/2017 - 179:15: [SM] Exception reported: Invalid database Handle 0 (error: 4)
L 07/24/2017 - 179:15: [SM] Blaming: hl_gangs.smx
L 07/24/2017 - 179:15: [SM] Call stack trace:
L 07/24/2017 - 179:15: [SM] [0] Database.Escape
L 07/24/2017 - 179:15: [SM] [1] Line 1082, hl_gangs.sp::OnSay

cs:go steam.
SourceMod (1.8.0.6013) by AlliedModders LLC

edit: sry my fail.
working well

Last edited by Lial; 07-24-2017 at 19:26.
Lial is offline
noobnz
New Member
Join Date: Jun 2017
Old 08-01-2017 , 00:01   Re: [CS:GO/CS:S] Jailbreak Gangs (V1.1.9, 06/1/2017)
Reply With Quote #167

hi,

i have tried installing this plugin and have done everything you have said to do.

when i modify the hl_gangs.sp file to change the database name and a couple of credit things i compile it with all of the .inc but it says:
Code:
sourcemod\addons\sourcemod\scripting\hl_gangs.sp(6) : warning 203: symbol is never used: "g_cvarChatTag"
Ignoring that I continued on assuming it wouldn't be that, I added a database entry in databases.cfg called hl_gangs with the database name as dbserversg_hl_gangs (which is what i specified in the plugin).

When I uploaded the plugins to the server and loaded them I got this message:
Code:
[SM] Loaded plugin hl_gangs.smx successfully.L 07/31/2017 - 22:33:34: [SM] Exception reported: Not enough space on the heapL 07/31/2017 - 22:33:34: [SM] Blaming: hl_gangs.smxL 07/31/2017 -
L 07/31/2017 - 22:33:43: [SM] Exception reported: Not enough space on the heapL 07/31/2017 - 22:33:43: [SM] Blaming: hl_gangs_credits.smxL 07/31/2017 - 22:33:43: [SM] Call stack trace:L 07
I then typed !gangs and the menu didn't appear and it said in console unknown command sm_gangs

I am pretty sure I've done everything you said to do in installation, but it's not working. Let me know if you need more info.
noobnz is offline
headline
SourceMod Moderator
Join Date: Mar 2015
Old 08-01-2017 , 02:30   Re: [CS:GO/CS:S] Jailbreak Gangs (V1.1.9, 06/1/2017)
Reply With Quote #168

Quote:
Originally Posted by noobnz View Post
hi,

i have tried installing this plugin and have done everything you have said to do.

when i modify the hl_gangs.sp file to change the database name and a couple of credit things i compile it with all of the .inc but it says:
Code:
sourcemod\addons\sourcemod\scripting\hl_gangs.sp(6) : warning 203: symbol is never used: "g_cvarChatTag"
Ignoring that I continued on assuming it wouldn't be that, I added a database entry in databases.cfg called hl_gangs with the database name as dbserversg_hl_gangs (which is what i specified in the plugin).

When I uploaded the plugins to the server and loaded them I got this message:
Code:
[SM] Loaded plugin hl_gangs.smx successfully.L 07/31/2017 - 22:33:34: [SM] Exception reported: Not enough space on the heapL 07/31/2017 - 22:33:34: [SM] Blaming: hl_gangs.smxL 07/31/2017 -
L 07/31/2017 - 22:33:43: [SM] Exception reported: Not enough space on the heapL 07/31/2017 - 22:33:43: [SM] Blaming: hl_gangs_credits.smxL 07/31/2017 - 22:33:43: [SM] Call stack trace:L 07
I then typed !gangs and the menu didn't appear and it said in console unknown command sm_gangs

I am pretty sure I've done everything you said to do in installation, but it's not working. Let me know if you need more info.
The cvar to adjust database name is for the database entry title in databases.cfg, not for the actual sql database name
headline is offline
vadrozh
Junior Member
Join Date: Jun 2017
Old 08-02-2017 , 02:33   Re: [CS:GO/CS:S] Jailbreak Gangs (V1.1.9, 06/1/2017)
Reply With Quote #169

How to enable this plugin on another mod, for instance on zm?
vadrozh is offline
yash1441
Senior Member
Join Date: Feb 2015
Location: Illuminati HQ
Old 08-02-2017 , 03:53   Re: [CS:GO/CS:S] Jailbreak Gangs (V1.1.9, 06/1/2017)
Reply With Quote #170

Quote:
Originally Posted by noobnz View Post

Code:
sourcemod\addons\sourcemod\scripting\hl_gangs.sp(6) : warning 203: symbol is never used: "g_cvarChatTag"
You are probably using this plugin with store, am I right?
__________________

Last edited by yash1441; 08-02-2017 at 03:53.
yash1441 is offline
Send a message via Skype™ to yash1441
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 09:46.


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