splewis / csgo-retakes

CS:GO Sourcemod plugin for a site-retake gamemode
GNU General Public License v3.0
328 stars 115 forks source link

No nades #236

Closed Dodo7773 closed 4 years ago

Dodo7773 commented 4 years ago

Hi. There are no nades, I've got cvar commands in serwer.cfg to enable nades and .smx file that should give them. Dont know what to do, anyone got this problem?

splewis commented 4 years ago

Retakes doesn't give grenades out by itself.

I've got cvar commands in serwer.cfg to enable nades and .smx file that should give them

Dodo7773 commented 4 years ago

These:

sm_retakes_weapon_primary_enabled sm_retakes_weapon_nades_enabled sm_retakes_weapon_allow_nades_on_pistol_rounds sm_retakes_weapon_nades_hegrenade_ct_max 1 sm_retakes_weapon_nades_hegrenade_t_max 1 sm_retakes_weapon_nades_flashbang_ct_max 2 sm_retakes_weapon_nades_flashbang_t_max 2 sm_retakes_weapon_nades_smokegrenade_ct_max 1 sm_retakes_weapon_nades_smokegrenade_t_max 1 sm_retakes_weapon_nades_molotov_ct_max 1 sm_retakes_weapon_nades_molotov_t_max 0

and retakes_standardallocator in addons/sourcemod/plugins

Dodo7773 commented 4 years ago

Ok, I did now notice that there are nades but they are on the ground and nobody can pick them :/

EDIT: ammo_grenade_limit_default 1 ammo_grenade_limit_flashbang 2 ammo_grenade_limit_total 4

helped