Quote:
|
Originally Posted by RPG
Well I use this plugin but it be lot better if.:
After last round play, all players get stoped and weapons a droped, but they still can buy them.
Need to stop buy.
And time to long on last response, Next map ....
It's should give about 3 sec not about 6 or more.
|
open the .sma with notepad and change the line
Code:
set_task(6.0, "changeMap", CHANGE_MAP_TASK);
to
Code:
set_task(2.0, "changeMap", CHANGE_MAP_TASK);
and then re-compile & re-install the plugin.
__________________