fixed: mp_chattime is increased every mapchange
This commit is contained in:
parent
6ffc9c7b49
commit
a9711c9588
|
@ -79,8 +79,10 @@ public sayNextMap(){
|
|||
client_print(0,print_chat,"Next Map: %s",name)
|
||||
}
|
||||
|
||||
public delayedChange( param[] )
|
||||
public delayedChange( param[] ){
|
||||
set_cvar_float("mp_chattime",get_cvar_float("mp_chattime")-2.0)
|
||||
server_cmd( "changelevel %s", param )
|
||||
}
|
||||
|
||||
public changeMap(){
|
||||
new string[32]
|
||||
|
|
Loading…
Reference in New Issue
Block a user