Giter Site home page Giter Site logo

gangs's People

Contributors

headline avatar shavitush avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gangs's Issues

Administration Stuff

Hi,
Would possibile to add some commands for administration (if possibile admin menu too) for:
Disband a gang, join in a gang...
(I think I've done a post like this on am).
Hexah.

Error

L 04/29/2017 - 14:08:05: [SM] Exception reported: Invalid client index (3)
L 04/29/2017 - 14:08:05: [SM] Blaming: hl_gangs_credits.smx
L 04/29/2017 - 14:08:05: [SM] Call stack trace:
L 04/29/2017 - 14:08:05: [SM] [0] ThrowNativeError
L 04/29/2017 - 14:08:05: [SM] [1] Line 66, hl_gangs_credits.sp::Native_GetCredits
L 04/29/2017 - 14:08:05: [SM] [3] Gangs_GetCredits
L 04/29/2017 - 14:08:05: [SM] [4] Line 2583, hl_gangs.sp::GetClientCredits
L 04/29/2017 - 14:08:05: [SM] [5] Line 924, hl_gangs.sp::OpenGangsMenu
L 04/29/2017 - 14:08:05: [SM] [6] Line 879, hl_gangs.sp::StartOpeningGangMenu
L 04/29/2017 - 14:08:05: [SM] [7] Line 2312, hl_gangs.sp::TopGangsMenu_Callback

Cvar to edit gangs max size.

I think that 15 gangs max size is not enoght, maybe a cvar to set the initial gang size and how much is increased after using a upgrade.

Suggestions

1)+ Adding clan\chat gangs tags.
2)+ Adding set gang player model
3)+ Adding Throwing knives
4)+ Adding Grenades
5)+ Adding colors chat gang tag
6)+ Adding give/tagecredits command in adminmenu or gang menu(Root) and pick player list to give
7)+ Rename give/tagecredits command as my store plugin use their

Sql error | Need help

Logs: L 07/03/2017 - 19:11:22: [SM] Exception reported: Invalid query Handle 0 (error: 4)
L 07/03/2017 - 19:11:22: [SM] Blaming: hl_gangs_credits.smx
L 07/03/2017 - 19:11:22: [SM] Call stack trace:
L 07/03/2017 - 19:11:22: [SM] [0] DBResultSet.RowCount.get
L 07/03/2017 - 19:11:22: [SM] [1] Line 367, hl_gangs_credits.sp::SQLCallback_CheckPlayer
L 07/03/2017 - 19:11:22: [hl_gangs.smx] no such table: hl_gangs_players

hl_gangs Version: 1.1.9
SourceMod (1.8.0.6014)

Inviting two people at the same time breaks the max player limit

A user reported this interesting bug to me:

According to him, he had 14 out of 15 max people in his gang and invited two people. Both accepted and he now has 16/15 people. In theory, this could be abused even further by having one open spot and then inviting as many players as you could so you would get over the player limit.

Before accepting the invite, a check should be made to verify that the gang is not full and still has an open spot for a player join.

typo in cleanup query

Hey0,

I found a mistake in your "void RemoveFromGang"

Format(sQuery3, sizeof(sQuery2), "DELETE FROM hl_gangs_statistics WHERE gang = \"%s\"", ga_sGangName[client]);

to

Format(sQuery3, sizeof(sQuery3), "DELETE FROM hl_gangs_statistics WHERE gang = \"%s\"", ga_sGangName[client]);

Error

L 07/31/2018 - 19:00:44: [SM] Blaming: hl_gangs.smx
L 07/31/2018 - 19:00:44: [SM] Call stack trace:
L 07/31/2018 - 19:00:44: [SM] [0] DBResultSet.FetchString
L 07/31/2018 - 19:00:44: [SM] [1] Line 2394, hl_gangs.sp::SQL_Callback_GangStatistics
L 07/31/2018 - 19:05:08: [SM] Exception reported: Client 11 is not connected

Receive credits only if you are in a gang

Since every people can receive credits (using the plugin credits system), is possible that only people that joined in a gang can receive credits?
Also, do the same for the creator, like:

  • Give an initial amount of credits (to create a gang) before i create a new one.
  • When i create the gang, start receiving credits.

Gang name in scoreboard and chat

I cant figure out, how to turn on those names in scoreboard. Also, could you add same function for chat? That my gang will be shown there?

