←  Pytania dotyczące pluginów

AMXX.pl: Support AMX Mod X i SourceMod

»

GALILEO - Ustawienie

  • +
  • -
Marshallek1337 - zdjęcie Marshallek1337 30.10.2016

https://amxx.pl/topi...arządzania-map/

 

Mam na serwerze powyższy plugin. Czy da się ustawić go tak aby przy glosowaniu po wybraniu mapy VOTE znikało. Chodzi o to, że cięzko zmienić broń.

Jeśli się da to jak, jesli nie, jaki polecacie plugin aby takowa opcja była.

Odpowiedz

  • +
  • -
Asiap - zdjęcie Asiap 30.10.2016

uzyj tego jest to nowsza wersja edytowana przez inna osobe https://forums.allie...ad.php?t=273019

Odpowiedz

  • +
  • -
Marshallek1337 - zdjęcie Marshallek1337 01.11.2016

Wgrałem na serwer swój, pozmieniajac tylko SMA i amxx i dalej to samo. Wgrałem na nowy serwer całość i bez zmian. Może ktoś powiedzieć jak to ustawic
Odpowiedz

  • +
  • -
Asiap - zdjęcie Asiap 02.11.2016


////////////////////////////////////////////////////////////////////////
// By showing the status of the vote, you allow players to see how    //
// many votes the various choices received.                           //
////////////////////////////////////////////////////////////////////////

// Indicates when the vote progress should be shown to a player.
// A value of 0 disables this feature.
// 0 - never (this disables the cvar 'gal_vote_expirationcountdown')
// 1 - after player has voted
// 2 - after the vote ends (this disables the cvar 'gal_vote_expirationcountdown')
// 3 - always show the vote current progress
gal_vote_showstatus 3

// Indicates whether to replace any menu opened by the server players,
// when a voting is started, or to wait that menu to be closed before
// showing the voting menu.
// 0 - Waits the user to close his current menu, only then show the
//     new menu.
// 1 - Replace any opened menu.
gal_vote_replace_menu 0

// Indicates how to show the progress of a vote.
// 0 - never (the same as 'gal_vote_showstatus 0')
// 1 - as vote count
// 2 - as percentage of all votes cast
// 3 - 1 and 2 at the same time.
gal_vote_showstatustype 2

// Shows the voting option "None" for people to choose if they don't 
// like any other choice.
// 0 - Disabled this feature.
// 1 - Enabled this feature.
gal_vote_show_none 1
Odpowiedz