Problém s rádiem

Technická podpora k herním serverům Counter-Strike 1.6
Message
Autor
Uživatelský avatar
Qefik
Příspěvky: 5714
Registrován: 26 pro 2009, 11:26
Reputation: 0
Kontaktovat uživatele:

Re: Problém s rádiem

#11 Příspěvekod Qefik » 14 pro 2011, 16:28

musíš ještě zapsat plugin...
Rozdávat rady je zbytečné. Moudrý si poradí sám a hlupák stejně neposlechne.
Mark Twain

BufuBlbec915
Příspěvky: 20
Registrován: 13 pro 2011, 19:46
Reputation: 0

Re: Problém s rádiem

#12 Příspěvekod BufuBlbec915 » 14 pro 2011, 16:40

nwm jestl mluviš o plugins atak

Kód: Vybrat vše

; ATAC Plugins
atac.amxx

; Punishment Plugins
atac_slap.amxx         ; Slaps the killer around a bit
atac_slap2one.amxx      ; Slaps the killer to 1 HP
atac_slay.amxx         ; Slays the killer instantly
atac_spawnslay.amxx      ; Slays killer on next respawn
atac_jail.amxx         ; Sends the killer into a jailed area on a map
atac_chicken.amxx      ; Turns killer into a Chicken, ChickenMod must be installed!
atac_bury.amxx         ; Buries killer
atac_glow.amxx         ; Killer glows
atac_bomb.amxx         ; Turns killer into a bomb oO
atac_blind.amxx         ; Blinds killer until death or until round ends
atac_rocket.amxx      ; Turns the killer into a human rocket
atac_drop.amxx         ; Picks up the killer and drops them
atac_fire.amxx         ; Turns the killer into a human fireball
atac_drug.amxx         ; Killer's vision becomes obscure
atac_badaim.amxx      ; Gives killer bad aiming


; Addon Plugins
atac_hudmsg.amxx      ; Displays ATAC Hudmessages
atac_ta.amxx         ; Team Attacks Addon
atac_cmds.amxx         ; Creates commands for punishments using atac_ prefix
atac_amxbans.amxx      ; AMXBans Support


; 3rd Party Addons/Punishments

BufuBlbec915
Příspěvky: 20
Registrován: 13 pro 2011, 19:46
Reputation: 0

Re: Problém s rádiem

#13 Příspěvekod BufuBlbec915 » 14 pro 2011, 16:41

nebo o tomhle

Kód: Vybrat vše

; AMX Mod plugins

; To disable any plugin, add a semi-colon ";" to the beginning of its line.

; You can disable the Just-In-Time (JIT) compiler with the "nojit" keyword:
; pluginname.amx nojit
; (read the docs for more details)

; To load admins from a MySQL db, open the amx/examples/source/default/admin.sma file
; and follow the instructions.

language.amx        ; language management
admin.amx           ; admin base (required for any admin-related)
adminchat.amx       ; console chat commands
admincmd.amx        ; basic admin console commands
adminhelp.amx       ; help command for admin console commands
adminslots.amx      ; slot reservation
adminvote.amx       ; vote commands
menufront.amx       ; front-end for admin and custom menus
cmdmenu.amx         ; command menu (speech, settings)
mapsmenu.amx        ; maps menu (vote, changelevel)
plmenu.amx          ; players menu (kick, ban, client cmds.)
telemenu.amx        ; teleport menu (Fun Module required!)
antiflood.amx       ; prevent clients from chat-flooding the server
scrollmsg.amx       ; displays a scrolling message
imessage.amx        ; displays information messages
nextmap.amx         ; displays next map in mapcycle
mapchooser.amx      ; allows to vote for next map
timeleft.amx        ; displays time left on map
mapconfig.amx       ; executes custom map configuration files
pausecfg.amx        ; allows to pause and unpause some plugins
plugmod_manager.amx ; manages amx's modules.ini and plugins.ini
;welcomemsg.amx      ; console motd @ client connection