Disbanding a gang prevents gang creation

Hello,

if you create a gang and disband it, you can't create a new gang anymore.
Well, technically you can, but the gang will not be stored in the database or listed in the "top gangs" list. It also says that there are 0 members in the gang, even though others can join.

Since the gang isn't saved in the database, the gang disappears after reconnect or map change.

Steps to reproduce:
Create gang "my-gang" -> disband "my-gang" -> create gang "new-gang"

DB entries for "my-gang" are created and then deleted, but no entries for "new-gang" are created.

Gangs Peerk Knife Damage

Hi, I've been trying for a long time to fix this problem that won't let me activate the gang knife damage. I increase the damage to 8/8 and it does the default damage. Could you help me a bit with that issue?

Integration with sm_hosties

Link to plugin: https://forums.alliedmods.net/showthread.php?t=108810

Players from my community suggested changing the ranking system to be based on the amount of last requests you get instead of CT kills. Ranking the gangs according to CT kills makes the people want to rebel more which for some people ruins the fun.

sm_hosties provides the "IsClientInLastRequest" native, so it may be possible to integrate it and grant the gang one point if a gang member is in a last request instead of CT kills. Selecting the ranking mode should be done through a config.

Any way to disable Gang perks on certain rounds?

Maybe a forward that get trigger on round start?
Like: Gangs_OnPerksActived that can be returned to Plugin_Handle to disable giving on the perks?

public Action Gangs_OnPerksActivated(int client)
{
      if (bSpecialRound)
      {
            return Plugin_Handle; //Disable perks of the client
       }
       return Plugin_Continue; //Do nothink
}

This is just an idea.

Thanks.

no such table: hl_gangs_players

L 08/03/2017 - 15:32:24: [hl_gangs.smx] no such table: hl_gangs_statistics
L 08/03/2017 - 15:37:50: [hl_gangs.smx] no such table: hl_gangs_players

sm - 1.8.0.5919 metamod - 1.10.7

db created but size = 0 bytes

SQL Injection

It is possible for players to SQL Inject by changing their gang name. The name is not properly escaped in the code, so for example " or "" would break a large portion of the database.

[SM] Exception reported: Current result set has no fetched rows

I have been getting this message.

Aug 18 11:33:07: L 08/18/2023 - 11:33:07: [SM] Exception reported: Current result set has no fetched rows
Aug 18 11:33:07: L 08/18/2023 - 11:33:07: [SM] Blaming: hl_gangs.smx
Aug 18 11:33:07: L 08/18/2023 - 11:33:07: [SM] Call stack trace:
Aug 18 11:33:07: L 08/18/2023 - 11:33:07: [SM] [0] DBResultSet.FetchString
Aug 18 11:33:07: L 08/18/2023 - 11:33:07: [SM] [1] Line 2483, hl_gangs.sp::SQL_Callback_GangStatistics

Error

Hello my friend)

This happens when I click on the gang menu on the gang.
And then throws me out of the menu.

L 12/03/2018 - 22:33:51: SourceMod error session started
L 12/03/2018 - 22:33:51: Info (map "jb_bravo") (file "errors_20181203.log")
L 12/03/2018 - 22:33:51: [SM] Exception reported: Current result set has no fetched rows
L 12/03/2018 - 22:33:51: [SM] Blaming: hl_gangs.smx
L 12/03/2018 - 22:33:51: [SM] Call stack trace:
L 12/03/2018 - 22:33:51: [SM] [0] DBResultSet.FetchString
L 12/03/2018 - 22:33:51: [SM] [1] Line 2483, hl_gangs.sp::SQL_Callback_GangStatistics
L 12/03/2018 - 22:47:29: SourceMod error session started
L 12/03/2018 - 22:47:29: Info (map "jb_bravo") (file "errors_20181203.log")
L 12/03/2018 - 22:47:29: [SM] Exception reported: Current result set has no fetched rows
L 12/03/2018 - 22:47:29: [SM] Blaming: hl_gangs.smx
L 12/03/2018 - 22:47:29: [SM] Call stack trace:
L 12/03/2018 - 22:47:29: [SM] [0] DBResultSet.FetchString
L 12/03/2018 - 22:47:29: [SM] [1] Line 2483, hl_gangs.sp::SQL_Callback_GangStatistics
L 12/03/2018 - 22:47:44: [SM] Exception reported: Current result set has no fetched rows
L 12/03/2018 - 22:47:44: [SM] Blaming: hl_gangs.smx
L 12/03/2018 - 22:47:44: [SM] Call stack trace:
L 12/03/2018 - 22:47:44: [SM] [0] DBResultSet.FetchString
L 12/03/2018 - 22:47:44: [SM] [1] Line 2483, hl_gangs.sp::SQL_Callback_GangStatistics

