Nume utilizator:   Parolă:    

Anunt



Bun venit pe UltraMania.Ro
x

Bine ati venit pe UltraMania.Ro, pentru a putea vedea intreg continutul de pe acest forum, v-a trebui sa va creati un cont. Inregistreaza-te gratuit, acum !

Scrie un subiect nou Răspunde la subiect  Pagina 1 din 1
[ View Topic Options ]
 
[ ‹‹ | ›› ]
Autor 
(Conectat)

Mesajde Diablo™ » Lun Sep 27, 2010 8:04 am

Fondator
Status: Conectat
Membru din: Lun Iun 21, 2010 9:31 pm
Mesaje: 2094
Localitate: Alba-Iulia
Detinator: Da
Cunostinte CS: Excelente
Status: Protect WebSite
Jucator: cs.ultramania.ro
SteamID: um_diablo
Harta Preferata: de_dust2,de_nuke,zm_dust2
Nume : Respawn Server Creator
Versiunea : 1.0
Autor : kid & D!nache & se7en
Tester : kid
Platforma : Windows
Descarca : Direct Link
Descriere : Este un soft gratuit pentru servere de respawn ( Death-Mach ). Nu are lag si apare la internet.


Contine :
  • amxmodx
  • metamod
  • dproto
  • xds_opt

Pluginuri :
  • csdm_equip.amxx
  • csdm_ffa.amxx
  • csdm_itemmode.amxx
  • csdm_main.amxx
  • csdm_misc.amxx
  • csdm_protection.amxx
  • csdm_spawn_preset.amxx
  • csdm_tickets.amxx
  • spawn_editor.amxx

amxx.cfg
[sursa=]// AMX Mod X Configuration File
echo Executing AMX Mod X Configuration File

// Default access for all non admin players (see users.ini for access details)
//
// Default value: "z"
amx_default_access "z"

// Name of setinfo which should store a password on a client (you should change this)
// Note: Always prefix the field with an underscore (aka: "_")
// (Example: setinfo _pw "password")
//
// Default value: "_pw"
amx_password_field "_pw"

// Mode of logging to a server
// 0 - disable logging, players won't be checked (and access won't be set)
// 1 - normal mode which obey flags set in accounts
// 2 - kick all players not on list
//
// Default value: 1
amx_mode 1

// Show admins activity
// 0 - disabled
// 1 - show without admin name
// 2 - show with name
//
// Default value: 2
amx_show_activity 2

// Frequency in seconds and text of scrolling message
//
// Default value: "Welcome to %hostname% -- This server is using AMX Mod X" 600
amx_scrollmsg "Welcome to %hostname% -- This server is using AMX Mod X" 600

// Center typed colored messages (last parameter is a color in RRRGGGBBB format)
//
// Default values: "Welcome to %hostname%" "000255100"
// "This server is using AMX ModX\nVisit http://www.amxmodx.org" "000100255"
amx_imessage "Welcome to %hostname%" "000255100"
amx_imessage "This server is using AMX Mod X\nVisit http://www.amxmodx.org" "000100255"

// Frequency in seconds of colored messages
//
// Default value: 180
amx_freq_imessage 180

// Ban times for the main ban menu (amx_banmenu)
// Use 0 for permanent ban
// Default values: 0 5 10 15 30 45 60
amx_plmenu_bantimes 0 5 10 15 30 45 60

// Slap damage amounts for the main slap menu (amx_slapmenu)
// Slay is automaticall inserted as the first option
// Default values: 0 1 5
amx_plmenu_slapdmg 0 1 5

// Set in seconds how fast players can chat (chat-flood protection)
//
// Default value: 0.75
amx_flood_time 0.75

// Amount of slots to reserve.
//
// Default value: 0
amx_reservation 0

// If you set this to 1, you can hide slots on your server.
// If server "full" of public slots and slots hidden, you must manually connect with connect console command
//
// Default value: 0
amx_hideslots 0

