Re: [Pamoka] ReHLDS Counter-Strike 1.6 serverio instaliacija
Posted: 2016 Nov 26 18:08
Dėkojame.
O su /update komanda neatnaujintų?
O su /update komanda neatnaujintų?
AMX Mod X modifikacijos forumas
https://www.amxmodx.lt/
am ne bet gera ideja padarysiu kad taip ir buturimtas7 wrote:Dėkojame.
O su /update komanda neatnaujintų?
Laisvas nepilnaproti esineris111 wrote:Lai blokuoja velnes tu kurva bibi lesk,cia nevienintelis forumas,eik prie baznicios ismaldos prasyk,o gal nori man i akis pasakyti kanors?
bet gi direktorijos pavadinima galima paciam nuroditi koki tik noririmtas7 wrote:Dar padaryk, kad serverio pagrindinė direktorija būtų ne hlds kaip ant arno serverio instaliacijos, o kad ReHLDS. Tai patogu būtų abiems instaliacijoms, kas norėtų išbandyti ReHLDS ir ne tik.
serverio instaliacija cia nieko dieta kazkas ne taip su tavo custum pluginaiss1karolis wrote:Sveiki, pameginau instaliuot serveri pagal sia pamoka, viskas gavos, instaliavau amxbans taciau problema yra kad kickina paprasti zaidejai admina su visom teisem, kaip cia taip imanoma gal kas zino ?
kad nelabai yra custom pluginu.laimiukas3 wrote:serverio instaliacija cia nieko dieta kazkas ne taip su tavo custum pluginaiss1karolis wrote:Sveiki, pameginau instaliuot serveri pagal sia pamoka, viskas gavos, instaliavau amxbans taciau problema yra kad kickina paprasti zaidejai admina su visom teisem, kaip cia taip imanoma gal kas zino ?
Code: Select all
; AMX Mod X pluginsamxbans_core.amxxamxbans_main.amxx; 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) ; Basicadmincmd.amxx ; basic admin console commandsadminhelp.amxx ; help command for admin console commandsadminslots.amxx ; slot reservationmultilingual.amxx ; Multi-Lingual management ; Menusmenufront.amxx ; front-end for admin menuscmdmenu.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 ; Menus for commands/cvars organized by plugin ; Chat / Messagesadminchat.amxx ; console chat commandsantiflood.amxx ; prevent clients from chat-flooding the serverscrollmsg.amxx ; displays a scrolling messageimessage.amxx ; displays information messagesadminvote.amxx ; vote commands ; Map relatednextmap.amxx ; displays next map in mapcycle;mapchooser.amxx ; allows to vote for next maptimeleft.amxx ; displays time left on map ; Configurationpausecfg.amxx ; allows to pause and unpause some pluginsstatscfg.amxx ; allows to manage stats plugins via menu and commands ; Counter-Strikerestmenu.amxx ; restrict weapons menustatsx.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!) ; Custom - Add 3rd party plugins here
Code: Select all
;;;; To enable a module, remove the semi-colon (;) in front of its name.; If it's not here, simply add it its name, one per line.; You don't need to write the _amxx part or the file extension.;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; SQL Modules usually need to be enabled manually ;;;; You can have any number on at a time. Use ;;;; amx_sql_type in sql.cfg to specify the default ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; mysql;sqlite ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Put third party modules below here. ;;;; You can just list their names, without the _amxx ;;;; or file extension. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; These modules will be auto-detected and loaded ;;;; as needed. You do not need to enable them here ;;;; unless you have problems. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;fun;engine;fakemeta;geoip;sockets;regex;nvault;cstrike;csx;hamsandwich