Closed Dodo7773 closed 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
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
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
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?