; Counter-Strike
; Note: you don't need to declare csstats.amx here (CSStats will load it).
statscfg.amx        ; allows to manage stats plugins via menu and commands
ff_manager.amx      ; friendly-fire manager
restmenu.amx        ; restrict weapons menu for Counter-Strike
statsx.amx          ; stats on death or round end (CSStats module required!)
miscstats.amx       ; bunch of events announcement for Counter-Strike
stats_logging.amx   ; weapons stats logging (CSStats module required!)

; Add custom plugins below.

Uživatelský avatar
Qefik
Příspěvky: 5714
Registrován: 26 pro 2009, 11:26
Reputation: 0
Kontaktovat uživatele:

Re: Problém s rádiem

#14 Příspěvekod Qefik » 14 pro 2011, 16:43

mluvím o plugins.ini, nemáš tam zapsaný plugin. A prosím dávej vše do jednoho příspěvku, šetří mi to čas i nervy.
Rozdávat rady je zbytečné. Moudrý si poradí sám a hlupák stejně neposlechne.
Mark Twain

BufuBlbec915
Příspěvky: 20
Registrován: 13 pro 2011, 19:46
Reputation: 0

Re: Problém s rádiem

#15 Příspěvekod BufuBlbec915 » 14 pro 2011, 16:44

Dobře promin

Kód: Vybrat vše

; AMX Mod X plugins

; Admin Base - Always one has to be activated
admin.amxx      ; admin base (required for any admin-related)
;admin_sql.amxx      ; admin base - SQL version (comment admin.amxx)

; 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
deagsmapmanager.amxx          ; nominace map rtv
map_generator.amxx      ; generator seznamu map maps.ini
hpk.amxx         ; proti hracum s vysokym pingem
;full_server_idler_kicker.amxx   ; kickuje afk hrace pokud se chce nekdo novy pripojit
afkbombtransfer.amxx      ; prenasi bombu jinemu, pokud je afk

;;;;;;;;;;;;;;;;;;;;
;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 files
spawn_editor.amxx   ;Spawn editor

Uživatelský avatar
Qefik
Příspěvky: 5714
Registrován: 26 pro 2009, 11:26
Reputation: 0
Kontaktovat uživatele:

Re: Problém s rádiem

#16 Příspěvekod Qefik » 14 pro 2011, 16:46

A co já s tím? pořád tam nemáš zapsaný ten plugin proboha!
Rozdávat rady je zbytečné. Moudrý si poradí sám a hlupák stejně neposlechne.
Mark Twain

BufuBlbec915
Příspěvky: 20
Registrován: 13 pro 2011, 19:46
Reputation: 0

Re: Problém s rádiem

#17 Příspěvekod BufuBlbec915 » 14 pro 2011, 16:47

hej tak nwm mužeš mi napsat pls kde to najdu ?

Uživatelský avatar
Qefik
Příspěvky: 5714
Registrován: 26 pro 2009, 11:26
Reputation: 0
Kontaktovat uživatele:

Re: Problém s rádiem

#18 Příspěvekod Qefik » 14 pro 2011, 16:53

nastuduj si prosímtě jak to funguje
viewtopic.php?f=33&t=2106
Rozdávat rady je zbytečné. Moudrý si poradí sám a hlupák stejně neposlechne.
Mark Twain

BufuBlbec915
Příspěvky: 20
Registrován: 13 pro 2011, 19:46
Reputation: 0

Re: Problém s rádiem

#19 Příspěvekod BufuBlbec915 » 14 pro 2011, 19:47

no už to mam co ted

Uživatelský avatar
Qefik
Příspěvky: 5714
Registrován: 26 pro 2009, 11:26
Reputation: 0
Kontaktovat uživatele:

Re: Problém s rádiem

#20 Příspěvekod Qefik » 14 pro 2011, 19:52

já nevím co s tím chceš dělat...máš plugin zapsaný, nahraný, nastavený, tak to bude fungovat. Prosím, vyjadřuj se nejlépe ve větách, ušetří to čas mě i tobě a napiš co to nedělá, ale mělo by to dělat.
Rozdávat rady je zbytečné. Moudrý si poradí sám a hlupák stejně neposlechne.
Mark Twain


Zpět na „Counter-Strike 1.6“

Kdo je online

Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 12 hostů