User
Pass
2FA
 
 

Instalare Server AmxMoDX [Linux & Windows]

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Freakz Forum Index -> Trash Bin -> Trash
Author Message26137
BlackGhosT

[Mentally Stable]



Status: Offline
(since 26-01-2007 09:45)
Joined: 01 Dec 2006
Posts: 23, Topics: 3
Location: Kazakhstan

Reputation: 95.7
Votes: 4

Post Posted: 03-12-2006, 19:24:58 | Translate post to: ... (Click for more languages)

Instalarea Serverului
1.Creeati un folder "HLDS" in driverul C:\
2.Downloadam hldsupdatetool.Deschidem hldsupdatetool.exe si dam click pe Next, apoi pe I Agree si ajungem la destination folder. Aici apasam Browse si selectam drive-ul D, apoi dublu click pe directorul hlds. OK, ne spune ca directorul exista deja, apasam Yes, apoi Next pana la sfarsit.
3.Intram in Start-->Run-->si scriem acolo "cmd" fara ghilimele si apasam OK
Pe urma scriem acolo asa:
Code:
cd C:\HLDS

4.Dupa ce am scris aceasta comanda scriem acolo asa:
Code:
hldsupdatetool.exe -command update -game valve -dir .

Acest procces de download este gata cand v-a aparea textul urmator in acel command prompt:
Code:
HLDS installation up to date

Dupa acest mesaj scrieti in acel command prompt asa:
Code:
hldsupdatetool.exe -command update -game cstrike -dir .

Acest procces de download este gata cand v-a aparea textul urmator in acel command prompt:
Code:
HLDS installation up to date

5.Pentru ca clientii Non-Steam sa poata intra pe server este nevoie de patch-uirea serverului cu un patch non steam pe care il downloadam de aici--> hldsw32.patch.3382.zip pe care il dezarhivam in C:\HLDS
6.Configurare Server
In C:\HLDS\cstrike\ vom avea un fisier numit server.cfg , il deschidem si stergem TOT de acolo si punem acestea:
Code:
hostname "Numele Server-ului"
mp_autokick 0
mp_autocrosshair 0
mp_autoteambalance 1
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 0
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

In loc de "Numele Server-ului" punem numele serverului tau,ex: "BloodZone CS Server" iar in loc de "parola" punem parola de rcon a serverului tau,in rest nu modifca nimic decat daca stii ce inseamna fiecare.

AMXMODX PE WINDOWS
7.INSTALARE AMXMODX AUTOMAT
Downloadam AmxModX 1.76b (este un installer automat).Dublu click pe a amxmodx-installer-1.76b.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" "000255100"
_______________________________________________________________________________

INSTALARE AMXMODX MANUAL
Pentru inceput instalam Metamod
Instalare Metamod
1.Mergem in hlds/cstrike/addons/ si creem un folder numit metamod
2.Creem in addons/metamod/ un folder numit dlls
3.Downloadam metamod de aici
4.Punem .dll-ul in addons/metamod/dlls/
5.Intram in hlds/cstrike/ si deschidem liblist.gam si modificam
Code:
gamedll "dlls\mp.dll"

cu
Code:
gamedll "addons\metamod\dlls\metamod.dll"

6.Pentru a activa AmxModX (in caz ca luati numai baseul de la amxx fara metamod) intrati in addons/metamod/ si creeati un fisier numit plugins.ini si in el scrieti asa:
Code:
win32 addons\amxmodx\dlls\amxmodx_mm.dll


Instalare AmxModX
1.Downloadam de aici AmxModX Base
2.Downloadam de aici AmxModX Modul Counter-Strike
3.Extragem amandoua arhive in hlds/cstrike/
4.Intram in 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" "000255100"

_______________________________________________________________________________


AMXMODX PE LINUX
INSTALARE AMXMODX
Pentru inceput instalam Metamod
Instalare Metamod
1.Mergem in hlds/cstrike/addons/ si creem un folder numit metamod
2.Creem in hlds/cstrike/addons/metamod un folder numit dlls
3.Downloadam Metamod
4.Punem .so-ul in hlds/cstrike/addons/metamod/dlls/
5.Intram in hlds/cstrike/ si deschidem liblist.gam si modificam
Code:
gamedll_linux "dlls/mp_i386.so"