// Displaying of time remaining
// a - display white text on bottom
// b - use voice
// c - don't add "remaining" (only in voice)
// d - don't add "hours/minutes/seconds" (only in voice)
// e - show/speak if current time is less than this set in parameter
//
// Default value: "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"
amx_time_display "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"

// Announce "say thetime" and "say timeleft" with voice, set to 0 to disable.
//
// Default value: 1
amx_time_voice 1

// Minimum delay in seconds between two voting sessions
//
// Default value: 10
amx_vote_delay 10

// How long voting session goes on
//
// Default value: 10
amx_vote_time 10

// Display who votes for what option, set to 0 to disable, 1 to enable.
//
// Default value: 1
amx_vote_answers 1

// Some ratios for voting success

// Default value: 0.40
amx_votekick_ratio 0.40

// Default value: 0.40
amx_voteban_ratio 0.40

// Default value: 0.40
amx_votemap_ratio 0.40

// Default value: 0.02
amx_vote_ratio 0.02

// Max. time to which map can be extended
//
// Default value: 90
amx_extendmap_max 90

// Step for each extending
//
// Default value: 15
amx_extendmap_step 15

// If you set this to 0, clients cannot chose their language, instead they use
// whatever language the server is configured to use.
//
// Default value: 1
amx_client_languages 1

// Plugin Debug mode
// 0 - No debugging (garbage line numbers)
// 1 - Plugins with "debug" option in plugins.ini are put into debug mode
// 2 - All plugins are put in debug mode
// Note - debug mode will affect JIT performance
//
// Default value: 1
amx_debug 1

// Plugin MultiLingual Debug
// To debug a language put its 2 letter code between quotes ("en", "de", etc)
// "" means disabled
//
// Default value: ""
amx_mldebug ""

//
// Beginning of Counter-Strike package specific configurations.
//

// Rank mode
// 0 - by nick
// 1 - by authid
// 2 - by ip
//
// Default value: 1
csstats_rank 1

// Max size of the stats file
//
// Default value: 3500
csstats_maxsize 3500

// Whether or not to rank bots with csstats - set to 1 to rank bots, 0 otherwise.
//
// Default value: 0
csstats_rankbots 0

// Duration of HUD-statistics
//
// Default value: 12.0
amx_statsx_duration 12.0

// HUD-statistics display limit relative round freeze end
// Negative time will clear the HUD-statstics before the round freeze time has ended
//
// Default value: -2.0
amx_statsx_freeze -2.0[/sursa]


server.cfg
[sursa=]hostname "NUME SERVER"

// rcon passsword
rcon_password "parola rcon"

// server cvars
mp_friendlyfire 0
mp_footsteps 1
mp_autoteambalance 1
mp_autokick 0
mp_flashlight 1
mp_tkpunish 1
mp_forcecamera 0
sv_alltalk 0
sv_pausable 0
sv_cheats 0
sv_consistency 1
sv_maxspeed 320
mp_limitteams 2
mp_hostagepenalty 5
sv_voiceenable 1
mp_allowspectators 1
mp_timelimit 25
mp_chattime 10
sv_timeout 65

mp_freezetime 0
mp_roundtime 3
mp_startmoney 16000
mp_c4timer 35
mp_fraglimit 0
mp_maxrounds 0
mp_winlimit 0
mp_playerid 0
mp_spawnprotectiontime 5

sv_minrate 0
sv_maxrate 0
decalfrequency 10
sv_maxupdaterate 60
sv_minupdaterate 10

log off
sv_logbans 0
sv_logecho 1
sv_logfile 1
sv_log_onefile 0

sv_lan 0

sv_allowdownload 1
sv_allowupload 1
sv_downloadurl "http://ultramania.ro/"

exec addons\booster\booster.cfg

