Navigation

i want killcam

Hi guys I can not put the killcam I tried various changes to the server cfg but it does not work ... below the cfg of my server can you help me put the killcam thanks

//************************************************** ****************************
// Call of Duty 4
//************************************************** ****************************
//************************************************** ****************************
// Public Information
//************************************************** ****************************
sets sv_hostname "]"
sets _Admin ""
sets _Email ""
sets _Website ""
sets _Location ""
sets _Irc ""
sets _Mod ""
sets _ModVer ""
sets _ModUpdate ""
sets _Maps "customs"
set scr_motd "Welcome to the brothers in arms COD4 Server - We are recruiting"

//************************************************** ****************************
// Common Server Settings
//************************************************** ****************************
// Log Settings
set g_logsync "2" // 0=no log, 1=buffered, 2=continuous, 3=append
set logfile "1" // 0 = NO log, 1 = log file enabled
set g_log "games_mp.log" // Name of log file, default is games_mp.log
set sv_log_damage "1"

// Network options
set net_ip "" // Set your servers IP address
set net_port "" // Set your port number
set com_hunkMegs "512"
set net_noipx "1" // Allow ONLY tcp/ip protocol, player/server communications

// Server Network Mode
set dedicated "2" // 0 = Listen, 1 = LAN, 2 = Internet

// Master servers
set sv_master1 "cod2master.activision.com"
set sv_master2 "cod2authorize.activision.com"
set sv_master3 "cod2master.infinityward.com"
set sv_master4 "cod2update.activision.com"
set sv_master5 "master.gamespy.com:29960"
set sv_master6 "master0.gamespy.com"
set sv_master7 "master1.gamespy.com"
set sv_master8 "clanservers.net"
set sv_gamespy "1"

// Password Settings
set rcon_password "" // RCON must supply pw to use
set sv_privatePassword "" // Private slots, non-public slots

// The following can be used to lock out the server so that only those
// players that have been provide the password can connect. Good for
// matches, practices, etc.
set g_password ""

// Player slots setup
set sv_maxclients "18" // MAX server player slots, this is TOTAL player slots
set sv_privateclients "" // Number of private player slots, maxclients - privateclients = public slots

// Ping
set sv_minPing "0" // MIN player ping on CONNECT, any lower and player isnt allowed to connect
set sv_maxping "250" // MAX player ping on CONNECT, any higher and player isnt allowed to connect

// Client Download Settings. (0=off/1=on) Used for MODs and custom maps
// See included Quick Setup Guide for instructions.
set sv_allowdownload "1"
seta sv_wwwDownload "1"
//seta sv_wwwBaseURL ""
seta sv_wwwBaseURL ""
seta sv_wwwDlDisconnected "0"

// Rate
set sv_maxRate "25000"


// Drop inactive players
set sv_timeout "300"
set sv_zombietime "1"
set g_inactivity "0"
set g_inactivityspectator "0"

// AntiFlooding Settings
set sv_floodProtect "1"
set sv_reconnectlimit "3"

// Anti Cheat Settings
pb_sv_enable
wait 5
set sv_punkbuster "0"
set sv_disableClientConsole "0"
set cl_autocmd "0"
set sv_cheats "0"
set sv_pure "1"
set g_banIPs ""
set g_no_script_spam "1"

// Temporary Ban duration, in seconds
set sv_kickBanTime "60"

// In-game voice communication system
set sv_voice "1"
set sv_voiceQuality "4"
set voice_deadChat "0"
set voice_global "0"
set voice_localEcho "0"
set winvoice_mic_mute "1"

//************************************************** ****************************
// Misc
//************************************************** ****************************
set sv_allowAnonymous "0"
set g_antilag "0"
set g_compassShowEnemies "0"
set scr_hardcore "1"
set g_allowvote "0"
set scr_allow_vote "0"
set scr_teambalance "1"
set ui_hud_hardcore "1"
set scr_game_allowkillcam "1"
set scr_game_onlyheadshots "0"
set scr_game_deathpointloss "0"
set scr_game_suicidepointloss "0"
set scr_team_teamkillpointloss "1"
set scr_game_spectatetype "2" // [0-2] 0=none, 1= team only, 2=spectate all
set scr_team_fftype "1" // 0=off 1=on 2=reflect damage 3=shared


//================================================== ===============================
// Gametype Settings
//================================================== ===============================


// First gametype to load
// "dm" - free for all deathmatch
// "dom" - domination
// "koth" - headquarters
// "sab" - sabotage
// "sd" - search & destroy
// "war" - team deathmatch


// Deathmatch
set scr_dm_scorelimit 1000
set scr_dm_timelimit 10
set scr_dm_roundlimit 1
set scr_dm_numlives 0
set scr_dm_playerrespawndelay -1
set scr_dm_waverespawndelay 0

set g_allowvote "0"
// player
set scr_player_maxhealth 5
set scr_player_suicidespawndelay 0
set scr_player_healthregentime 3
set scr_player_forcerespawn 1
set scr_player_sprinttime 8
//******************************************************************************
//MAP ROTATION SETTINGS - Uncomment the map line for the gametype you wish to play.
//
//******************************************************************************
// DM -- FREE FOR ALL DEATHMATCH
//******************************************************************************
set sv_mapRotation "gametype dm map mp_kamakura gametype dm map mp_carent gametype dm map mp_bjwifi_port gametype dm map mp_ndame gametype dm map mp_ncc_1701 gametype dm map mp_82ab_villa gametype dm map mp_hillside gametype dm map mp_rats_sansa_room gametype dm map mp_armshotel gametype dm map mp_balarda gametype dm map mp_bo2drone gametype dm map mp_convoyassault_v1 gametype dm map mp_docks_n gametype dm map mp_carpark gametype dm map mp_krezny gametype dm map mp_rooftops gametype dm map mp_doomed gametype dm map mp_psycho gametype dm map mp_garena gametype dm map mp_blue_skyscrapers gametype dm map mp_agroprom gametype dm map mp_desert_dock_2 gametype dm map mp_whatif gametype dm map mp_sps_bismarck gametype dm map mp_city gametype dm map mp_cdi_mision_bunker gametype dm map mp_almeria gametype dm map mp_dam gametype dm map mp_burg gametype dm map mp_cc"


Posted on 13.10.2017 / 13:28

REPLIES

Shao_dev

Member

set scr_game_allowkillcam 1 // killcam (0 - off; 1 - on)


Developer

Posted on 18.10.2017 / 16:39

ingres

Member

wow mate wher you find this server.cfg
set scr_player_maxhealth 5
fix it mate

set scr_player_maxhealth "100"


Posted on 07.11.2017 / 12:35

ingres

Member

Shao_dev@
already

set scr_game_allowkillcam "1"


Posted on 07.11.2017 / 12:37

Shao_dev

Member

Read the player's problem carefully before responding.


Developer

Posted on 07.11.2017 / 21:14

Post reply

ONLY USERS CAN POST REPLIES.