AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   GunGame (https://forums.alliedmods.net/forumdisplay.php?f=104)
-   -   Random weapons by category (https://forums.alliedmods.net/showthread.php?t=338349)

SoulWeaver16 06-28-2022 17:16

Random weapons by category
 
I use GunGame version 2.13c, I wanted to know if you can make them randomly chosen by categories, in addition to choosing how many kills are needed for the next level, where ":x" is a number, like:
HTML Code:

gg_weapon_order "[Pistols]:3, M3:2, [Rifles]:3, etc, etc"
If possible, make it a separate plugin, I think the GunGame.amxx allows custom weapons, so instead of being a weapon, be a set

Edit: I don't know if it is possible that the necessary kills are already implemented, I apologize if it is.

SoulWeaver16 09-26-2022 18:30

Re: Random weapons by category
 
Quote:

Originally Posted by 000 (Post 2789690)
By which categories?

I want it to be something like what CSGO does, which randomizes the order by categories, whether it's between pistols, shotguns, submachine guns, rifles and machine gun.
Quote:

From the November 11, 2014, a major overhaul to the Arms Race scenario was made. The weapon assortment is now randomized, although the Gold Knife retains its place as the last kill to win. However, the category of weapons in order are kept constant. This was changed on the September 21, 2021 update and can be seen below:
  • 1 Auto-Sniper
  • 1 Sniper Rifle
  • 3-4 Rifles
  • 1 Machine Gun
  • 3 SMGs
  • 1 Heavy Pistol
  • 3 Pistols
  • 2 Shotguns
  • Gold Knife

Because to try to emulate it, I had to do it manually, but it's not even consistent, most of the time it uses g_weapon_order and g_weapon_order 1.
HTML Code:

gg_weapon_order1 "sg550,awp,m4a1,ak47,galil,sg552,m249,mp5navy,mac10,p90,xm1014:2,m3:2,deagle,usp,p228,elite,hegrenade,knife"
gg_weapon_order2 "sg550,scout,m4a1,galil,aug,ak47,m249,p90,mp5navy,tmp,xm1014:2,m3:2,deagle,p228,elite,usp,hegrenade,knife"
gg_weapon_order3 "sg550,awp,ak47,aug,galil,famas,m249,ump45,tmp,mac10,xm1014:2,m3:2,deagle,fiveseven,elite,p228,hegrenade,knife"
gg_weapon_order4 "g3sg1,awp,sg552,ak47,aug,galil,m249,mac10,p90,mp5navy,m3:2,xm1014:2,deagle,elite,p228,fiveseven,hegrenade,knife"
gg_weapon_order5 "sg550,awp,galil,ak47,aug,sg552,m249,mac10,p90,ump45,m3:2,xm1014:2,deagle,elite,usp,p228,hegrenade,knife"
gg_weapon_order6 "g3sg1,awp,ak47,famas,m4a1,galil,m249,ump45,mp5navy,p90,xm1014:2,m3:2,deagle,elite,usp,fiveseven,hegrenade,knife"
gg_weapon_order7 "g3sg1,scout,ak47,m4a1,sg552,aug,m249,tmp,ump45,mac10,xm1014:2,m3:2,deagle,p228,fiveseven,elite,hegrenade,knife"
gg_weapon_order8 "sg550,awp,ak47,aug,m4a1,sg552,m249,mac10,mp5navy,ump45,m3:2,xm1014:2,deagle,elite,fiveseven,usp,hegrenade,knife"
gg_weapon_order9 "g3sg1,awp,galil,famas,sg552,m4a1,m249,tmp,ump45,mac10,xm1014:2,m3:2,deagle,p228,fiveseven,usp,hegrenade,knife"



All times are GMT -4. The time now is 06:50.

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