setmaster add 68.142.72.250:27010
setmaster add 69.28.151.162:27010
setmaster add 72.165.61.189:27010
setmaster add hlmaster.jolt.co.uk
setmaster add 65.73.232.251:27040
setmaster add 65.73.232.253:27040
setmaster add 207.173.177.12:27010
setmaster add 207.173.177.11:27010
setmaster add 188.40.40.201:27010
setmaster add 188.40.40.201:27011[/sursa]

Imagine

ImagineImagineImagine
Imagine
Imagine


 Profil  
 
(Neconectat)

Mesajde QwerTy;x » Mie Oct 06, 2010 4:40 pm

Status: Neconectat
Eu zic ca e tare sv ok nu am spatiu si mie lene sa sterg ::- (pro) (pro) :-bd :-bd :-bd


  
 
(Conectat)

Mesajde Styler™ » Dum Feb 05, 2012 10:25 am

Moderator-Global
Status: Conectat
Membru din: Mie Dec 07, 2011 6:47 am
Mesaje: 1915
Localitate: Targoviste--Moreni
Detinator: Da
Cunostinte CS: Excelente
Status: [-=JOIN DR=-]
Jucator: DR.ULTRAMANIA.RO
SteamID: Privat.
Harta Preferata: deathrun_c00l_f
GJ

Imagine

PentruImagineJos Palaria

Ma Gasiti Pe:

Imagine

*uM*T3RupE Online

Imagine

Imagine

Imagine


 Profil  
 
(Neconectat)

Mesajde dev1l » Lun Feb 27, 2012 8:57 am

Membru
Status: Neconectat
Membru din: Lun Feb 27, 2012 8:42 am
Mesaje: 105
Detinator: Da
Cunostinte CS: Excelente
gj


 Profil  
 
(Neconectat)

Mesajde FlOcOsU » Sâm Mar 24, 2012 10:01 am

Moderatori CS
Status: Neconectat
Membru din: Mar Mar 13, 2012 4:42 pm
Mesaje: 515
Localitate: Satu-Mare
Detinator: Nu
Cunostinte CS: BUNE
Status: r3 aLL
Jucator: mai multe servere
SteamID: nu-l public
Harta Preferata: fy_snow,deadrun_ice de_dust2
Avertismente: 2 din 3
lam avut :p

Imagine

Imagine


Imagine


 Profil  
 
(Neconectat)

Mesajde Incepator » Mie Apr 18, 2012 12:59 pm

Membru
Status: Neconectat
Membru din: Mie Apr 18, 2012 12:50 pm
Mesaje: 10
Detinator: Nu
Cunostinte CS: slabe
Harta Preferata: Femeia
gj


 Profil  
 
Afişează mesajele din ultimele:  Sortează după  
Scrie un subiect nou Răspunde la subiect  [ 6 mesaje ] 
 

Ora este UTC [ DST ]


Cine este conectat

 

Utilizatorii ce navighează pe acest forum: -=[Lupta]=- SwiTch', Aas, Activision1, ady, Aeroveupsergo, AideldSninA, aLcooL, Anddw, Anubys, ARTHURKILLER, asbk, BlackMan, bubblesskjyvmk, buni, CODREANU, Diablo™, DjAlexKid, iulia99, Johnzecy, Kalu, kiszeNNN, kyduemo96, LCM, Mk-5, Natsu, omzxizaca, oxsvosmy, PocPoc, PsyCho, RestricT, sabatuzs, scH, sfdsf, shez, SoSo, vadim, WofopporgoTog, zany şi 5 vizitatori


Nu puteţi scrie subiecte noi în acest forum
Nu puteţi răspunde subiectelor din acest forum
Nu puteţi modifica mesajele dumneavoastră în acest forum
Nu puteţi şterge mesajele dumneavoastră în acest forum
Nu puteţi publica fişiere ataşate în acest forum

Mergi la:  


Forum optimizat pentru Google Chrome, Mozilla Firefox si Opera
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group