This is the place for general discussion about Warcraft3 XP, including install help.
Moderator: Forum Moderator
-
Ripi
- Peon
- Posts: 7
- Joined: Wed Feb 15, 2006 11:01 am
Post
by Ripi » Wed Feb 15, 2006 11:07 am
Hi all
I have got w3 mod in cs1.6
When the map is starting the modw3 i starting too, but i want: starting modw3 when i write in console sv_warcraft3 1. How i can do it ??]
Its automatic switch on, but admin must switch on it.
HLDC (linux)
(sry if you something dont undertand

)
How i can change xp in w3mod. What i must open ??
Thx for all
-
Geesu
- <b>King of the world!</b>
- Posts: 3159
- Joined: Tue Jul 05, 2005 9:24 pm
-
Contact:
Post
by Geesu » Wed Feb 15, 2006 9:36 pm
put sv_warcraft3 0 in server.cfg
No Support via PM
-
Ripi
- Peon
- Posts: 7
- Joined: Wed Feb 15, 2006 11:01 am
Post
by Ripi » Thu Feb 16, 2006 4:58 am
It doesnt work

W3 still runing when the map is begin
-
Geesu
- <b>King of the world!</b>
- Posts: 3159
- Joined: Tue Jul 05, 2005 9:24 pm
-
Contact:
Post
by Geesu » Thu Feb 16, 2006 8:54 am
try putting it in amxx.cfg
No Support via PM
-
Ripi
- Peon
- Posts: 7
- Joined: Wed Feb 15, 2006 11:01 am
Post
by Ripi » Thu Feb 16, 2006 10:16 am
Geesu wrote:try putting it in amxx.cfg
Can you tell me where is this file??
I cant find it

-
Geesu
- <b>King of the world!</b>
- Posts: 3159
- Joined: Tue Jul 05, 2005 9:24 pm
-
Contact:
Post
by Geesu » Thu Feb 16, 2006 1:13 pm
addons/amxmodx/configs/
No Support via PM
-
Ripi
- Peon
- Posts: 7
- Joined: Wed Feb 15, 2006 11:01 am
Post
by Ripi » Fri Feb 17, 2006 8:05 am
Geesu wrote:addons/amxmodx/configs/
Geesu it doesnt work

