Blaze-craft Romania

<script type="text/javascript">

/******************************************
* Snow Effect Script- By Altan d.o.o. (http://www.altan.hr/snow/index.html)
* Visit Dynamic Drive DHTML code library (http://www.dynamicdrive.com/) for full source code
* Last updated Nov 9th, 05' by DD. This notice must stay intact for use
******************************************/

//Configure below to change URL path to the snow image
var snowsrc="http://clubbinghill.ro/snow.gif"
// Configure below to change number of snow to render
var no = 20;
// Configure whether snow should disappear after x seconds (0=never):
var hidesnowtime = 0;
// Configure how much snow should drop down before fading ("windowheight" or "pageheight")
var snowdistance = "pageheight";

///////////Stop Config//////////////////////////////////

var ie4up = (document.all) ? 1 : 0;
var ns6up = (document.getElementById&&!document.all) ? 1 : 0;

function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

var dx, xp, yp; // coordinate and position variables
var am, stx, sty; // amplitude and step variables
var i, doc_width = 800, doc_height = 600;

if (ns6up) {
doc_width = self.innerWidth;
doc_height = self.innerHeight;
} else if (ie4up) {
doc_width = iecompattest().clientWidth;
doc_height = iecompattest().clientHeight;
}

dx = new Array();
xp = new Array();
yp = new Array();
am = new Array();
stx = new Array();
sty = new Array();
snowsrc=(snowsrc.indexOf("dynamicdrive.com")!=-1)? "snow.gif" : snowsrc
for (i = 0; i < no; ++ i) {
dx[i] = 0; // set coordinate variables
xp[i] = Math.random()*(doc_width-50); // set position variables
yp[i] = Math.random()*doc_height;
am[i] = Math.random()*20; // set amplitude variables
stx[i] = 0.02 + Math.random()/10; // set step variables
sty[i] = 0.7 + Math.random(); // set step variables
if (ie4up||ns6up) {
if (i == 0) {
document.write("<div id="dot"+ i +"" style="POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;"><a href="http://dynamicdrive.com"><img src='"+snowsrc+"' border="0"></a></div>");
} else {
document.write("<div id="dot"+ i +"" style="POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;"><img src='"+snowsrc+"' border="0"></div>");
}
}
}

function snowIE_NS6() { // IE and NS6 main animation function
doc_width = ns6up?window.innerWidth-10 : iecompattest().clientWidth-10;
doc_height=(window.innerHeight && snowdistance=="windowheight")? window.innerHeight : (ie4up && snowdistance=="windowheight")? iecompattest().clientHeight : (ie4up && !window.opera && snowdistance=="pageheight")? iecompattest().scrollHeight : iecompattest().offsetHeight;
for (i = 0; i < no; ++ i) { // iterate for every dot
yp[i] += sty[i];
if (yp[i] > doc_height-50) {
xp[i] = Math.random()*(doc_width-am[i]-30);
yp[i] = 0;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
}
dx[i] += stx[i];
document.getElementById("dot"+i).style.top=yp[i]+"px";
document.getElementById("dot"+i).style.left=xp[i] + am[i]*Math.sin(dx[i])+"px";
}
snowtimer=setTimeout("snowIE_NS6()", 10);
}

function hidesnow(){
if (window.snowtimer) clearTimeout(snowtimer)
for (i=0; i<no; i++) document.getElementById("dot"+i).style.visibility="hidden"
}


if (ie4up||ns6up){
snowIE_NS6();
if (hidesnowtime>0)
setTimeout("hidesnow()", hidesnowtime*1000)
}

</script>

Alăturați-vă forumului, este rapid și ușor

Blaze-craft Romania

<script type="text/javascript">

/******************************************
* Snow Effect Script- By Altan d.o.o. (http://www.altan.hr/snow/index.html)
* Visit Dynamic Drive DHTML code library (http://www.dynamicdrive.com/) for full source code
* Last updated Nov 9th, 05' by DD. This notice must stay intact for use
******************************************/

//Configure below to change URL path to the snow image
var snowsrc="http://clubbinghill.ro/snow.gif"
// Configure below to change number of snow to render
var no = 20;
// Configure whether snow should disappear after x seconds (0=never):
var hidesnowtime = 0;
// Configure how much snow should drop down before fading ("windowheight" or "pageheight")
var snowdistance = "pageheight";

///////////Stop Config//////////////////////////////////

var ie4up = (document.all) ? 1 : 0;
var ns6up = (document.getElementById&&!document.all) ? 1 : 0;

function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

var dx, xp, yp; // coordinate and position variables
var am, stx, sty; // amplitude and step variables
var i, doc_width = 800, doc_height = 600;

if (ns6up) {
doc_width = self.innerWidth;
doc_height = self.innerHeight;
} else if (ie4up) {
doc_width = iecompattest().clientWidth;
doc_height = iecompattest().clientHeight;
}

dx = new Array();
xp = new Array();
yp = new Array();
am = new Array();
stx = new Array();
sty = new Array();
snowsrc=(snowsrc.indexOf("dynamicdrive.com")!=-1)? "snow.gif" : snowsrc
for (i = 0; i < no; ++ i) {
dx[i] = 0; // set coordinate variables
xp[i] = Math.random()*(doc_width-50); // set position variables
yp[i] = Math.random()*doc_height;
am[i] = Math.random()*20; // set amplitude variables
stx[i] = 0.02 + Math.random()/10; // set step variables
sty[i] = 0.7 + Math.random(); // set step variables
if (ie4up||ns6up) {
if (i == 0) {
document.write("<div id="dot"+ i +"" style="POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;"><a href="http://dynamicdrive.com"><img src='"+snowsrc+"' border="0"></a></div>");
} else {
document.write("<div id="dot"+ i +"" style="POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;"><img src='"+snowsrc+"' border="0"></div>");
}
}
}

function snowIE_NS6() { // IE and NS6 main animation function
doc_width = ns6up?window.innerWidth-10 : iecompattest().clientWidth-10;
doc_height=(window.innerHeight && snowdistance=="windowheight")? window.innerHeight : (ie4up && snowdistance=="windowheight")? iecompattest().clientHeight : (ie4up && !window.opera && snowdistance=="pageheight")? iecompattest().scrollHeight : iecompattest().offsetHeight;
for (i = 0; i < no; ++ i) { // iterate for every dot
yp[i] += sty[i];
if (yp[i] > doc_height-50) {
xp[i] = Math.random()*(doc_width-am[i]-30);
yp[i] = 0;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
}
dx[i] += stx[i];
document.getElementById("dot"+i).style.top=yp[i]+"px";
document.getElementById("dot"+i).style.left=xp[i] + am[i]*Math.sin(dx[i])+"px";
}
snowtimer=setTimeout("snowIE_NS6()", 10);
}

function hidesnow(){
if (window.snowtimer) clearTimeout(snowtimer)
for (i=0; i<no; i++) document.getElementById("dot"+i).style.visibility="hidden"
}


if (ie4up||ns6up){
snowIE_NS6();
if (hidesnowtime>0)
setTimeout("hidesnow()", hidesnowtime*1000)
}

</script>

Blaze-craft Romania

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

Aceasta este o noua cumunitate, se vor mai efectua schimbari asupra forumului/serverului nostru !

    Tutorial cum sa faci un server de counter-strike 1.6

    DarkFreakz
    DarkFreakz
    Administrator
    Administrator


    Respectarea regulilor : Tutorial cum sa faci un server de counter-strike 1.6 Warn010 Mesaje : 34
    Data de inscriere : 04/10/2011

    Tutorial cum sa faci un server de counter-strike 1.6 Empty Tutorial cum sa faci un server de counter-strike 1.6

    Mesaj  DarkFreakz Lun Oct 10, 2011 12:50 pm

    NU VA APUCATI SA FACETI SERVERUL DACA VA LIPSESC UNA DIN URMATOARELE:
    - Windows XP , cel putin procesor 1ghz si cel putin 256 ram
    - o conexiune la internet (viteza cel putin 100kB/s metro si extern) prin FIBRA OPTICA. Abonamentele de gen RDS CableLink sau Astral AIpA NU SUNT RECOMANDATE. Daca aveti asemenea abonament, mai mult de 5 oameni n-o sa puteti tine pe server iar pingurile vor sari de la 10 la 100 si tot asa pentru simplul motiv ca viteza NU ESTE GARANTATA la aceste abonamente.
    - IP ROUTABIL / PORT FORWARD !
    - 1-2 GB spatiu pe disc
    - Rabdare multa

    Descarcarea fisierelor
    Trebuie sa downloadam urmatoarele:
    - HLDSUpdateTool -> http://www.steampowered.com/download/hldsupdatetool.exe
    - NoSteamPatcher -> http://rapidshare.de/files/19456143/hldsw32.patch.3382.zip.html
    - AdminMod + MetaMod -> http://prdownloads.sourceforge.net/halflifeadmin/halflife-admin-2.50.60-win.zip?download
    - StatsMe -> http://prdownloads.sourceforge.net/statsme/statsme-2.8.3-cstrike.zip?download
    - Diablo Mod-> http://rapidshare.com/files/9855167/diablo.rar
    - Admin_Who-Config-> http://www.filehost.ro/207976/Admin_Who_Create_EXE/
    - AmXmodX-> http://www.filehost.ro/207982/amxmodx_installer_1_75a_exe/


    Instalarea serverului
    1. Se creaza un director unde urmeaza sa fie instalat serverul. Voi folosi ca exemplu C:\HLDS
    2. Deschidem hldsupdatetool.exe si dam click pe Next, apoi pe I Agree si ajungem la destination folder. Aici apasam Browse si selectam drive-ul C, apoi dublu click pe directorul hlds. OK, ne spune ca directorul exista deja, apasam Yes, apoi Next pana la sfarsit.
    3. Urmatorul pas se face din command line-ul DOS. Ca sa ajungem in command line, mergem in Start, Run, scriem cmd si apsam OK. Odata ce a aparut command prompt-ul, schimbam directorul cu cel in care am instalat file-ul de mai sus. Asta se face prin comanda:
    Code:
    cd C:\HLDS


    4. Acum, downloadam fisierele ce ne trebuiesc pentru a rula serverul. In functie de conexiunea la internet, aceasta poate dura de la cateva minute la cateva ore. Din nou, in command prompt scriem urmatoarea comanda:

    Code:
    hldsupdatetool.exe -command update -game valve -dir .


    Ce face mai exact asta? Pai downloadeaza toate fisierele hlds, hltv-ul si nucleul valve (game engine).
    Odata ce a terminat, va aparea in command prompt text-ul

    Code:
    HLDS installation up to date



    Instalarea mod-ului Counterstrike
    Dupa ce am terminat de downloadat fisierele serverului, va trebui sa downloadam fisierele modul pe care il vrem instalat (in cazul nostru counterstrike). Ca si inainte, aceasta se face in acelasi command prompt in care scriem urmatoarea comanda:

    Code:
    hldsupdatetool.exe -command update -game cstrike -dir .


    Din nou, aceasta operatie dureaza in functie de viteza conexiunuii la internet si se termina cu textul:
    Code:
    Code:
    HLDS installation up to date



    Patch-uirea serverului pentru a accepta clienti NOSTEAM

    Deschidem hldsw32-emporio.rar si il extractam in C:\HLDS

    server.cfg
    In directorul C:\HLDS\cstrike avem un fisier server.cfg pe care il deschidem cu wordpad (click dreapta pe el, open with. si alegem wordpad)
    Aici stergem TOT ce este scris si adaugam urmatoarele cvars-uri:
    Code:

    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


    la <HOSTNAME> putem scrie orice. De ex. "Pufuletz CS 1.6 Server". Ce scriem aici, le apare jucatorilor sus cand apasa TAB. Mai departe, la <PAROLA> trecem o parola cu care vom putea controla serverul de la distanta. In rest, nu schimbati nimic decat daca stiti exact despre ce e vorba.

    AmXmoDx WindowS

    Downloadam AmxModX 1.76c (este un installer automat).Dublu click pe a amxmodx-installer-1.76c.exe dupa care next -> bifati prima casuta dupa care next -> next -> install -> finish -> next -> bifati prima casuta dupa care next -> bifati select mod directory dupa care next -> la mod directory alegi directorul cstrike (ex: C:\hlds\cstrike) si la custom game addons alegeti counter-strike dupa care dati OK -> finish.
    Configurare AmxModX
    Mergem in C:\HLDS\cstrike\addons\amxmodx\configs\amxx.cfg si facem urmatoarele setari:


    Code:
    // 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 X\nVisit 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"

      Data/ora curentă este: Joi Mai 02, 2024 6:23 am