mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
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)
|
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]
|
||||||
|
Loading…
Reference in New Issue
Block a user