:(
When i write in console sv_warcraft3 0 then i see "unknown comand"
I can off it only when i write in console amxmodmenu and put 0 to sv_warcraft3 :/
-
Geesu
- <b>King of the world!</b>
- Posts: 3159
- Joined: Tue Jul 05, 2005 9:24 pm
-
Contact:
Post
by Geesu » Fri Feb 17, 2006 8:25 am
amx_cvar sv_warcraft3 0 if you're typing it in console...
Putting that in amxx.cfg should NOT give you an "unknown command", typing it into your console would
No Support via PM
-
Ripi
- Peon
- Posts: 7
- Joined: Wed Feb 15, 2006 11:01 am
Post
by Ripi » Fri Feb 17, 2006 10:57 am
Geesu wrote:amx_cvar sv_warcraft3 0 if you're typing it in console...
Putting that in amxx.cfg should NOT give you an "unknown command", typing it into your console would
Dmmmm

... doesnt work

:(
But if i write in console amx_cvar sv_warcraft3 0 It wont be "unknown comand", so this commnand working....
When i change map then mod begin again

:(:(
MY ammx.cfg
Code: Select all
// 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 180
// Set in seconds how fast players can chat (chat-flood protection)
amx_flood_time 0.75
// Amount of reserved slots (for more details see comments in a plugin source)
amx_reservation 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
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 1
// 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
sv_warcraft3 0
amx_cvar sv_warcraft3 0
server.cfg
Code: Select all
// --------------------------------------------------------------------------------------
// Konfig - Hooligans, wygenerowany przez system PIFPAF.pl
//
// servename : Hooligans Hooligans @ PIFPAF.pl,
//Adres : XXXXXX
// --------------------------------------------------------------------------------------
// Podstawowe ustawienia :
//
// Hasło RCON :
rcon_password "XXX"
// Hasło do gry :
sv_password "XXX"
// --------------------------------------------------------------------------------------
// Pozostałe ustawienia :
//
// Nazwa serwera
hostname "Hooligans @ xxx.pl
// Dodatkowe ustawienia linia 1
// Pozwalaj na spectatorów
allow_spectators "1"
// Dodatkowe ustawienia linia 1
// Cas po którym gracz może ponownie wysprayować swoje logo (w sekundach)
decalfrequency "30"
// Dodatkowe ustawienia linia 1
// Automatyczny celownik
mp_autocrosshair "0"
// Dodatkowe ustawienia linia 1
// Automatyczne kopanie Team Killerów
mp_autokick "0"
// Dodatkowe ustawienia linia 1
// Automatyczne balansowanie nierównych teamów
mp_autoteambalance "1"
// Dodatkowe ustawienia linia 1
// Czas na dokonanie zakupów
mp_buytime "1"
// Dodatkowe ustawienia linia 1
// Czas od podłożenia bomby do jej wybuchu (w sekundach)
mp_c4timer "35"
// Dodatkowe ustawienia linia 1
// Czarny ekran po ¶mierci
mp_fadetoblack "0"
// Dodatkowe ustawienia linia 1
// Utrata HP przy spadaniu
mp_falldamage "1"
// Dodatkowe ustawienia linia 1
// Możliwo¶ć używania latarki
mp_flashlight "1"
// Dodatkowe ustawienia linia 1
// Odgłosy kroków
mp_footsteps "1"
// Dodatkowe ustawienia linia 1
// Wymuszenie kamery po ¶mierci
mp_forcecamera "1"
// Dodatkowe ustawienia linia 1
// Wymuszenie kamery po ¶mierci
mp_forcechasecam "1"
// Dodatkowe ustawienia linia 1
// Czas na pocztku rundy, w czasie którego nikt nie może się poruszać (aby kupił broń)
mp_freezetime "6"
// Dodatkowe ustawienia linia 1
// Uszkodzenia od przyjacielskich granatów
mp_friendly_grenade_damage "1"
// Dodatkowe ustawienia linia 1
// Przyjacielski ogień
mp_friendlyfire "1"
// Dodatkowe ustawienia linia 1
// Ilu zakładników może zabić gracz, aby został kicknięty z serwera
mp_hostagepenalty "0"
// Dodatkowe ustawienia linia 1
// Limitowanie teamów, jeżeli jeden team będzie miał więcej niż drugi o 2 graczy, to nikt do niego nie wejdzie
mp_limitteams "1"
// Dodatkowe ustawienia linia 1
// Dokładno¶ć logowania
mp_logdetail "2"
// Dodatkowe ustawienia linia 1
// Logowanie dialogów
mp_logmessages "1"
// Dodatkowe ustawienia linia 1
// Ratio głosowania na następn± rundę
mp_mapvoteratio "0.5"
// Dodatkowe ustawienia linia 1
// Limit rund na mapę
mp_maxrounds "0"
// Dodatkowe ustawienia linia 1
// Czas trwania rundy w minutach
mp_roundtime "2"
// Dodatkowe ustawienia linia 1
// Liczba gotówki na starcie
mp_startmoney "800"
// Dodatkowe ustawienia linia 1
// Czas trwania mapy w minutach
mp_timelimit "0"
// Dodatkowe ustawienia linia 1
// Karanie za Team Kill
mp_tkpunish "0"
// Dodatkowe ustawienia linia 1
// Możliwo¶ć pauzowania gry
pausable "1"
// Dodatkowe ustawienia linia 1
// Wymuszenie spectowania z pierwszej osoby
spec_forcefirstperson "1"
// Dodatkowe ustawienia linia 1
// Spectowanie tylko teamów
spec_teamonly "1"
// Dodatkowe ustawienia linia 1
// Auto AIM włÂ±czony (cheat)
sv_aim "0"
// Dodatkowe ustawienia linia 1
// Przy¶pieszenie w powietrzu
sv_airaccelerate "10"
// Dodatkowe ustawienia linia 1
// Możliwo¶ć poruszania się w trakcie skoku
sv_airmove "1"
// Dodatkowe ustawienia linia 1
// Gracze mog± usłyszeć innych graczy bez względu na team
sv_alltalk "1"
// Dodatkowe ustawienia linia 1
// Cheaty włÂ±czone
sv_cheats "0"
// Dodatkowe ustawienia linia 1
// Namierzanie klienta
sv_clienttrace "1"
// Dodatkowe ustawienia linia 1
// Gravitacja
sv_gravity "800"
// Dodatkowe ustawienia linia 1
// Maksymalny dozwolony rate przez serwer
sv_maxrate "20000"
// Dodatkowe ustawienia linia 1
// Maksymalna prędko¶ć biegania
sv_maxspeed "320"
// Dodatkowe ustawienia linia 1
// Maksymalna liczba pakietów wysyłanych przez serwer
sv_maxupdaterate "101"
// Dodatkowe ustawienia linia 1
// Minimalny dozwolony rate przez serwer
sv_minrate "2500"
// Dodatkowe ustawienia linia 1
// Zezwolenie na proxy
sv_proxies "1"
// Dodatkowe ustawienia linia 1
// region serwera
sv_region "3"
// Dodatkowe ustawienia linia 1
// Maksymalny ticrate serwera
sys_ticrate "1000"
// Dodatkowe ustawienia linia 1
sv_warcraft3 "0"
// Dodatkowe ustawienia linia 2
mp_savexp "1"
amx_cvar sv_warcraft3 "0"
-
opion
- Peon
- Posts: 34
- Joined: Fri Nov 11, 2005 8:07 am
- Location: Belgium
Post
by opion » Fri Feb 17, 2006 1:34 pm
are you admin on the server , cuz when you're not an admin you could get that msg
-
Ripi
- Peon
- Posts: 7
- Joined: Wed Feb 15, 2006 11:01 am
Post
by Ripi » Sat Feb 18, 2006 11:51 am
opion wrote:are you admin on the server , cuz when you're not an admin you could get that msg
Thx for nothing
If you cant help me then dont write here:/
-
yang
- Peon
- Posts: 7
- Joined: Sat Feb 18, 2006 6:39 pm
- Location: (SH)67.164.46.147:27015 (SH)128.223.199.31:27015 (W3F)128.223.199.31:27018 (W3X)128.223.199.31:27019
Post
by yang » Sun Feb 19, 2006 4:22 am
have ever considered all those sv_ commands before the one u put in lastly in the server.cfg? o.O .... i'm sure even u can see the difference

-
Ripi
- Peon
- Posts: 7
- Joined: Wed Feb 15, 2006 11:01 am
Post
by Ripi » Sun Feb 19, 2006 7:09 am
yang wrote:have ever considered all those sv_ commands before the one u put in lastly in the server.cfg? o.O .... i'm sure even u can see the difference

ok it`s working :]
Thx all for help and for try:]
Bye