Page 3 of 6

Re: [MPAseco] Requests and ideas

Posted: 10 Aug 2012, 14:05
by HakimR
no, it's not handy for a such plugin...

Re: [MPAseco] Requests and ideas

Posted: 10 Aug 2012, 17:57
by Xymph
HakimR wrote:Ok but it's a 4 steps operation: first /list to check the maps, then click the map, then close the panel and then /admin nextmap
Right ?
No, three. You don't need to close the window, that will happen automatically upon switching to the next track (either by end of TA time or admin command).

Re: [MPAseco] Requests and ideas

Posted: 22 Aug 2012, 09:47
by sbone
Hi,

will you release SOON ranks version ? ^^ When please ?
Thanks

@+

Re: [MPAseco] Requests and ideas

Posted: 23 Feb 2013, 13:02
by Fepipi
Hi. Is it possible for make callvote funktion to temporary increase of time limit . When timer finish 00:00 it reset to original timer.

Sometime people playing want extend timer in vote call but next map timer is really looooong, needing funktion to only temporary incrase. I dont know if MPAseco can do??

Re: [MPAseco] Requests and ideas

Posted: 23 Feb 2013, 15:54
by Fepipi
kremsy wrote:
Fepipi wrote:Hi. Is it possible for make callvote funktion to temporary increase of time limit . When timer finish 00:00 it reset to original timer.

Sometime people playing want extend timer in vote call but next map timer is really looooong, needing funktion to only temporary incrase. I dont know if MPAseco can do??
When the time is a scriptsetting in the Script, you can easily set a new timelimit via the new scriptsettings admin panel.
So you mean there is funktion to change timer but only available for admin to use?

I ask if possible feature to callvote timer to increase timer on current map because many player come in server and increase timer on server (by callvote) to very long time then they dont changing back time....server stay 99999minutes :roflol: until someone reset timer... server admin cannot online all times.

I ask if possible create feature to giving players option for temporary extend time. For an examples: clicking button to extend time by 10min, 15min, 20min...etc

Re: [MPAseco] Requests and ideas

Posted: 24 Feb 2013, 12:47
by BaBiDi
You can include the script mod InstantGibDM (Melee Laser) ?

This is a melee mod with just two changes :

Code: Select all

#Setting S_PointLimit   70      as _("Points limit")    ///< Points limit on a map
Because laser have +2 on hit.

Code: Select all

// Spawn players
foreach (Player in Players) {
        if (Player.SpawnStatus == CSmPlayer::ESpawnStatus::NotSpawned && !Player.RequestsSpectate) {
                MeleeSpawnPlayer(Player);
                SetPlayerWeapon(Player, CSmMode::EWeapon::Laser, False);
                Player.AmmoGain = 2.0;
                Player.ArmorMax = 100;
        }
}
to force laser.

Link to Laser.Script.txt :
http://pastebin.com/VNxMhryc


(off-topic) And i have one server on Joust but i don't find Joust Script with new scoreboard. Any idea ?