domingo, 31 de mayo de 2009

Algunos Comandos de Admin para CSS.

//Welcome to TNT's ZombieMod mani commandlist.txt file v1.3
//
//This script is intended to replace the default mani commandlist.txt
//It is placed in this folder of your server: /cstrike/cfg/mani_admin_plugin
//
//This script is designed to give added shortcuts for managing
//a zombiemod server by allowing short simple commands to be typed
//in chat in place of full commands in the client console.
//
//Remember, only admins on the adminlist.txt can use these chat triggers,
//and admins with some restrictions may not be able to use some chat commands.
//For example, admins with Rcon say restricted will not be able to use the
//Rcon bot commands because those commands need Rcon say permissions
//
//Also remember that many of the commands will not be available in War Mode.

//Bot commands, Rcon
"zadd" r bot_add
"zkick" r bot_kick

//Server commands, Rcon
"lowgrav" r sv_gravity 150
"mediumgrav" r sv_gravity 375
"normalgrav" r sv_gravity 800
"restartround" r mp_restartgame 5
"noflashlights" r mp_flashlight 0
"flashlights" r mp_flashlight 1

//Client commands, CT
//These are standalone commands, type the phrase in quotes in chat in game to run the command!
//Remember, do not include the quotes when typing the phrase in chat!
"glock" c ma_give #ct weapon_glock
"usp" c ma_give #ct weapon_usp
"p228" c ma_give #ct weapon_p228
"deagle" c ma_give #ct weapon_deagle
"fiveseven" c ma_give #ct weapon_fiveseven
"elite" c ma_give #ct weapon_elite
"m4a1" c ma_give #ct weapon_m4a1
"ak47" c ma_give #ct weapon_ak47
"famas" c ma_give #ct weapon_famas
"galil" c ma_give #ct weapon_galil
"aug" c ma_give #ct weapon_aug
"sg552" c ma_give #ct weapon_sg552
"sg550" c ma_give #ct weapon_sg550
"g3sg1" c ma_give #ct weapon_g3sg1
"scout" c ma_give #ct weapon_scout
"awp" c ma_give #ct weapon_awp
"mac10" c ma_give #ct weapon_mac10
"tmp" c ma_give #ct weapon_tmp
"ump45" c ma_give #ct weapon_ump45
"mp5navy" c ma_give #ct weapon_mp5navy
"p90" c ma_give #ct weapon_p90
"m249" c ma_give #ct weapon_m249
"m3" c ma_give #ct weapon_m3
"xm1014" c ma_give #ct weapon_xm1014

//Client commands, Zombie
//These are standalone commands, type the phrase in quotes in chat in game to run the command!
//Remember, do not include the quotes when typing the phrase in chat!
"zslay" c ma_slay #t
"zslap" c ma_slap #t
"zslap50" c ma_slap #t 50
"ztele" c ma_teleport #t
"zfreeze" c ma_freeze #t
"zburn" c ma_burn #t
"ztimebomb" c ma_timebomb #t
"zfreezebomb" c ma_freezebomb #t
"zfirebomb" c ma_firebomb #t
"zbeacon" c ma_beacon #t
"zhealth100" c ma_sethealth #t 100
"zinvisiblezombies" c ma_color #t 255 255 255 0
"zvisiblezombies" c ma_color #t 255 255 255 255

//Say commands, CT
//These are incomplete, they need a name or steamid after the command, some need an addditonal parameter
//Ex. [slay unnamed] <-- in chat, no brackets
"slay" s @ma_slay
"slap" s @ma_slap
"tele" s @ma_teleport
"freeze" s @ma_freeze
"burn" s @ma_burn
"timebomb" s @ma_timebomb
"freezebomb" s @ma_freezebomb
"firebomb" s @ma_firebomb
"beacon" s @ma_beacon
"sethealth" s @ma_sethealth
"playercolor" s @ma_color
"weaponcolor" s @ma_weaponcolor

//The restrict command should be followed by a weapon name, with the weapon_ tag,
//such as weapon_awp or weapon_xm1014. Ex. [restrict weapon_g3sg1]
//The unrestrict command needs no weapon name, same with the nosnipers, knives, and pistols cmds.
"restrict" s @ma_restrict
"unrestrict" s @ma_unrestrict
"unrestrictall" s ma_unrestrictall
"nosnipers" s @ma_nosnipers
"knivesonly" s @ma_knivesonly
"pistolsonly" s @ma_pistolsonly

//Voting say commands, remember to put a map name after the chat command!
//There are three types of Mani map votes, ones that change the map in 5seconds, ones that change
//the map at the end of the round, and ones that change the map at the end of the current map's cycle.
"vmapnow" s @ma_vote now
"vmapround" s @ma_vote round
"vmapend" s @ma_vote end

//Version
"version" r ma_chat TNT's commandlist.txt version 1.4

No hay comentarios: