AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Zombie:Reloaded (https://forums.alliedmods.net/forumdisplay.php?f=132)
-   -   [CSGO] need help (https://forums.alliedmods.net/showthread.php?t=198173)

BGKoKoOo 10-12-2012 17:42

[CSGO] need help
 
Hello i need big help :)

1) How i can remove warmuptime from my server
2) how i can disable bots from my server
3) how i can my server to change the map after 30 min. I have added mp_timelimit on my server.cfg but when i say timeleft i getting the message ([SM] Map will change after 13 more rounds) i just want to make the server map to change after 20 or 30 min

Thanks :)

The is my server.cfg

Code:

hostname "" //Change this to change your server name
rcon_password "" //For accessing to the server using client
sv_password ""  //Set this for a private server


sv_downloadurl ""
sv_allowupload 1
sv_allowdownload 1





mp_freezetime "2"
mp_join_grace_time "5" //The amount of time players can join teams after a round has started
mp_match_end_restart "5" // Defines whether a map should be restarted after a game has ended
mp_playercashawards "1"
mp_teamcashawards "1"
mp_friendlyfire "0"
mp_timelimit "20"
mp_roundtime "4.0"
mp_buytime "0.25"
mp_startmoney "99999" 
mp_join_grace_time 15
sv_cheats 0
sv_lan 0
writeid
writeip
exec banned_user.cfg
exec banned_ip.cfg
sv_pure 1

sv_region 255

sm_cvar sv_turbophysics 1
sm_cvar phys_pushscale 5
sm_cvar sv_pushaway_force 50000
sm_cvar sv_pushaway_max_force 500000
sm_cvar sv_pushaway_min_player_speed 75


KratosMafia 10-12-2012 18:33

Re: [CSGO] need help
 
go to your gamemode_casual.cfg

Code:

mp_warmuptime                        0

kierant 10-13-2012 03:12

Re: [CSGO] need help
 
Go to your gamemode file change bot_quota to 0.

Also change maxrounds to 0, and mp_timelimit to 30


All times are GMT -4. The time now is 08:49.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.