Raised This Month: $32 Target: $400
 8% 

WARMAKER


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   ALL        Category:   Admin Commands       
kforce
New Member
Join Date: May 2009
Location: Portugal
Old 12-07-2012 , 14:15   WARMAKER
Reply With Quote #1


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.
Attached Files
File Type: sma Get Plugin or Get Source (warmaker.sma - 1561 views - 13.7 KB)

Last edited by kforce; 12-08-2012 at 08:51.
kforce is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 12-07-2012 , 14:52   Re: WARMAKER
Reply With Quote #2

Quote:
Originally Posted by kforce View Post
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?
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 12-08-2012 , 05:59   Re: WARMAKER
Reply With Quote #3

Remove that cstrike module conversion and use cstrike module instead.
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
kforce
New Member
Join Date: May 2009
Location: Portugal
Old 12-08-2012 , 08:53   Re: WARMAKER
Reply With Quote #4

Updated.
I was thinking using cstrike module gives more "lag", so i use only one module (fakemeta).
kforce is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 12-08-2012 , 09:49   Re: WARMAKER
Reply With Quote #5

You should use the module that performs the task efficiently.
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
Jamesas007
Member
Join Date: Nov 2012
Old 12-08-2012 , 12:23   Re: WARMAKER
Reply With Quote #6

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

Last edited by Jamesas007; 12-08-2012 at 13:13.
Jamesas007 is offline
kforce
New Member
Join Date: May 2009
Location: Portugal
Old 12-09-2012 , 18:17   Re: WARMAKER
Reply With Quote #7

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

Last edited by kforce; 12-09-2012 at 18:18.
kforce is offline
Jamesas007
Member
Join Date: Nov 2012
Old 12-10-2012 , 04:54   Re: WARMAKER
Reply With Quote #8

Thanks all work perfect !!!!!

Last edited by Jamesas007; 12-12-2012 at 04:26.
Jamesas007 is offline
simanovich
AlliedModders Donor
Join Date: Jun 2012
Location: Israel
Old 12-14-2012 , 05:30   Re: WARMAKER
Reply With Quote #9

https://forums.alliedmods.net/showthread.php?t=168906
__________________
simanovich is offline
Jamesas007
Member
Join Date: Nov 2012
Old 12-14-2012 , 11:31   Re: WARMAKER
Reply With Quote #10

Quote:
Originally Posted by simanovich View Post
And what ? I have this pug plugin, but this warmaker is more simple and work perfect , i choose Warmaker !
Jamesas007 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 17:39.


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