CS-GEJMERZY / VIP-Plugin

VIP plugin designed to work with CSS framework on cs2 servers.
GNU General Public License v3.0
12 stars 2 forks source link

[BUGS/Features] Buggy features #18

Closed Mesharsky closed 3 months ago

Mesharsky commented 3 months ago
  1. If "ExtraJumps": 0, is set to more than 0 Players models are bugged (floating) in the AIR. And it does not work :D

  2. Grenade system sucks, as it drops grenades if player arleady have them on the spawn. So unlimited grenades for other players.

  3. Even thought RandomVIP is disabled. It's still assigning random VIP ( didin't test nigh vip tho) "RandomVIP": { "Enabled ": false, "AfterRound ": 3, "MinimumPlayers ": 2, "RepeatPicking ": 3, "PermissionsGranted ": [], "PermissionExclude": [] },

    1. Organize config file, it's quite a mess, make it more readable and easier to work with. Make sections for player spawn bonuses, events, weapons, messages, and other like misc.
HackerDevs commented 3 months ago

Hey, thanks for contribution!

1. What do you mean by "floating in the air"?. I'm currently running v1.0.10 with CSS v201 and it seems to be working fine. 2. I will try to rework the logic, will be released with the #16. 3. Nice catch, this has been fixed in the dev branch and will be shortly released. 4. I agree it looks a bit clumsy ATM. Will be done in the future.

Mesharsky commented 3 months ago
  1. Well i am running latest one, and does not matter if i put 1, 2 or 5 as a value in JumpsCount it does not work.
  2. Well i would suggest to put that as priority, because 5 vips on the server will spam the shit out of spawn with tons of grenades. And on full server that might even lead to a crash.
  3. Nice one
  4. I would avoid using JSON, i know it's easy to setup but it has it's limits and is not really user friendly.