AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   New Plugin Submissions (https://forums.alliedmods.net/forumdisplay.php?f=26)
-   -   WARMAKER (https://forums.alliedmods.net/showthread.php?t=202555)

kforce 12-07-2012 14:15

WARMAKER
 
1 Attachment(s)

WARMAKER its to manage a match like Amx Match Deluxe but more simple.
Its simple to use, and easy to configure it. It creates a match, and requires some players ready (using !ready command) to make execute LO3 script (if Auto Live is not activated). After 15 rounds played (by default), the players will switch teams automatically, and it will require the !ready command for players (if Auto Live is not enable). When a team gets 16 rounds winned (by default) the match will end.

Commands
Admin Commands
  • amx_wm_start - Start the Match
  • amx_wm_stop - Stop the Match.
  • amx_wm_live - Execute the LIVE ON TREE

Client Commands
  • say/say_team !ready/!rdy - Define player as Ready.
  • say/say_team !notready/!nrdy - Define player as Not Ready.
  • say/say_team !score - Show the score at chat.

Cvars
  • amx_wm_equipa1 - Name of Counter-Terrorists Team when match starts.
  • amx_wm_equipa2 -Name of Terrorists Team when match starts.
  • amx_wm_prefixo - prefix of chat messages.
  • amx_wm_autolive - Auto live (it will skip the part of player use !ready to lo3)
  • amx_wm_autorec - POV record on all players when match starts.
  • amx_wm_playerneed - Number of players required to lo3
  • amx_wm_winrounds - Number of rounds required to a team win the match
  • amx_wm_rounddraw - Number of rounds required to draw the match
  • amx_wm_switchround - Number of rounds required to switch teams

Requirements
  • Fakemeta module
  • Cstrike Module

If u have suggestions or ideas for this plugin post it. :3

YamiKaitou 12-07-2012 14:52

Re: WARMAKER
 
Quote:

Originally Posted by kforce (Post 1849706)
Cvars
  • amx_wm_equipa1 - Nome da equipa que começa a CT
  • amx_wm_equipa2 - Nome da equipa que começa a T
  • amx_wm_prefixo - Prefixo do chat
  • amx_wm_autolive - Live automatico ao iniciar a partida
  • amx_wm_autorec - Record em cada jogador ao ser iniciada a partida
  • amx_wm_playerneed - Numero de jogadores necessarios para o LIVE
  • amx_wm_winrounds - Numero de rondas que uma equipa deverá conquistar para ganhar a partida.
  • amx_wm_rounddraw - Numero de rondas que cada equipa deverá ter para ser dado como emapte.
  • amx_wm_switchround - Numero da ronda no qual as equipas vão ser trocadas.

English please

Quote:

Requirements
  • Cstrike Module to Fakemeta by Exolent (link)

Why not just use CStrike?

ConnorMcLeod 12-08-2012 05:59

Re: WARMAKER
 
Remove that cstrike module conversion and use cstrike module instead.

kforce 12-08-2012 08:53

Re: WARMAKER
 
Updated.
I was thinking using cstrike module gives more "lag", so i use only one module (fakemeta).

YamiKaitou 12-08-2012 09:49

Re: WARMAKER
 
You should use the module that performs the task efficiently.

Jamesas007 12-08-2012 12:23

Re: WARMAKER
 
Hi , plugin is nice and very simple thanks to you :) look in my cvars is it gud ? and where i need to put "/warmaker.cfg" in what folder ?

amx_wm_equipa1 A //- Nome da equipa que começa a CT
amx_wm_equipa2 B //- Nome da equipa que começa a T
amx_wm_prefixo //- Prefixo do chat
amx_wm_autolive 1 // - Live automatico ao iniciar a partida
amx_wm_autorec 0 //- Record em cada jogador ao ser iniciada a partida
amx_wm_playerneed 2 //- Numero de jogadores necessarios para o LIVE
amx_wm_winrounds 16 //- Numero de rondas que uma equipa deverá conquistar para ganhar a partida.
amx_wm_rounddraw 15 //- Numero de rondas que cada equipa deverá ter para ser dado como emapte.
amx_wm_switchround 15 //- Numero da ronda no qual as equipas vão ser trocadas.


AND look in this screenshot, you see number "1" with green color like this
1 Wellcome to the server Pro Area | Steam[EAC]
1 This server use WARMAKER v1.1 by kfor!! how disable this ? And maybe i can disable all colors massages ? sory for my bad english ;)
http://i45.tinypic.com/dwqbup.jpg << This is screen

kforce 12-09-2012 18:17

Re: WARMAKER
 
The "1" its the chat prefix.
If change amx_wm_prefixo to "[PREFIX]" you will get messages like: [PREFIX] Wellcome to the server...

And yes, you can remove all chat colors, just replace in source code this two color codes:
Code:

^x03
and
^x04

for this:
Code:

^x01

Jamesas007 12-10-2012 04:54

Re: WARMAKER
 
Thanks all work perfect !!!!!

simanovich 12-14-2012 05:30

Re: WARMAKER
 
https://forums.alliedmods.net/showthread.php?t=168906

Jamesas007 12-14-2012 11:31

Re: WARMAKER
 
Quote:

Originally Posted by simanovich (Post 1853581)

And what ? I have this pug plugin, but this warmaker is more simple and work perfect , i choose Warmaker !


All times are GMT -4. The time now is 00:36.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.