CS-GhosT
Doriți să reacționați la acest mesaj? Creați un cont în câteva clickuri sau conectați-vă pentru a continua.


WORLD OF TANK ASASINI SNIPER32 MODURI TOYOTA PLUGIN
 
AcasaPortalGalerieCăutareUltimele imaginiÎnregistrareStartConectare

 

 Cum facem un servar de cs 2

In jos 
AutorMesaj
ALEXANDER
Administrator
Administrator
ALEXANDER


Mesaje : 168
Data de inscriere : 20/06/2010
Varsta : 27
Localizare : Baia Mare

Cum facem un servar de cs 2 Empty
MesajSubiect: Cum facem un servar de cs 2   Cum facem un servar de cs 2 EmptyVin Iun 25, 2010 9:34 pm

Instalarea Serverului
Introducere
-Nu faceti servarul daca nu aveti 1 gb pe hard liber in C.
-Minim 256 de ram si cu abonament la internet prin fibra optica (recomandat)
--Nu este indicat abonament de tip RDS

Patch no-steam

descarcati patch de aici Download
si il dezarhivati in c:\HLDS

Instalarea servarului

-Descarcati hldsupdatetools de aici:


-faceti un folder in C de ex HLDS
-instalati hldsupdatetool in acel folder
-apoi intrati in start->run->si scrieti cmd
-va aparea o imafine neagra in ea scrieti :

Cod:
cd c:\HLDS



-apoi scrieti:
Cod:
hldsupdatetool.exe -command update -game valve dir



-aceasta va descarca (servarul) va dura intre 10min si 60 min
-veti sti cand este gata cand va aparea:
Cod:
HLDS installation up to date



-apoi scrieti:
Cod:
hldsupdatetool.exe -command update -game cstrike dir.



-aceasta va descarca cstrike-

server.cfg

hostname "Numele Serverului"
mp_autokick 0
mp_autocrosshair 0
mp_autoteambalance 0
mp_buytime 2
mp_consistency 1
mp_c4timer 35
mp_fadetoblack 0
mp_falldamage 0
mp_flashlight 1
mp_forcecamera 3
mp_forcechasecam 2
mp_friendlyfire 1
mp_freezetime 3
mp_fraglimit 0
mp_hostagepenalty 0
mp_limitteams 6
mp_logfile 1
mp_logmessages 1
mp_logdetail 3
mp_maxrounds 0
mp_playerid 0
mp_roundtime 3
mp_startmoney 800
mp_timelimit 35
mp_tkpunish 0
mp_winlimit 0

sv_aim 0
sv_airaccelerate 10
sv_airmove 1
sv_allowdownload 1
sv_clienttrace 1.0
sv_clipmode 0
sv_allowupload 1
sv_cheats 0
sv_gravity 800
sv_lan 1
sv_maxrate 7000
sv_maxspeed 320
sv_maxupdaterate 101
sys_ticrate 10000
decalfrequency 60
pausable 0
log on
decalfrequency 60
edgefriction 2
host_framerate 0
exec listip.cfg
exec banned.cfg
rcon_password PAROLA

aceste c-varuri le peneti in server.cfg si puneti ce vreti la PAROLA si hostname

[u]Instalarea amxmodx
-descarcati amxmodx de aici:
Rapidshare.com AMX_Mod_X.rar[/url

-dati dublu click pe instal si il instalati in c:\HLDS\cstrike
-atentie sa selectati mod directory
Mergem in C:HLDScstrike/addons/amxmodx/configs/amxx.cfg si facem urmatoarele setari:
Cod:
// AMX Configuration File

echo Executing AMX Mod X Configuration File

// Default access for all non admin players (see users.ini for access details)

amx_default_access "z"

// Name of setinfo which should store a password on a client (you should change this)

// (Example: setinfo _pw "password")

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

amx_mode 1

// Show admins activity

// 0 - disabled

// 1 - show without admin name

// 2 - show with name

amx_show_activity 2

// Frequency in seconds and text of scrolling message

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 XnVisit [url=http://www.amxmodx.org%22/]http://www.amxmodx.org"
"000100255"


// Frequency in seconds of colored messages

amx_freq_imessage 40


// Set in seconds how fast players can chat (chat-flood protection)

amx_flood_time 0.75


// Amount of reserved slots, amx_hideslots must be 1 to use this cvar (for more details see comments in plugin source)

amx_reservation 4


// If you set this to 1, you can hide slots on your server

amx_hideslots 1


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

amx_time_display "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"


// Announce "say thetime" and "say timeleft" with voice

amx_time_voice 1


// Minimum delay in seconds between two voting sessions

amx_vote_delay 10


// How long voting session goes on

amx_vote_time 10


// Display who votes for what option

amx_vote_answers 1


// Some ratios for voting success

amx_votekick_ratio 0.40

amx_voteban_ratio 0.40

amx_votemap_ratio 0.40

amx_vote_ratio 0.02


// Max. time to which map can be extended

amx_extendmap_max 90


// Step for each extending

amx_extendmap_step 15


// Rank mode

// 0 - by nick

// 1 - by authid

// 2 - by ip

csstats_rank 0


// Max size of the stats file

csstats_maxsize 3500


// Duration of HUD-statistics

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

amx_statsx_freeze -2.0


//If you set this to 0, clients cannot chose their language

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

amx_debug 1


// Plugin MultiLingual Debug

// To debug a language put its 2 letter code between quotes ("en", "de", etc)

// "" means disabled

amx_mldebug


Modificati
"amx_scrollmsg "Welcome to %hostname% -- This server is using AMX Mod
X" 600" cu "amx_scrollmsg "Welcome to numele_serverului_tau -- This
server is using AMX Mod X" 600""
Modificati "amx_imessage "Welcome to %hostname%" "000255100"" cu "amx_imessage "Welcome to numele_serverului_tau" "000255100"
________________________________________________________________________________
________________________________________________________________________________
Cum sa adaugam admini
Intrati in C:HLDScstrikeaddonsamxmodxconfigsusers.ini si scrieti acolo la sfarsit asa:

CODE
"nume" "parola" "abcdefghijklmnopqrstu" "a"
pentru admini pe nume

CODE
"nume" "" "ip" "abcdefghijklmnopqrstu" "de"
pentru admini pe ip
Sus In jos
 
Cum facem un servar de cs 2
Sus 
Pagina 1 din 1

Permisiunile acestui forum:Nu puteti raspunde la subiectele acestui forum
CS-GhosT :: Serverele GhosT :: Counter Strike Series :: Counter-Strike 1.6 :: Tutoriale CS-
Mergi direct la: