while I was editing codjumper.gsc I saw I had to have premission to edit it.
So can I have premission to delete the ''You must be on the ground to save"?

Would appricate it..
thnx a lot!
Moderator: Core Staff
Pedsdude...Pedsdude wrote:Parrot*
You didn't link it in to his original question, I did
Code: Select all
-------------
Server Config
-------------
The following should be put into a file named "server.cfg" and placed in the MAIN folder (not codjumper)
Make sure you read this config and make the required changes.
//////////////////////COPY FROM HERE//////////////////////
// **************************************************
// *********** Server Security & Errors *************
// **************************************************
//Passwords
set rcon_password "" //CHANGE ME
set sv_privatePassword "" // OPTIONAL CHANGE ME
set g_password "" // Only used if you want to close your server to the public
set set sv_fps "20"
//Logging
set g_log "server_mp.log"
set g_logSync "0"
//SV Pure
set sv_pure "1"
//SV Cheats
set sv_cheats "0"
//SV Punkbuster
set sv_punkbuster "0"
pb_cl_disable
//Disable Console
set sv_disableClientConsole "0"
// HTTP Downloads
set sv_allowDownload "1"
set sv_wwwDownload "1"
set sv_wwwBaseURL"http://qdownloads.myinfo.ws (/main the maps are there ^^)"
set sv_wwwdldisconnected "1"
// **************************************************
// *********** Server Personality Dvars *************
// **************************************************
// Hostname and MOTD
sv_hostname "^2'^9B^7oC^2.^9P^7ublic ^9J^7ump ^9M^7aps ^9C^7rackeD ^9S^7erver ^9#^72 ^7www.^7BoC-HQ^7.nl ^2~" // Servers name
set scr_motd "^1Have Fun!" // Message displayed on connect
// Max Players and Saved Private Possitions
set sv_maxclients "10" // Maximum players on the server
set sv_privateClients "0" // Allows players to enter the server without taking up public slots
//Downloads
seta sv_allowAnonymous "0"
// Server Packet Rate
set sv_maxRate "25000"
// Limit Laggers and reconnect spammers
set sv_reconnectlimit "3" // Limits how long a player must wait to reconnect to a server
set sv_minPing "0"
set sv_maxPing "120"
// Banning
set g_banIPs ""
// AntiFlooding Settings
set sv_floodProtect "1"
// **************************************************
// ******************** Voice ***********************
// **************************************************
set sv_voice "0"
set sv_voiceQuality "1"
// **************************************************
// ******************** Map Rotation ****************
// **************************************************
// Do NOT put your map_rotate command here! Map_rotate should be called VERY last
// Set the Gametype
set g_gametype "codjumper"
// Set the Map Rotation
set sv_MapRotation "gametype codjumper map mp_jump gametype codjumper map mp_d-jump gametype codjumper map jm_easy_castle gametype codjumper map jm_creep gametype codjumper map mp_tevy gametype codjumper map mp_scmega gametype codjumper map jm_highways2 gametype codjumper map jm_highways gametype codjumper map jm_garden gametype codjumper map jm_state gametype codjumper map mp_beaudin gametype codjumper map mp_crazymaze gametype codjumper map mp_6jump"
set sv_maprotationcurrent ""
// **************************************************
// *************** Match Setup Options **************
// **************************************************
// Use these to set how your server will play a map.
// CTF
set scr_ctf_scorelimit ""
set scr_ctf_timelimit "30"
// S&D
set scr_sd_bombtimer "60"
set scr_sd_graceperiod "15"
set scr_sd_roundlength "4"
set scr_sd_roundlimit "0"
set scr_sd_scorelimit "10"
set scr_sd_timelimit "0"
// TDM
set scr_tdm_scorelimit "999"
set scr_tdm_timelimit "60"
// DM
set scr_dm_scorelimit "999"
set scr_dm_timelimit "60"
// HQ
set scr_hq_scorelimit "600"
set scr_hq_timelimit "30"
// **************************************************
// ***************** Gameplay Dvars *****************
// **************************************************
// Team Icons
set scr_drawfriend "1"
// Friendly Fire
set scr_friendlyfire "0"
// Kill Cam & Spectate
set scr_killcam "1"
set scr_spectatefree "1"
set scr_spectateenemy "1"
// Auto Team Balance
set scr_teambalance "0"
// Force Respawn
set scr_forcerespawn "0"
// Spectator & Dead Chat
set g_deadChat "1"
// **************************************************
// ************ CoDJumper Mod Cvars *****************
// **************************************************
set scr_antiblocktime "15" // This is the amount of time it takes until a player (not moving) is marked as blocking.
set scr_saveposition "1" // This will turn on the savemod
set scr_antikill "1" // This will turn on invulnerability. This will stop all killing (except if person is blocking).
set scr_cjvote "1" // This will turn on the CJ voting system
set scr_cjvotetime "10" // This is the time (in minutes) before voting is automatically turned on.
//set cj_welcome_1 "^2W^7elcome to the server" // You can have up to 5 welcome messages.
//set cj_welcome_2 ""
//set cj_welcome_3 ""
//set cj_welcome_4 ""
//set cj_welcome_5 ""
set cj_msgdelay "180" // This is the time in seconds for each of the following messages
//set cj_msg_1 "" // You can have as many rotating messages as you wish, but the more you have, the more the server must process.
//set cj_msg_2 ""
//set cj_msg_3 ""
//set cj_msg_4 ""
//set cj_msg_5 ""
set cj_admin_1 "BlackaddeR" // Place the name of your admins in these cvars to "announce" them on the server. (Infinite)
//set cj_admin_2 ""
//set cj_admin_3 ""
//set cj_admin_4 ""
//set cj_admin_5 ""
set cj_restocknades "1"
// set cj_mp_jump_nades 1 // See explanation below.
//******************* Map Specific Nades *******************//
// To use map specific grenade settings
// Use "set cj_<mapname>_nades 0/1"
// Replace <mapname> with the full mapname
// E.g.
// set cj_mp_carentan_nades 1 (Enable nades for this map)
// set cj_mp_jump_nades 0 (Disable nades for this map)
// This overides the default scr_allow_fraggrenades
//////////////////////////////////////////////////////////////
// **************************************************
// ******************* Voting ***********************
// **************************************************
set g_allowvote "0"
set g_allowVoteKick "1"
set g_allowVoteMap "1"
set g_allowVoteMapRestart "1"
set g_allowVoteMapRotate "1"
set g_allowVoteTempBanUser "0"
set g_allowVoteTypeMap "0"
set g_allowVoteDrawFriend "0"
set g_allowVoteFriendlyFire "0"
set g_allowVoteKillCam "0"
// **************************************************
// ************ Weapon Settings *********************
// **************************************************
// Weapon Ammo Pools
set g_weaponAmmoPools "0"
//Snipers
set scr_allow_enfieldsniper "1"
set scr_allow_kar98ksniper "1"
set scr_allow_nagantsniper "1"
set scr_allow_springfield "1"
set scr_allow_svt40 "1"
// Rifles
set scr_allow_enfield "1"
set scr_allow_kar98k "1"
set scr_allow_m1carbine "1"
set scr_allow_m1garand "1"
set scr_allow_nagant "1"
set scr_allow_g43 "1"
// MGs
set scr_allow_bar "1"
set scr_allow_bren "1"
set scr_allow_mp44 "1"
set scr_allow_ppsh "1"
//SMGs
set scr_allow_sten "1"
set scr_allow_mp40 "1"
set scr_allow_thompson "1"
set scr_allow_pps42 "1"
set scr_allow_greasegun "1"
// Shotgun
set scr_allow_shotgun "1"
// Grenades
set scr_allow_smokegrenades "0"
set scr_allow_fraggrenades "1"
// **************************************************
// *************** Master Servers *******************
// **************************************************
// **************************************************
// ************ Public Info *************************
// **************************************************
// SETS/PUBLIC INFO (stuff that shows up in server info)
sets g_needpass "1" // tell's ASE etc the server is passworded (0/1)
sets _Admin "BlackaddeR" // Make it your IRC or site nick maybe (optional)
sets _Website "http://www.boc-hq.nl" // Add your website here (optional)
sets _Mod "CoDJumper"
// Do not put ANYTHING after this //
map_rotate
//////////////////////STOP COPYING HERE//////////////////////
------------
Punishment
------------
A new punishment system has been added. The following are 5 punishments are available for use.
burn - this will freeze the player in his steps and burn him for 5 seconds until dead
freeze - this will freeze a player in his spot for 10 seconds.
suicide - this will kill the player instantly
spin - this will spin the players screen 3 times.
kick - kick a player
To use these commands you will need to follow these simple instructions.
Type /rcon status
This will give you a list of players and their numbers (under num column)
Now all you have to do is type
/rcon punish "<command>|<number>" (must use the '|')
<command> is 1 of the 5 punishments above
<number> is the number of the player you wish to punish.
You can also use the multi-punishment system, this will allow you to punish
more than 1 person at a time.
Follow the same instructions but this time, use the | symbol to seperate numbers for example...
/rcon punish "burn|1|3|7|8" (this will burn numbers 1,3,7&8)
You can now also provide a reason for the Punishment using the following syntax.
/rcon punish "<command>|<numbers>|<reason>"
<command> is 1 of the 5 punishments
<numbers> is a number or numbers (seperated by |'s) of the players you wish to punish
<reason> is the reason for the punishment
--------------
Admin Controls
--------------
A couple of useful admin controls have been added also.
-- Send2Spec --
The ability to send an individual to spec or multiple individuals or the entire server.
The command is "spec", and use the same method as above...
/rcon spec 2|3|7|9
or to spec ALL, type
/rcon spec all
-- End Map --
The ability to end a map has also been added. Simply type
/rcon endmap 1 (the 1 is required)
-- Print Messages --
A new Console message system has also been added. This will print messages to the centre of the screen.
Type /rcon msg "<message>". This will print a basic message to the screen. You can also type...
/rcon msg "<Name>|<message>". Substitute <Name> for your own name and <message> for your message.
This will print to screen as "Drofder: Hello" or whatever you type.
-- Welcome Messages --
Simple messages that print to screen when you connect to the server. To use these, add to your config
"set cj_welcome_# <message>". Substitute # for a number (1-5) and <message> for your message.
-- Message Rotation --
This will display messages in the lower left of the screen at set intervals.
"set cj_msg_# <message>". Substitute # for a number and <message> for your message.
and also
"set cj_msgdelay #". Substitute # for a number in SECONDS.
-- Admin Welcome --
This will display a message when an admin connects to the server.
"set cj_admin_# <admin>". substitute # for the Admins number and <admin> for the name of the admin (do not include colours).
-- Map Specific nades --
Explained in the config section above,
"set cj_<mapname>_nades 0/1" (Disable/Enable)
-- Restockable Nades --
This will give the option to turn on restockable nades. Restockable nades allow a player to restock their nades on the fly.
"set cj_restocknades 0/1" (Disable/Enable)
If this option is on, the map specific nades will not work.
What's that gotta do with the AKK mod?BlackaddeR wrote:Pedsdude...Pedsdude wrote:Parrot*
You didn't link it in to his original question, I did
I have a 7600 GT XFX with a 1.5 gHz proc.. so IT SUCKS!
You should say "Buy a new one."
I tried.. but there is no CPU's left for a AGP Motherboard..
I mean a fast one..
They only sell like 1.8 Ghz not above..
so..
Anyway, back on topic, what was the exact error?Processor:
Intel Pentium III 997 MHz
Memory:
256 MB RAM
Hard Drive:
40 GB (<1 GB free)
Video Card:
NVIDIA GeForce2 GTS 64 MB (worth £3.20 on ebay)
Users browsing this forum: Semrush [Bot] and 1 guest