Quote:
Originally Posted by blade12
he wants a plugin that extends at the end of round to let players finish the round here u are mate
look at these lines in your amxx.cfg
Code:
// Max. time to which map can be extended
amx_extendmap_max 90
// Step for each extending
amx_extendmap_step 15
and put
Code:
// Max. time to which map can be extended
amx_extendmap_max 300
// Step for each extending
amx_extendmap_step 15
|
I do appreciate your help but I don't think this is correct.
All that would do is extend the map if the players vote extend map.
I want something that will extend the map after the voting is over so that the players can finish up the last round instead of having it to change when the mp_timelimit runs out.
__________________