/* Just put the "zzzzuser_dmrsam" in the Main directory of the server. To use all the features of the mod, you just need to add some cvars to your server configuration file Message Of The Day sv_motd 1 // Enable MODT sv_motd_msg "Message Of The Day" // Set MODT sv_motd_delay 40 // Pause Between MODT (Default 60) Map Fixes To enable map fixes: sv_mapfixes 1 // Default 0 By default, all the fixes are enabled, If sv_mapfixes are set to 1, you just need to disable the fixes you don't want. To disable each map fix: sv_mapfix_mohdm2 0 // Disable Destroyed Village fix sv_mapfix_mohdm4 0 // Disable CrossRoads fix sv_mapfix_obj_team1 0 // Disable The Hunt fix sv_mapfix_obj_team3 0 // Disable Omaha Beach fix sv_mapfix_obj_team4 0 // Disable The Bridge fix sv_mapfix_zupthen 0 // Disable Zupthen fix sv_mapfix_tunisian_fe 0 // Disable Tunisian fix Anti-Force Models: To prevent the use of Force Models you'll need to: sv_forcemodels 0 // Default 1, the player is free to decide Weapons Enable/Disable To Enable/Disable weapons, first you need to activate the weapons trigger: sv_weaponstrigger 1 All the weapons start enabled. To disable them you need to set: sv_pistol 0 // Disable Pistol sv_rifle 0 // Disable Rifle sv_sniper 0 // Disable Sniper sv_smg 0 // Disable Sub Machine Gun sv_mg 0 // Disable Machine Gun sv_grenade 0 // Disable Hand Grenade sv_heavy 0 // Disable Bazooka sv_shotgun 0 // Disable Shotgun Add player's Cheat Protected Cvars to the Dumpuser command sv_cvardetection 1 After that, every time you use the Dumpuser command, u'll get all the Cheat Cvars listed. Enable/Disable Player's Crosshair sv_crosshair 1 // Default 1, O Disable Enable/Disable Player's Compass sv_compass 1 // Default 1, O Disable Enable/Disable Client Rate sv_clientmaxrate 10000 // Default 0(Disabled) In-Game Comnnads Swap Teams Command sv_swapteams // use this in CFG file to enable Swapteams Command rconpassword xxxxxxx (need to set rcon first) swapteams (don't need to use rcon) Screen Shot Command sv_servershot 1 // use this in CFG file to enable Servershot Command sv_servershotname "ss" // Screen Shot name rconpassword xxxxxxx (need to set rcon first) servershot (don't need to use rcon) Message Command (Yellow Left Message) sv_msg 1 // use this in CFG file to enable Message Command To use the Messagem Command msg "Say Something" or rcon msg "Say Something" if remote Important Message Command (Yellow Left Message) sv_imsg 1 // use this in CFG file to enable Important Message Command To use the Important Messagem Command imsg "Say Something Important" or rcon imsg "Say Something Important" if remote Killclient Command sv_killclient 1 // use this in CFG file to enable Killclient Command To use the Killclient Command killclient ID or rcon killclient ID if remote Healclient Command sv_healclient 1 // use this in CFG file to enable Healclient Command To use the Healclient Command healclient ID or rcon healclient ID if remote Slapclient Command sv_slapclient 1 // use this in CFG file to enable Slapclient Command sv_slapclientdamage 10 // Damage amount, default 5 To use the Slapclient Command slapclient ID or rcon slapclient ID if remote Banning system(Works with Recon beta 1)*: To ban an IP: banip XXX.XXX.XXX.XXX or rcon banip XXX.XXX.XXX.XXX if remote To unban an IP unban XXX.XXX.XXX.XXX or rcon unban XXX.XXX.XXX.XXX if remote To ban a nick: bannick NICK or rcon bannick NICK if remote To unban a nick: unbannick NICK or rcon unbannick NICK if remote Skins(Works with Recon beta 1)*: To add skin to the legal skins list: addskin SKIN or rcon addskin SKIN if remote To remove skin from the legal skins list: removeskin SKIN or rcon removeskin SKIN if remote To add a glowing skin to the illegal skins list: addglowskin SKIN or rcon addglowskin SKIN if remote To remove a glowing skin from the illegal skins list: removeglowskin SKIN or rcon removeglowskin SKIN if remote *Usign Rcon Beta 0.09. */