cu
Code:
gamedll_linux "addons/metamod/dlls/metamod_i386.so"

6.Pentru a activa AmxModX (in caz ca luati numai baseul de la amxx fara metamod) intrati in addons/metamod/ si creeati un fisier numit plugins.ini si in el scrieti asa:
Code:
linux addons/amxmodx/dlls/amxmodx_mm_i386.so


Instalare AmxModX
1.Downloadam de aici AmxModX Base Linux
2.Downloadam de aici AmxModX Counter-Strike Linux
3.Extragem amandoua arhive in hlds/cstrike/
4.Intram in 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" "000255100"

_______________________________________________________________________________
Cum sa adaugam admini
Intrati in C:\HLDS\cstrike\addons\amxmodx\configs\users.ini si scrieti acolo la sfarsit asa:
Code:
"nume" "parola" "abcdefghijklmnopqrstu" "a"
pentru admini pe nume
-in loc de "nume" puneti numele care vreti sa aiba adminul
-in loc de parola puneti parola pe care o vrea adminul
-in loc de "abcdefghijklmnopqrstu" puneti accesu care vreti sa-l aiba adminul
Code:
"nume" "" "ip" "abcdefghijklmnopqrstu" "de"
pentru admini pe ip
-in loc de "nume" puneti numele care sa-l aiba adminul
-in loc de "ip" puneti ip-ul celuia care doriti sa ii faceti adminul
-in loc de "abcdefghijklmnopqrstu" puneti accesu care vreti sa-l aiba adminul
Accesele sunt urmatoarele:
Code:

