fixed: mp_chattime is increased every mapchange

This commit is contained in:
Felix Geyer 2004-02-23 20:03:40 +00:00
parent 6ffc9c7b49
commit a9711c9588

View File

@ -79,8 +79,10 @@ public sayNextMap(){
client_print(0,print_chat,"Next Map: %s",name) 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 ) server_cmd( "changelevel %s", param )
}
public changeMap(){ public changeMap(){
new string[32] new string[32]