Kód: Vybrat vše
;CSDM Configuration File
; Default settings by BAILOPAN
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the Main plugin for this section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[settings]
;Sets whether CSDM is enabled or not.
enabled = 1
;Sets whether or not players should be stripped of weapons on round start
; (excludes knife)
strip_weapons = 1
;Sets how long weapons should stay on the ground for after being dropped
;in seconds. note that enabling this can create lots of lag for clients
; AND server. 0 is immediate, -1 is infinite.
weapons_stay = 0
;Sets the spawn mode.
; "none" - users spawn at spawn points
; "preset" - csdm_spawn_preset.amxx required, uses predefined spawns in config files
; -- others may be supplied by 3rd party plugins
spawnmode = preset
;Sets whether the bomb is removed
remove_bomb = 1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the Misc plugin for this section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[misc]
;Map objectives are removed by their flags.
; a - as_ maps
; b - buyzones are removed
; c - cs_ maps
; d - de_ maps
remove_objectives = abcd
;Blocks people from using all buy commands
block_buy = 1
;Auto-refills ammo when it gets depleted
ammo_refill = 1
;Says a radio command to a player when they respawn
spawn_radio_msg = 0
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the ticketing plugin for this section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[ticketing]
;Is round ticketing enabled?
enabled = 0
;Number of times a team can have players respawn before they stop
; being able to respawn
tickets = 150
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the protection plugin for this section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[protection]
;Is spawn protection enabled?
enabled = 1
;Colors of glow shell, leave this in quotes
;The digits are R, G, B, A where A is the alpha transparency
; (as A gets higher, the glow shell is thicker)
colors = "0 255 0 200"
;Number of seconds someone is respawned for.
time = 2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the equip plugin for thse sections
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[equip]
;Equip Menu flags:
; p - primary
; s - secondary
; a - armor
; g - grenade
; b - buy
menus = psag
;Autoitem flags:
; a - armor
; h - helmet
; g - grenades
autoitems = ahg
;Grenade flags:
; f - flashbang
; h - he grenade
; s - smoke grenade
grenades = hs
;;;;;;;;;;;;;;;;
;;WEAPON MENUS;;
;;;;;;;;;;;;;;;;
;Format for weapon menus is:
;shortname "Display Name" menupage
;Change the '1' to to a '0' to block the weapon
;Removing or moving things
; from the list will change the order of the menus!
[secondary]
usp USP 1
glock18 Glock 1
deagle Deagle 1
p228 P228 1
elite Elite 1
fiveseven "Five Seven" 1
[primary]
m4a1 M4A1 1
ak47 AK47 1
aug AUG 1
sg552 SG552 1
galil Galil 1
famas Famas 1
scout Scout 1
awp AWP 1
sg550 SG550 1
m249 M249 1
g3sg1 G3SG1 1
ump45 "UMP 45" 1
mp5navy "MP5 Navy" 1
m3 M3 1
xm1014 XM1014 1
tmp TMP 1
mac10 "Mac 10" 1
p90 P90 1
;List weapons here the bots can randomly have
;The short name must match one in the list above
[botsecondary]
deagle
usp
[botprimary]
ak47
m4a1
awp
galil
aug
Kód: Vybrat vše
amxbans_core.amxx
amxbans_main.amxx
amxbans_flagged.amxx
amxbans_freeze.amxx
; AMX Mod X plugins
; Basic
admincmd.amxx ; basic admin console commands
adminhelp.amxx ; help command for admin console commands
adminslots.amxx ; slot reservation
multilingual.amxx ; Multi-Lingual management
; Menus
menufront.amxx ; front-end for admin menus
cmdmenu.amxx ; command menu (speech, settings)
plmenu.amxx ; players menu (kick, ban, client cmds.)
;telemenu.amxx ; teleport menu (Fun Module required!)
mapsmenu.amxx ; maps menu (vote, changelevel)
pluginmenu.amxx
; Chat / Messages
adminchat.amxx ; console chat commands
antiflood.amxx ; prevent clients from chat-flooding the server
scrollmsg.amxx ; displays a scrolling message
imessage.amxx ; displays information messages
adminvote.amxx ; vote commands
; Map related
;nextmap.amxx ; displays next map in mapcycle
;mapchooser.amxx ; allows to vote for next map
timeleft.amxx ; displays time left on map
; Configuration
pausecfg.amxx ; allows to pause and unpause some plugins
statscfg.amxx ; allows to manage stats plugins via menu and commands
; Counter-Strike
restmenu.amxx ; restrict weapons menu
statsx.amxx ; stats on death or round end (CSX Module required!)
miscstats.amxx ; bunch of events announcement for Counter-Strike
stats_logging.amxx ; weapons stats logging (CSX Module required!)
; Enable to use AMX Mod plugins
;amxmod_compat.amxx ; AMX Mod backwards compatibility layer
; Custom - Add 3rd party plugins here
admin_spec_esp.amxx ; viditelnost pres zdi pro adminy
hpk1.amxx ; proti hracum s vysokym pingem
ad_manager.amxx ; reklama v chate
d_showip.amxx ; ip/sid v conzole
kill_chat_message.amxx ; info po zabiti
posta.amxx ; ss
server.amxx ; prikaz server
rs.amxx ; prikaz rs
luciaHallucination.amxx ; pomocka pre ad
multijump.amxx ; dvojskok
amx_parachute.amxx ; free padak
galileo.amxx ; rtv plug
ColoredSmoke.amxx ; farebny smog
HA-Stations.amxx ; doplnovace zdravia
;;;;;;;;;;;;;;;;;;;;
;Counter-Strike Deathmatch
;;;;;;;;;;;;;;;;;;;;
csdm_main.amxx ;Main DM plugin
csdm_equip.amxx ;Equipment/weapons menus
csdm_misc.amxx ;Miscellanious stuff
csdm_protection.amxx ;Spawn protection
csdm_spawn_preset.amxx ;Preset spawning from map config s
spawn_editor.amxx ;Spawn editor
Edit:// Viem mi s tým teda niekto poradiť???
Edit_2://Môžte lock, neviem ako to je možné no už to ide tak ako má
