Friendly Fire wont stay on
- Eagle
- New to forums
- Posts: 11
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Tue Nov 01, 2005 11:52 am
- Location: Salem Oregon
Friendly Fire wont stay on
Hey, Im running amxmod and every time im in game i go to console cvar commands and turn on friendly fire but whenver map is changed or i leave and come back friendly fire is off? why wont it stay on?
wtf?
ok this didnt work so maybe i jsut show you the setup and you tell me whats wrong
; Cvars Menu:
; < cvar > < values > ... < access level >
"mp_timelimit" "0" "30" "45" "u"
"sv_password" "" "mypw" "clanwar" "u"
"pausable" "0" "1" "u"
"sv_voiceenable" "0" "1" "u"
"mp_chattime" "0" "1" "3" "u"
"mp_logmessages" "0" "1" "u"
"mp_friendlyfire" "1" "0" "u"
"mp_limitteams" "0" "1" "2" "u"
"mp_autoteambalance" "0" "1" "2" "u"
"mp_limitteams" "0" "1" "2" "u"
"allow_spectators" "0" "1" "u"
"mp_freezetime" "0" "6" "u"
"mp_buytime" "1" "0.5" "u"
"mp_startmoney" "800" "1800" "3600" "u"
"mp_c4timer" "35" "45" "15" "u"
"mp_forcechasecam" "0" "1" "2" "u"
; Cvars Menu:
; < cvar > < values > ... < access level >
"mp_timelimit" "0" "30" "45" "u"
"sv_password" "" "mypw" "clanwar" "u"
"pausable" "0" "1" "u"
"sv_voiceenable" "0" "1" "u"
"mp_chattime" "0" "1" "3" "u"
"mp_logmessages" "0" "1" "u"
"mp_friendlyfire" "1" "0" "u"
"mp_limitteams" "0" "1" "2" "u"
"mp_autoteambalance" "0" "1" "2" "u"
"mp_limitteams" "0" "1" "2" "u"
"allow_spectators" "0" "1" "u"
"mp_freezetime" "0" "6" "u"
"mp_buytime" "1" "0.5" "u"
"mp_startmoney" "800" "1800" "3600" "u"
"mp_c4timer" "35" "45" "15" "u"
"mp_forcechasecam" "0" "1" "2" "u"
Once you change mp_friendlyfire 0 to mp_friendlyfire 1, that change is not going to be immediate. A map change or a server restart is needed to load the new value. You can change the value again using amxmodx if you do not want to restart or change maps.Eagle wrote:so both for friendly fire need to be 1? i tried that and it was still turned off
-Nick
ha
lmao i still dont get it. which one do i turn to 1? theres mp_friendly fire "1" "0" is that how it is supposeed to be or is it supposed to be mp_friendly fire "0" "1"
You're looking at the wrong file. The one you are looking at now is:
- addons/amxmodx/configs/cvars.ini
- ./server.cfg