View Single Post
sinblaster
Grim Reaper
Join Date: Feb 2010
Location: Australia
Old 09-08-2010 , 08:17   Re: [CSS] Extra Guns
Reply With Quote #10

No son you place this in your cfg/server.cfg file

Place all of what ive typed below between >>> <<< into server.cfg so you know for future adjustments

>>>
//EXTRA GUNS
//0 disables plugin,
//1 allows extra primary only,
//2 allows extra secondary only,
//3 allows extra primary and secondary. (default 3)
//replace the default (3) with your choice number from above or leave it at default (3)
extraguns_enable 3
<<<

EXAMPLE:
Code:
// server name 
hostname "" 

// Server password 
sv_password "" 

// rcon passsword 
rcon_password "" 


mapcyclefile "mapcycle.txt" 

// Physics 
sv_gravity 800 
sv_friction 4 
sv_accelerate 5 
sv_airaccelerate 100 
sv_stopspeed "" 
sv_stepsize 18 
sv_maxspeed "320" 
phys_timescale 1 
phys_pushscale 40 

//EXTRA GUNS
//0 disables plugin, 
//1 allows extra primary only, 
//2 allows extra secondary only, 
//3 allows extra primary and secondary. (default 3)
//replace the default (3) with your choice number from above or leave it at default (3)
extraguns_enable 3
Nice idea but the thing with binds is having to repeat yourself every time a new player joins your server, doing this causes bleeding from the ears for regular players. I remember having to explain healthkits on death, regulars were so sick of hearing it it became a problem.

Last edited by sinblaster; 09-08-2010 at 08:29.
sinblaster is offline