Gangkills are getting reset

The issue is that, for the second time, a gang got their kills reset to 0. They had around 8000 kills before. Is there a cap or why are they getting reset?

Rename gang

When you change the name of the gang, it changes to a new one with quotes, correct it please.
Example
NICK change name NAME on "NEW_NAME"

Leadership

If leader leave, guild is gone. i would like its goes to next guy

[IDEA] Gangs chat

That would be cool add a chat for the gang members, something like /g <message> and the message goes to all members of the gang you are

don`t work plugin

Error list:
L 02/28/2017 - 13:28:44: [SM] Exception reported: Language phrase "GangAlert" not found
L 02/28/2017 - 13:28:44: [SM] Blaming: hl_gangs.smx
L 02/28/2017 - 13:28:44: [SM] Call stack trace:
L 02/28/2017 - 13:28:44: [SM] [0] VFormat
L 02/28/2017 - 13:28:44: [SM] [1] Line 2603, hl_gangs.sp::PrintToGang
L 02/28/2017 - 13:28:44: [SM] [2] Line 428, hl_gangs.sp::Timer_AlertGang
L 02/28/2017 - 13:28:51: [SM] Exception reported: Native is not bound
L 02/28/2017 - 13:28:51: [SM] Blaming: hl_gangs.smx
L 02/28/2017 - 13:28:51: [SM] Call stack trace:
L 02/28/2017 - 13:28:51: [SM] [1] Gangs_GetCredits
L 02/28/2017 - 13:28:51: [SM] [2] Line 2439, hl_gangs.sp::GetClientCredits
L 02/28/2017 - 13:28:51: [SM] [3] Line 825, hl_gangs.sp::OpenGangsMenu
L 02/28/2017 - 13:28:51: [SM] [4] Line 780, hl_gangs.sp::StartOpeningGangMenu
L 02/28/2017 - 13:28:51: [SM] [5] Line 760, hl_gangs.sp::Command_Gang
L 02/28/2017 - 13:28:55: [SM] Exception reported: Native is not bound
I`m use last version

Gangkills are still getting reset

Hello,

even though I'm using the latest version, which supposedly fixes this bug, it's still not working. Today, one of my players got his kills reset again. We had some issues with our DB today, so it might have something to do with that. However, only one gang got reset. There is still an error somewhere which incorrectly updates the rows.

Gang Initials

Now i tell you how I imagine it:
When creating a gang they say to enter the name of the gang, and then immediately a short form of the name.
For example Name: Eze Breeze /short form: E'B
And this short name goes to the clan tag.
(I think still would not prevent the config, by type to turn off all other tags.)

Also, when creating a gang, it is entered in the config, in which you can specify the path to the model of the gang character.
Example

"gangs"
{
   "Gangs1"
   {
   "Name" "Eze Breeze"
   "SName" "E'B"
   "Model" " "
   }
   "Gangs2"
   {
   "Name" "NoName"
   "SName" "NN"
   "Model" "models/player/gangs2.mdl"
   }
}

Gang invites and another

If gang leader invite at the one moment more players and if they accept at the same time , in that gang can join more people than slots available.
Need to fix menu. Because promote or check who is in your gang its not available.
Idea: Try to add colours on differents gangs, in this fact you can separate gangs.
Another idea: Add like !gangmenu here you could select in one round one boost like: speed, bigger knife dmg, hp or gravity

[Error]Current result set has no fetched rows

Error log

[SM] Exception reported: Current result set has no fetched rows
[SM] Blaming: hl_gangs.smx
[SM] Call stack trace:
[SM]   [0] DBResultSet.FetchString
[SM]   [1] Line 2372, hl_gangs.sp::SQL_Callback_GangStatistics

sm plugins list

