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:12 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 : KZ (Kreedz) Server Creator
Versiunea : 1.0
Autor soft / Tester: kid & se7en
Addons : gashu
Platforma : Windows
Descriere : Acest soft instaleaza serverul deja configurat ! Apare la internet si are lag mic.
Descarcare : Direct Link

Contine :
  • amxmodx
  • booster
  • metamod
  • dproto

Plugin-uri :

  • Kz JumpPlugin - Plugin-ul de baza al modului ( contine o groaza de comenzi, le voi enumera mai jos ).
  • Kz Top15 - Un fel de top 15 cu timpii in care s-au terminat hartiile.
  • kz Ljs Xm 100aa - Arata cat sari .
  • Kz Hook - La sfarsitul hartii primesti hook.
  • Jumpstats - Numeroase statistici pentru longjump, bhopjump, countjump, ladderjump... etc.
  • Bhop Detector - Detecteaza jucatorii cu script si ii atentioneaza/kick/ban setati din cvar ( in amxx.cfg ).
  • Join Ip - Un mesaj la conectare cu numele, ip-ul si tara jucatorului.
  • High Ping Kicker - Da kick jucatoriilor cu ping peste 100 ( setat din cvar ).


Comenzi:

  • /cp , /checkpoint - Salveaza checkpoint.
  • /tp , /gocheck - Te teleporteaza la checkpoint.
  • /(un)stuck - Daca te-ai blocat.
  • /showtime - Arata timer-ul.
  • /weapons - Iti poti alege mai multe arme.
  • /start - Te teleporteaza in fata butonului Start.
  • /spec - Te muta pe Spectator.
  • /ct , /respawn - Te pune din nou CT.
  • /showspeckeys - Cand esti pe Spectator vezi ce tasteaza jucatorul.


Harti :
  • awp_rooftops
  • hnsbg_cbble
  • bhop_cave
  • hnsbg_sinister
  • hnsro_arenastrike
  • kz_alpin
  • kz_azclimb

amxx.cfg :
// Acest addons este oferit de echipa NovusLink
// AMX Mod X Configuration File
echo Executing AMX Mod X Configuration File
echo Vizitati http://forum.novuslink.ro

// 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)
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

// Game_Name (string)
// Sets game name displayed for clients
// If Game_Name is empty, native game name will be used
Game_Name = NovusLink

// 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.
//


// ============================================================



// KREEDZ CVARS:

kz_checkpoint "1"
kz_stuck "1"
kz_start "1"
kz_vip "0"
kz_disablebuy "1"
kz_disableradio "1"
kz_disableteams "1"
kz_blockdoorsound "1"
kz_blockfallsound "1"
kz_blockwatersound "1"
kz_overtimehud_color "255 0 0"
kz_overhud_color "255 255 255"
kz_mainmenu "1"
kz_firstspawn_menu "1"
kz_stripstartweapons "1"
kz_rewards "1"
kz_showtimein "1"
kz_changeshowtime "1"
kz_welcome "0"
kz_blockdrop "1"
kz_alternativestart "1"
kz_spectator "1"
kz_weaponspeed "1"
kz_specinfo "0"
kz_weapons "1"
kz_cmdscout "1"
kz_finishmsg "!t%name%!g finish in!t %time%!g (%gochecks% GoCheck, Weapon: %weapon%)")
kz_nightvision "1"
kz_nightvision_colors "5 0 255"
kz_nightvision_sounds "0"
kz_flashlight "1"
kz_flashlight_random "1"
kz_flashlight_colors "255 255 255"
kz_chattag "[KZ]"
kz_semiclip "1"
kz_invis "0"
kz_respawn "1"
kz_botname "www.novuslink.ro"
kz_kickbot "4"


// BHOP DETECTOR:

amx_bhopdetect 1 // Enable/Disable plugin.
amx_punishtype 1 // Punish type...(Advertising,Slap,Kick,Ban).
amx_slap_force 1 // Slap detected player.
amx_ban_time 15 // Ban time.


// HPK:

amx_hpk_ping "100"
amx_hpk_check "5"
amx_hpk_tests "3"
amx_hpk_delay "10"


server.cfg
/ server name
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

Imagine

ImagineImagineImagine
Imagine
Imagine


 Profil  
 
(Conectat)

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

Moderator-Global
Status: Conectat
Membru din: Mie Dec 07, 2011 6:47 am
Mesaje: 1913
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:56 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:02 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
gj [sHa_clap2.gif] [sHa_clap2.gif] [sHa_clap2.gif]

Imagine

Imagine


Imagine


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

Ora este UTC [ DST ]


Cine este conectat

 

Utilizatorii ce navighează pe acest forum: - sWiTcH-uP -# ;x <3, --Mr*HaPPy*--, -=EoD=-, [SnK]fAN#Arl!ar, acencyovensop, aflisycs, atothrand, b1ByLuc, BlacKeYes ;X, Claudiu, colaxdz., daNNN, Diablo™, DoRcA_2oo7, euboss, fredy, Gold, hrzleasins, invaddyGoaxia, JeTiXx, KOkolino1001, MasterTwister, miruna333, Neefrerrurnew, NEXUS, noss, ProArTh, RazVan, razvyxxx, RollandNaomaWei, Ryder., sebycucy, Ski||eT*, Steckel, tudyyy, uNo-x, User Name, Yusywob şi 3 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