View Single Post
SoulWeaver16
Senior Member
Join Date: May 2021
Location: Uruguay
Old 05-28-2022 , 08:35   Re: New weapon order on every map
Reply With Quote #4

You could use Amxmodx function
/config/maps/
Whether all maps de_
PHP Code:
/config/maps/prefix_de.cfg 
Or just a specific map, example: dust2
PHP Code:
/config/maps/de_dust2.cfg 
And there you paste the line:
Code:
gg_weapon_order "ak47, aug, awp, deagle, elite, fames, fiveseven, g3sg1, galil, glock18, hegrenade, knife"
SoulWeaver16 is offline