[SM] Listing 106 plugins:
  01 "Jail Shop" (1.0) by AlexTheRegent,BaFeR
  02 "[LK MODULE] �>:C?:0 VIP (VIP R1KO)" (2.2) by 1mpulse (skype:potapovdima1)
  03 "[LK MODULE] #?@02;5=85 4>ABC?><" (2.0) by 1mpulse (skype:potapovdima1)
  04 "[LK MODULE] �>:C?:0 SHOP :@548B>2" (2.1) by 1mpulse (skype:potapovdima1)
  05 "[�8G=K9 �018=5B] Core [PRIVATE]" (3.2.0) by 1mpulse (skype:potapovdima1)
  06 "[LK MODULE] �>:C?:0 �4<8=>: (REFORK)" (2.4) by 1mpulse (skype:potapovdima1)
  07 "[LK MODULE] �>:C?:0 GANGS :@548B>2" (2.0) by 1mpulse (skype:potapovdima1)
  08 "[LK MODULE] �4<8= �5=N" (2.0) by 1mpulse (skype:potapovdima1)
  09 "[LK MODULE] �5@52>4 �5=53" (2.1) by 1mpulse (skype:potapovdima1)
  10 "[LK MODULE] Info Menu" (2.1) by 1mpulse (skype:potapovdima1)
  11 "[CS:S / CS:GO] Throwing Knives Core" (1.2) by R1KO (original by meng, Bacardi)
  12 "Basic Commands" (1.9.0.6132) by AlliedModders LLC
  13 "Basic Votes" (1.9.0.6132) by AlliedModders LLC
  14 "Basic Chat" (1.9.0.6132) by AlliedModders LLC
  15 "Default SM Text Replacer" (0.32.GO) by Mitch/Bacardi
  16 "Thirdperson" (1.6 CS:GO edition) by shavit and Franc1sco franug
  17 "Chat Colors CSGO" (1.4) by Pheonix (ه`Ϥ5=8:AϠ癩
  18 "Admin Help" (1.9.0.6132) by AlliedModders LLC
  19 "Player Commands" (1.9.0.6132) by AlliedModders LLC
  20 "Admin Menu" (1.9.0.6132) by AlliedModders LLC
  21 "CT Bans (PRIVATE)" (1.1) by R1KO
  22 "Game_Player_Equip Fix" (1.1.02) by Mitch
  23 "Basic Info Triggers" (1.9.0.6132) by AlliedModders LLC
  24 "MapChooser" (1.9.0.6132) by AlliedModders LLC
  25 "Security Entity Limit!" (0.5.4) by Benoist3012
  26 "SM_Hosties v2" (2.3.0) by databomb & dataviruset & comando
  27 "Client Preferences" (1.9.0.6132) by AlliedModders LLC
  28 "[CS:GO/CS:S] Jailbreak Gangs Clan Tags" (1.1.9.1) by Headline
  29 "[Shop] Top10 Function" (2.0.1) by FrozDark
  30 "[Shop] Equipments" (2.1.1) by FrozDark
  31 "[Shop] Money Distributor" (1.4.3) by FrozDark (HLModders LLC)
  32 "[CS:GO] Spritetrail fix" (1.0.1) by FrozDark
  33 "[Shop] Pets" (1.0) by Pheonix (ه`Ϥ5=8:AϠ癩 & Zephyrus
  34 "[Shop] Logs" (1.1) by R1KO (skype: vova.andrienko1)
  35 "[Shop] Skins" (2.1.0) by FrozDark (arms by R1KO)
  36 "[Shop] Core" (2.1.0) by FrozDark
  37 "Terrible Enable Full Alltalk" (0.02) by Sheepdude
  38 "Fun Votes" (1.9.0.6132) by AlliedModders LLC
  39 "[CS:GO/CS:S] Jailbreak Gangs" (1.1.9.1) by Headline
  40 "Mirror" (1.0) by Franc1sco franug and Nanochip
  41 "Basic Comm Control" (1.9.0.6132) by AlliedModders LLC
  42 "Anti-Flood" (1.9.0.6132) by AlliedModders LLC
  43 "Admin List" (1.0) by Someone
  44 "Admin File Reader" (1.9.0.6132) by AlliedModders LLC
  45 "Token Auto Updater" (1.3.1) by ه`Ϥ5=8:AϠ癊  46 "[VIP] Invis" (1.0.0) by BaFeR (skype: barstis7)
  47 "[VIP] Regen HP" (1.1) by R1KO
  48 "[VIP] Core" (3.0 DEV #12) by R1KO (skype: vova.andrienko1)
  49 "[VIP] Speed" (1.1.0) by R1KO (skype: vova.andrienko1)
  50 "[VIP] Last Request (PRIVATE)" (1.1) by R1KO
  51 "[VIP] Armor" (1.1) by R1KO (skype: vova.andrienko1)
  52 "[VIP] Gravity" (1.2.0) by R1KO (skype: vova.andrienko1),BaFeR
  53 "[VIP] HP" (1.1) by R1KO,BaFeR
  54 "[VIP] Skins" (1.0.5) by R1KO,BaFeR
  55 "[VIP] CHAT (cp)" (3.2) by R1KO
  56 "[VIP] Vips Online" (1.0.1) by R1KO (skype: vova.andrienko1)
  57 "[VIP] Bhop" (1.1.0) by KOROVKA,BaFeR
  58 "Fix angles" (1.0.1) by Grey83
  59 "Remove Messages [CS:GO]" (2.5) by Fox1qqq
  60 "Reserved Slots" (1.9.0.6132) by AlliedModders LLC
  61 "VoiceAnnounceEx" (2.1.2) by Franc1sco franug, Mini and GoD-Tony
  62 "SourceBans++: Main Plugin" (1.6.2) by SourceBans Development Team, SourceBans++ Dev Team
  63 "Rotate server graphic banners" (0.3) by HiTmAnY
  64 "MyJailbreak - Torch Relay" (Beta 12.0.dev-24810e4) by shanapu
  65 "MyJailbreak - Request" (Beta 12.0.dev-24810e4) by shanapu
  66 "MyJailbreak - Arms Race" (Beta 12.0.dev-24810e4) by shanapu
  67 "MyJailbreak - Suicide Bomber" (Beta 12.0.dev-24810e4) by shanapu
  68 "MyJailbreak - CowBoy" (Beta 12.0.dev-24810e4) by shanapu
  69 "MyJailbreak - HL Gangs" (Beta 12.0.dev-24810e4) by shanapu
  70 "MyJailbreak - KnifeFight" (Beta 12.0.dev-24810e4) by shanapu
  71 "MyJailbreak - Last Guard Rule" (Beta 12.0.dev-24810e4) by shanapu
  72 "MyJailbreak - Ghosts War" (Beta 12.0.dev-24810e4) by shanapu
  73 "MyJailbreak - Warden" (Beta 12.0.dev-24810e4) by shanapu
  74 "Arms Fix" (1.6) by NomisCZ (-N-)
  75 "MyJailbreak - War FFA" (Beta 12.0.dev-24810e4) by shanapu
  76 "MyJailbreak - Freeday" (Beta 12.0.dev-24810e4) by shanapu
  77 "MyJailbreak - War" (Beta 12.0.dev-24810e4) by shanapu
  78 "MyJailbreak - Player HUD" (Beta 12.0.dev-24810e4) by shanapu
  79 "MyJailbreak - Teleport War" (Beta 12.0.dev-24810e4) by shanapu
  80 "MyJailbreak - Menus" (Beta 12.0.dev-24810e4) by shanapu
  81 "MyJailbreak - Zeus" (Beta 12.0.dev-24810e4) by shanapu
  82 "MyJailbreak - NoScope" (Beta 12.0.dev-24810e4) by shanapu
  83 "MyJailbreak - Drunk" (Beta 12.0.dev-24810e4) by shanapu
  84 "MyJailbreak - HideInTheDark" (Beta 12.0.dev-24810e4) by shanapu
  85 "MyJailbreak - Ratio - CT Bans Support" (Beta 12.0.dev-24810e4) by shanapu, Addicted, good_live
  86 "MyJailbreak - Catch & Freeze" (Beta 12.0.dev-24810e4) by shanapu
  87 "MyJailbreak - Core" (Beta 12.0.dev-24810e4) by shanapu
  88 "MyJailbreak - HE Battle" (Beta 12.0.dev-24810e4) by shanapu
  89 "MyJailbreak - DuckHunt" (Beta 12.0.dev-24810e4) by shanapu
  90 "MyJailbreak - Ratio" (Beta 12.0.dev-24810e4) by shanapu, Addicted
  91 "MyJailbreak - DealDamage" (Beta 12.0.dev-24810e4) by shanapu
  92 "MyJailbreak - Zombie" (Beta 12.0.dev-24810e4) by shanapu
  93 "MyJailbreak - Weapons" (Beta 12.0.dev-24810e4) by shanapu
  94 "Skin" (1.6.1) by White Wolf, BaFeR
  95 "Multiple player boost " (1.00) by boomix
  96 "Maplister" (1.6.8) by theY4Kman
  97 "Chat-Processor" (2.0.8) by Keith Warren (Drixevel)
  98 "SourceBans++: SourceComms" (1.6.2) by Alex, SourceBans++ Dev Team
  99 "HidePanel.smx"
  100 "Last Request: Quick Hands" (1.0.1) by Jason Bourne & Kolapsicle & BaFeR
  101 "Rename Admin" (1.11) by PainteR (loginivan)
  102 "Smart Jail Doors" (0.6.0-beta) by Maxim 'Kailo' Telezhenko
  103 "[ANY] Blank Credits System" (1.1.9.1) by Headline
  104 "Sound Commands" (1.9.0.6132) by AlliedModders LLC
  105 "Fun Commands" (1.9.0.6132) by AlliedModders LLC
  106 "Additional Commands" (1.0.1) by wS

sm exts list

[SM] Displaying 15 extensions:
[01] Automatic Updater (1.9.0.6132): Updates SourceMod gamedata files
[02] Webternet (1.9.0.6132): Extension for interacting with URLs
[03] Accelerator (2.3.1): SRCDS Crash Handler
[04] Equinox Console Cleaner (1.8.0-manual): Bite me alien boi
[05] CS Tools (1.9.0.6132): CS extended functionality
[06] BinTools (1.9.0.6132): Low-level C/C++ Calling API
[07] SDK Tools (1.9.0.6132): Source SDK Tools
[08] Client Preferences (1.9.0.6132): Saves client preference settings
[09] SQLite (1.9.0.6132): SQLite Driver
[10] SDK Hooks (1.9.0.6132): Source SDK Hooks
[11] SteamWorks Extension (1.2.2): Exposes SteamWorks functions to Developers
[12] Top Menus (1.9.0.6132): Creates sorted nested menus
[13] TAU LIB (1.2):
[14] DHooks (2.1.1): Dynamic Hooks
[15] MySQL-DBI (1.9.0.6132): MySQL driver implementation for DBI

meta version

 Metamod:Source Version Information
    Metamod:Source version 1.11.0-dev+1097
    Plugin interface version: 16:14
    SourceHook version: 5:5
    Loaded As: Valve Server Plugin
    Compiled on: Jul 23 2017 06:04:38
    Built from: https://github.com/alliedmodders/metamod-source/commit/6f2938b
    Build ID: 1097:6f2938b
    http://www.metamodsource.net/

sm version

 SourceMod Version Information:
    SourceMod Version: 1.9.0.6132
    SourcePawn Engine: 1.9.0.6079, jit-x86 (build 1.9.0.6079)
    SourcePawn API: v1 = 4, v2 = 12
    Compiled on: Aug 12 2017 05:05:41
    Built from: https://github.com/alliedmodders/sourcemod/commit/01c6bb8
    Build ID: 6132:01c6bb8
    http://www.sourcemod.net/

Verison of gangs not only for JB

Hello,
I was using this great plugin on my JB server, but now i have different one with TTT.

Is it possible to create a version, that could be used even by CTs.

Thanks in advance even if you delete this request.

Jezis

Update gangs clantags

Please do so that all the other clan tags are removed. And then I use togs for this now togsclantags. But I would not want to.

Make a progressive scale of prices

// for example gcv_iHealthPrice = "20", ga_iHealth[client] = 4
// gcv_fPriceModifier = 20

price = gcv_iHealthPrice.IntValue + (gcv_iPriceModifier.IntValue * ga_iHealth[client]);     // 20 + 20*4 = 100

I suggest doing so:
// for example gcv_fPriceModifier = 1.5

price = RoundToFloor(gcv_iHealthPrice.IntValue * Pow(gcv_fPriceModifier.FloatValue, ga_iHealth[client]*1.0));  // 20*1.5^4=101

on 2lvl
20 + 202 = 60 // before
20
1.5^2 = 45 // after
on 10 lvl
20 + 2010 = 220 // before
20
1.5^10 = 1153 // after

Add a command to block gang invites

People are spamming other people with gang invites, even though they don't want to join.
It might be useful to either add a command to block invites or add it in the menu somewhere.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.