a - immunity (can't be kicked/baned/slayed/slaped and affected by other commmands)
b - reservation (can join on reserved slots)
c - amx_kick command
d - amx_ban and amx_unban commands
e - amx_slay and amx_slap commands
f - amx_map command
g - amx_cvar command (not all cvars will be available)
h - amx_cfg command
i - amx_chat and other chat commands
j - amx_vote and other vote commands
k - access to sv_password cvar (by amx_cvar command)
l - access to amx_rcon command and rcon_password cvar (by amx_cvar command)
m - custom level A (for additional plugins)
n - custom level B
o - custom level C
p - custom level D
q - custom level E
r - custom level F
s - custom level G
t - custom level H
u - menu access
 z - user (no admin)


Ce face fiecare setare din amxx.cfg
amx_default_access "z" / ce acces are fiecare user care intra pe server
amx_password_field "_pw" / daca este acolo _pw atunci in consola te vei loga ca admin cu setinfo _pw parola
amx_mode 1 / daca este 1 modul de logare este normal
amx_show_activity 2 / daca ii 2 atunci comenzile adminilor se vor arata cu tot cu nume
amx_freq_imessage 40 / intervalul in care apar mesajele colorate
amx_flood_time 0.75 / daca un player scrie ceva,trebuie sa astepte ca sa mai scrie altceva inca 0.75 sutimi
amx_reservation 4 / cate sloturi rezervate sa aiba serverul
amx_hideslots 1 / daca este setat 1 atunci puteti ascunde sloturile de pe server
amx_time_voice 1 /daca este setat 1 atunci dupa ce dati comenzile /timeleft sau /thetime se va aude si vocea
amx_vote_delay 10 / cate secunde trebuie sa treaca de la un vot dat
amx_vote_time 10 / cat va tine un vot
amx_vote_answers 1 / arata cine si ce voteaza la acel vot
amx_extendmap_max 90 / harta se poate extinde maxim cu 90 secunde
amx_extendmap_step 15 / cate secunde se va extinde harta la fiecare extindere
csstats_rank 0 / rank-ul sa se salveze pe nume
csstats_maxsize 3500 / maximul de marime a fisierului cu stats-uri (top si rank)
amx_statsx_duration 12.0 / durata statisticilor
amx_statsx_freeze -2.0 / daca are "-" in fata atunci HUD-statusurile se vor termina inainte de durata de freeze time sa se termine
amx_client_languages 1 / jucatorii isi pot alege limba dorita
amx_debug 1 / pluginurile cu debuge se vor pune in plugins.ini
amx_mldebug "" aici puteti pune mai multe limbi disponibile dupa descrierea facuta acolo

Cum sa adaugam pluginuri
1.Luam fisierul .sma si il bagam in addons/amxmodx/scripting/
2.Executam compile.exe
3.Intram in addons/amxmodx/scripting/compiled/ si o sa gasim pluginul .amxx
4.Luam pluginu .amxx si il punem in addons/amxmodx/plugins/
5.Mergem in addons/amxmodx/configs/plugins.ini si scriem la sfarsit asa:
Code:
numele_pluginului.amxx


Cum sa activam module
Pai de multe ori am auzit "activeaza modulul engine,sau activeaza modulul fun sau alte module",ca sa activam unele module procedam astfel:
1.Intram in addons/amxmodx/configs/modules.ini
2.Modificam acolo de exemplu pentru a activa modulul engine,inlocuim
Code:
;engine

cu
Code:
engine

Daca vrem sa activam modulul fakemeta inlocuim:
Code:
;fakemeta

cu
Code:
fakemeta

Si tot asa.Deci uite ca v-am spus si cum se activeaza modulele


Acum mergem in C:\HLDS\cstrike\ si deschidem fisierul liblist.gam si modificam :
Code:
secure "1"

cu
Code:
secure "0"


Mai multe despre AmxModX
1.Ultimate Sounds Advanced
Daca vreti mai multe sunete pe server puteti folosi cu incredere pluginul "Ultimate Sounds Advanced"
Instalare
1.Extrageti arhiva in hlds\cstrike\
2.Intrati in addons/amxmodx/configs/plugins.ini si scrieti la sfarsit asa:
Code:
ultimate_sounds_advanced.amxx


2.CS Stats SKK
Daca vreti mai multe mesaje pe server puteti folosi cu incredere pluginul "CS Stats SKK"
Instalare
1.Extrageti arhiva in hlds\cstrike\addons\amxmodx
2.Intrati in addons/amxmodx/configs/plugins.ini si inlocuiti urmatoarele:
Code:
statscfg.amxx cu ;statscfg.amxx

Code:
statsx.amxx cu ;statsx.amxx

Code:
miscstats.amxx cu ;miscstats.amxx

3.Pe urma adaugati la sfarsit asa:
Code:
statscfg_skk.amxx
miscstats_skk.amxx
statsx_skk.amxx

4.Folositi comanda amx_statscfgmenu pentru a activa/dezactiva ce vreti de acolo.
PS:Daca aveti si pluginul Ultimate Sounds Advanced este bine sa scrieti in consola amx_statscfgmenu si sa dezactivati Killing Streak si Killing Streak Sound

3.Show IP
Pe multe servere ati vazut ca atunci cand se conecteaza cineva pe server scrie acolo in stanga jos: Player (IP) trying to connect . Vreti si voi asa ceva?Atunci folositi cu incredere pluginul "Show IP"
Instalare
1.Luati fisierul amx_show_ip.sma si bagatil in addons/amxmodx/scripting/
2.Executati compile.exe
3.Intrati si luati amx_show_ip.amxx din addons/amxmodx/scripting/compiled/
4.Bagati amx_show_ip.amxx in addons/amxmodx/plugins/
5.Intrati in addons/amxmodx/configs/plugins.ini si scrieti la sfarsit asa:
Code:
amx_show_ip.amxx


4.TopX
De indata ce nu aveti StatsMe puteti folosi pluginul "TopX"
Descriptie
Puteti folosi comanda /topX . x = numarul de la rank EX: /top543 sau /top32654 dar ATENTIE pentru ca topul acesta asa mare sa mearga trebuie sa fi avut atatia oameni pe server . de exemplu daca pe server au intrat sa zicem 200 jucatori . puteti folosi /top200 dar mai mare nu va merge!
Instalare
1.Bagati amxx_topx.sma in addons/amxmodx/scripting/
2.Executati compile.exe
3.Intrati si luati amxx_topx.amxx din addons/amxmodx/scripting/compiled/
4.Luati amxx_topx.amxx si punetil in addons/amxmodx/plugins
5.Intrati in addons/amxmodx/configs/plugins.ini si scrieti la sfarsit asa:
Code:
amxx_topx.amxx


Pentru mai multe status-uri puteti da in consola amx_statscfgmenu si activa/dezactiva ceea ce vreti voi.

Tutorialul este facut in totalitate de mine,nu este copiat

Toate pluginurile puse la "Mai multe despre AmxModX" sunt facute de SAMURAI

0 0
  
Back to top
View user's profile Send private message
Pepsi

[Liverpool F.C FaN :X]



Status: Offline
(since 08-05-2021 22:22)
Joined: 05 Feb 2007
Posts: 2586, Topics: 162
Location: Bucuresti

Reputation: 138.4
Votes: 9

 
Post Posted: 13-02-2007, 22:16:45 | Translate post to: ... (Click for more languages)

ms mult ca vreau si io sami fak un serv de cs si mai ajutat mult!
Cum fak sa pun io conturile la admin??
sa nu mai fie cu a b c d sa fie cu moderator,admin,god etc??





In2 In2: Your username is: in2itiona
0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID
pepy

[Screwed Freak]



Status: Offline
(since 27-02-2014 01:30)
Joined: 01 Dec 2006
Posts: 3112, Topics: 119
Location: Galati

Reputation: 293.6
Votes: 20

Post Posted: 14-02-2007, 10:45:01 | Translate post to: ... (Click for more languages)

pai fiecare moderator god are anumite litere pe amx
de exemplu d este de ban
c de kick park
e de slay
blah blah
a de imunitate
nu are cum sa fie un moderator fara anumite litere
pentru fiecare rang tu iti alegi un numar de litere ...

0 0
  
Back to top
View user's profile Send private message
Pepsi

[Liverpool F.C FaN :X]



Status: Offline
(since 08-05-2021 22:22)
Joined: 05 Feb 2007
Posts: 2586, Topics: 162
Location: Bucuresti

Reputation: 138.4
Votes: 9

 
Post Posted: 14-02-2007, 19:56:55 | Translate post to: ... (Click for more languages)

am fakut serv si ma fakut ce ziki u akolo!
1.cand dau tab sus akolo in lok sa apara numele care lam pus io in hostname apare halflife dedicated serv!





In2 In2: Your username is: in2itiona
0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID
mishu

[Mentally Stable]



Status: Offline
(since 06-07-2012 00:37)
Joined: 25 Mar 2007
Posts: 396, Topics: 34
Location: Pantelimon

Reputation: 331.7
Votes: 7

 
Post Posted: 06-04-2007, 21:11:13 | Translate post to: ... (Click for more languages)

Poi vezi k desi tu ai pus in server.cfg un nume, uneori iti pune alt nume la sv, asa ca, modifica in consola serverului numele -
0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID
RA zeul

[Mentally Stable]



Status: Offline
(since 17-10-2014 14:36)
Joined: 19 May 2008
Posts: 1, Topics: None
Location: Romania

Reputation: 86
Votes: 4

Post Posted: 22-05-2008, 21:37:53 | Translate post to: ... (Click for more languages)

daca vreau vreau sa-mi fac sv de war3ft pot lua addonsu de oriunde?????
0 0
  
Back to top
View user's profile Send private message
Shocker

[Freakz owner]



Status: Offline
(since 08-02-2020 12:17)
Joined: Momentul zero
Posts: 33986, Topics: 1350
Location: localhost

Reputation: 6485.6
Votes: 829

   
Post Posted: 22-05-2008, 23:31:17 | Translate post to: ... (Click for more languages)

Cum adica?

FREAKZ COMMUNITY @ Facebook
WOW FREAKZ @ Facebook
0 0
  
Back to top
View user's profile Send private message
bond_seth

[Mentally Stable]



Status: Offline
(since 06-02-2017 08:29)
Joined: 04 Aug 2006
Posts: 49, Topics: 4
Location: Bucuresti

Reputation: 84.7
Votes: 9

Post Posted: 01-07-2008, 22:03:09 | Translate post to: ... (Click for more languages)

am si eu o prroblema, nu mere serverul la favorite ma poti ajuta ? e Ultimate Warcraft 3, am AmxMODx pe el.

Edit: e pe linux

0 0
  
Back to top
View user's profile Send private message
anakin_cstrike

[Mentally Stable]



Status: Offline
(since 08-02-2012 07:25)
Joined: 08 Apr 2008
Posts: 17, Topics: None
Location: Romania

Reputation: 166.1
Votes: 4

Post Posted: 10-07-2008, 17:23:20 | Translate post to: ... (Click for more languages)

Cel mai bun tutorial -
@ bond_seth : Intra in cstrike/server.cfg si modifica:
Code:
sv_lan 0

Daca nu merge, foloseste asta. Il pui in loc la cel existent deja pe server. (ex:C:/HLDS)

0 0
  
Back to top
View user's profile Send private message
buciosu
[Banned user]


Banned


Status: Offline
(since 28-05-2010 16:58)
Joined: 30 Aug 2009
Posts: 32, Topics: 13
Location: Bucuresti

Reputation: 131.7
Votes: 4

 
Post Posted: 30-11-2009, 22:41:20 | Translate post to: ... (Click for more languages)

o intrebare am si eu, am sv pe windows...il pot muta direct pe linux si sa ii fac unele modificari pt a merge? sau trebuie facut de la 0 ?

paC paC !
0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID
Shocker

[Freakz owner]



Status: Offline
(since 08-02-2020 12:17)
Joined: Momentul zero
Posts: 33986, Topics: 1350
Location: localhost

Reputation: 6485.6
Votes: 829

   
Post Posted: 30-11-2009, 22:52:23 | Translate post to: ... (Click for more languages)

Il poti muta cu usurinta, trebuie doar sa schimbi dll-urile cu .so-urile corespunzatoare de la metamod/amxmodx si ce addonuri mai ai (si desigur sa modifici cate ceva prin setari)

FREAKZ COMMUNITY @ Facebook
WOW FREAKZ @ Facebook
0 0
  
Back to top
View user's profile Send private message
buciosu
[Banned user]


Banned


Status: Offline
(since 28-05-2010 16:58)
Joined: 30 Aug 2009
Posts: 32, Topics: 13
Location: Bucuresti

Reputation: 131.7
Votes: 4

 
Post Posted: 01-12-2009, 01:16:06 | Translate post to: ... (Click for more languages)

si daca vreau sa fac asta shocker....ma poti ajuta si pe mine ?

paC paC !
0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID
Shocker

[Freakz owner]



Status: Offline
(since 08-02-2020 12:17)
Joined: Momentul zero
Posts: 33986, Topics: 1350
Location: localhost

Reputation: 6485.6
Votes: 829

   
Post Posted: 01-12-2009, 01:20:46 | Translate post to: ... (Click for more languages)

Faci un topic nou, spui toate detaliile: ce addonuri (metamod,amxmodx,adminmod,etc) ai si spui exact ce ceri si te ajutam

FREAKZ COMMUNITY @ Facebook
WOW FREAKZ @ Facebook
0 0
  
Back to top
View user's profile Send private message
Pfloyd

[Mentally Stable]



Status: Offline
(since 12-07-2015 21:24)
Joined: 09 Sep 2010
Posts: 6, Topics: 4
Location: Romania

Reputation: 136
Votes: 2

Post Posted: 09-09-2010, 18:11:13 | Translate post to: ... (Click for more languages)

Hi all, am si eu o problema, cand deschid hlds.exe imi ramane la "Loading Starting Dedicated Server" si asa ramane. Nu vrea sub nici o forma sa imi deschida consola serverului, vi s-a intamplat vreodata asa ceva?
0 0
  
Back to top
View user's profile Send private message
CoZmYNNN

[Mentally Stable]



Status: Offline
(since 07-05-2011 11:34)
Joined: 13 Apr 2011
Posts: 13, Topics: 7
Location: Belgium

Reputation: 29
Votes: 6

Post Posted: 05-05-2011, 14:24:20 | Translate post to: ... (Click for more languages)

Eu am o problema mare,fac totu ca la carte da nu imi pot intra jucatori pe sv..ma puteti ajuta:-?
0 0
  
Back to top
View user's profile Send private message
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Freakz Forum Index -> Trash Bin -> Trash  


The time now is 07-05-2024, 23:12:31
Copyright info

Based on phpBB ro/com
B

 
 
 







I forgot my password


This message appears only once, so
like us now until it's too late ! :D
x