Raised This Month: $12 Target: $400
 3% 

Trash this


Post New Thread Reply   
 
Thread Tools Display Modes
Lucho
Junior Member
Join Date: May 2009
Old 12-13-2009 , 15:45   Re: Mix Maker
Reply With Quote #111

La idea es que no haya un admin dentro del servidor para que sea publico , sera posible que el /ready funcione?


No entiendo mucho
Lucho is offline
#8 SickneSS
BANNED
Join Date: Sep 2008
Location: Here
Old 12-13-2009 , 16:20   Re: Mix Maker
Reply With Quote #112

Quote:
Originally Posted by Lucho View Post
La idea es que no haya un admin dentro del servidor para que sea publico , sera posible que el /ready funcione?


No entiendo mucho
emm,podrias hacer una extencion(plugin)tomando que si hay 10 players en el servidor,automaticamente se ponga el mm_ready en 1 y mande un restart.
#8 SickneSS is offline
Send a message via MSN to #8 SickneSS Send a message via Skype™ to #8 SickneSS
Lucho
Junior Member
Join Date: May 2009
Old 12-13-2009 , 16:24   Re: Mix Maker
Reply With Quote #113

Ok buscare la forma , si alguien tiene una idea favor avisarme , esta bueno el plugin pero con eso funcionando seria genial.
Lucho is offline
armo3
Junior Member
Join Date: Aug 2008
Old 12-26-2009 , 15:57   Re: Mix Maker
Reply With Quote #114

what 'about HLTV? Need Autorecord on connect ( in the beginning of the Mix) and stop in the end of match.

P.s. Bad English.
armo3 is offline
Starsailor
horrible hahah
Join Date: Aug 2008
Location: Buenos Aires
Old 12-26-2009 , 17:29   Re: Mix Maker
Reply With Quote #115

I will criticize your plugin

PHP Code:
#define PlugActivo (get_pcvar_num(g_RESULTADO))
#define HudGris set_hudmessage(64, 64, 64, -1.0, 0.20, 2, 0.02, 12.00, 0.01, 0.1, -1)
#define HudVrd set_hudmessage(64, 255, 64, -1.0, -1.0, 1)
#define HudRed set_hudmessage(255, 64, 64, -1.0, -1.0, 1)
#define HudBlu set_hudmessage(64, 64, 255, -1.0, -1.0, 1)
#define HudBlu2 set_hudmessage(64, 64, 255, -1.0, 0.20, 1, 0.02, 12.00, 0.01, 0.1, -1)
#define HudVrd2 set_hudmessage(64, 255, 64, -1.0, 0.20, 1, 0.02, 12.00, 0.01, 0.1, -1)
#define HudRed2 set_hudmessage(255, 64, 64, -1.0, 0.20, 1, 0.02, 12.00, 0.01, 0.1, -1) 
this is kinda useless

PHP Code:
//...

public print(){
    
    
set_task (1.0,"cinco")
    
set_task (2.0,"cuatro")
    
set_task (3.0,"tres")
    
set_task (4.0,"dos")
    
set_task (5.0,"uno")
    
set_task (6.0,"valeria")

//...
public cinco() {
    
    if (
get_pcvar_num(g_soniditos) == ) {
        
client_cmd(0"spk ^"fvox/five^"")
        
    }
    
set_hudmessage(2001000, -1.0, -1.010.02.00.00.03)
    
show_hudmessage(0"%L",LANG_PLAYER,"MM_HUD_LIVECOUNTDOWN5")
    
}
public 
cuatro() {
    if (
get_pcvar_num(g_soniditos) == ) {
        
client_cmd(0"spk ^"fvox/four^"")
        
    }
    
set_hudmessage(2001000, -1.0, -1.010.02.00.00.03)
    
show_hudmessage(0"%L",LANG_PLAYER,"MM_HUD_LIVECOUNTDOWN4")
    
    new 
pass[32]
    
get_cvar_string("sv_password",pass,sizeof(pass) - 1)
    new 
Alltalk
    Alltalk 
get_cvar_pointer("sv_alltalk")
    
    
chat_color(0,"%L",LANG_PLAYER,"MM_CHAT_AMXXOFF",szStag)
    
chat_color(0,"%L",LANG_PLAYER,"MM_CHAT_PASSWORD",szStagpass)
    
chat_color(0,"%L",LANG_PLAYER,"MM_CHAT_ALLTK",szStag,get_pcvar_num(Alltalk)? "ON" "OFF")
}
public 
tres() {
    if (
get_pcvar_num(g_soniditos) == ) {
        
client_cmd(0"spk ^"fvox/three^"")
        
    }
    
set_hudmessage(2001000, -1.0, -1.010.02.00.00.03)
    
show_hudmessage(0"%L",LANG_PLAYER,"MM_HUD_LIVECOUNTDOWN3")
}

public 
dos() {
    if (
get_pcvar_num(g_soniditos) == ) {
        
client_cmd(0"spk ^"fvox/two^"")
        
    }
    
set_hudmessage(2001000, -1.0, -1.010.02.00.00.03)
    
show_hudmessage(0"%L",LANG_PLAYER,"MM_HUD_LIVECOUNTDOWN2")
}
public 
uno() {
    if (
get_pcvar_num(g_soniditos) == ) {
        
client_cmd(0"spk ^"fvox/one^"")
        
    }
    
set_hudmessage(2001000, -1.0, -1.010.02.00.00.03)
    
show_hudmessage(0"%L",LANG_PLAYER,"MM_HUD_LIVECOUNTDOWN1")

this looks like crap



btw, you never gave credits to NeuroToxin92 (Game Name Changer Plugin)
__________________
Find my plugins here..

Ex - Spanish Moderator.
Starsailor is offline
#8 SickneSS
BANNED
Join Date: Sep 2008
Location: Here
Old 12-26-2009 , 17:39   Re: Mix Maker
Reply With Quote #116

Quote:
Originally Posted by armo3 View Post
what 'about HLTV? Need Autorecord on connect ( in the beginning of the Mix) and stop in the end of match.

P.s. Bad English.
i will make /record,for autodemorecord
[es]
Voy a rehacer el plugin,reescribirlo,odernarlo,y agregar algunas cosas mas.
Por otro lado,no use el game name changer para hacer la cvar "mm_gamename".

Last edited by #8 SickneSS; 12-26-2009 at 17:49.
#8 SickneSS is offline
Send a message via MSN to #8 SickneSS Send a message via Skype™ to #8 SickneSS
Starsailor
horrible hahah
Join Date: Aug 2008
Location: Buenos Aires
Old 12-26-2009 , 17:46   Re: Mix Maker
Reply With Quote #117

Sure?

PHP Code:
//Game name changer plugin

register_forwardFM_GetGameDescription"GameDesc" ); 

//...

public GameDesc( ) { 
    static 
gamename[32]; 
    
get_pcvar_stringamx_gamenamegamename31 ); 
    
forward_returnFMV_STRINGgamename ); 
    return 
FMRES_SUPERCEDE

PHP Code:
//Your plugin

register_forwardFM_GetGameDescription"GameDesc" )//Same as Game name changer plugin

public GameDesc( ) {//Same as Game name changer plugin
    
    
forward_return(FMV_STRING,szMixMakerGameName)
    return 
FMRES_SUPERCEDE
    

__________________
Find my plugins here..

Ex - Spanish Moderator.
Starsailor is offline
#8 SickneSS
BANNED
Join Date: Sep 2008
Location: Here
Old 12-26-2009 , 17:50   Re: Mix Maker
Reply With Quote #118

Quote:
Originally Posted by Starsailor View Post
Sure?

PHP Code:
//Game name changer plugin

register_forwardFM_GetGameDescription"GameDesc" ); 

//...

public GameDesc( ) { 
    static 
gamename[32]; 
    
get_pcvar_stringamx_gamenamegamename31 ); 
    
forward_returnFMV_STRINGgamename ); 
    return 
FMRES_SUPERCEDE

PHP Code:
//Your plugin

register_forwardFM_GetGameDescription"GameDesc" )//Same as Game name changer plugin

public GameDesc( ) {//Same as Game name changer plugin
    
    
forward_return(FMV_STRING,szMixMakerGameName)
    return 
FMRES_SUPERCEDE
    


sep,reymon me dijo como hacer eso:p
#8 SickneSS is offline
Send a message via MSN to #8 SickneSS Send a message via Skype™ to #8 SickneSS
armo3
Junior Member
Join Date: Aug 2008
Old 12-27-2009 , 06:59   Re: Mix Maker
Reply With Quote #119

Russian translate from Fantom, Russia, Pervouralsk City

Quote:
[ru]
MM_CHAT_PARCIAL = !g%s !yParcial Счёт : !gCounter-Terrorists !y: !team%i !y- !gTerrorists !y: !team%i!y.
MM_CHAT_WIN_CT = !g%s !teamCounter-Terrorists !g победили!y.
MM_CHAT_WIN_TT = !g%s !teamTerrorists !g победили The Map!y.
MM_CHAT_GLOBAL = !g%s !yGlobal счёт: !gCounter-Terrorists !y: !team%i !y- !gTerrorists !y: !team%i!y.
MM_CHAT_ADMINRR = !y Администратор !g%s !y сделал рестарт раунда.
MM_CHAT_RESULTS_1 = !g%s !yСчёт: !gCounter-Terrorists !y: !team%i !y- !gTerrorists !y: !team%i!y.
MM_CHAT_RESULTS_2 = !g%s !yСчёт : !gCounter-Terrorists !y: !team%i !y- !gTerrorists !y: !team%i!y.
MM_CHAT_PASSWORD = !g%s !yПароль : !team%s
MM_CHAT_PASSWORDNOHAVE = !g%s !yНа сервере не установлен пароль
MM_CHAT_PAUSE = !yИгрок !team%s !yхочет остановить игру
MM_CHAT_BLOCKSAY_1 = !g%s !yЧат заблокирован
MM_CHAT_BLOCKSAY_2 = !g%s !yYou can write !team.pause!y,for request a game pause.
MM_CHAT_CHOOSETEAM = !g%s, !yНевозможно поменять команду в данный момент
MM_CHAT_AMXXOFF = !g%s !teamAmxMod-X OFF
MM_CHAT_ALLTK = !g%s !yAlltalk !team%s
MM_CHAT_READY = !g%s !yНапиши в чате !team/ready !y чтобы начать игру
MM_CHAT_LIVE = !g%s !teamGo!y - !teamGo
MM_CHAT_GLHF = !g%s !teamGood Luck !y& !teamHave Fun
MM_CHAT_ALLTALK = !g%s !yAlltalk is !team%s!y.
MM_CHAT_WELCOME = !yWelcome!team %s!y,this server is using !team%s v%s!y By !g%s!y.
MM_CHAT_LIVEGREEN = !gGO GO GO
MM_CHAT_LIVEYELLOW = !yGO GO GO
MM_CHAT_LIVETEAM = !teamGO GO GO
MM_CHAT_ADMINSAYNOSAY = !yАдмин !g%s !yзаблокировал чат
MM_CHAT_ADMINSAYSAY = !yАдмин разблокировал !g%s !yчат

MM_HUD_WIN_CT = Игра закончена ^nCounter-Terrorists Победили!
MM_HUD_WIN_TT = Игра закончена ^nTerrorists Победили!
MM_HUD_DRAW = Игра закончена ^nНичья!
MM_HUD_READY = Готово %i игроков из %i:
MM_HUD_READYTOPLAY = Готов играть?^nSay /ready
MM_HUD_LIVE5 = 5RR and GO
MM_HUD_LIVERR = GO - GO - GO
MM_HUD_LIVECOUNTDOWN5 = Все игроки готовы!^n Игра начинается!^n [ 5 ]
MM_HUD_LIVECOUNTDOWN4 = Все игроки готовы!^n Игра начинается!^n [ 4 ]
MM_HUD_LIVECOUNTDOWN3 = Все игроки готовы!^n Игра начинается!^n [ 3 ]
MM_HUD_LIVECOUNTDOWN2 = Все игроки готовы!^n Игра начинается!^n [ 2 ]
MM_HUD_LIVECOUNTDOWN1 = Все игроки готовы!^n Игра начинается!^n [ 1 ]
MM_HUD_LIVESTART = Go Frag!
MM_HUD_FIRSTHALFEND = Смена команд - Первая половина - ^nCounter-Terrorists : %i - Terrorists : %i
MM_HUD_BESTFRAGGER_1 = Лучший игрок первой половины ^n%s с %i фрагами
MM_HUD_BESTFRAGGER_2 = Лучший игрок первой половины ^n%s с %i Frags
MM_HUD_GAMECOMMENCING_HALF1 = Игра начинается - Первая половина - ^nGood Luck & Have Fun ^nПароль : %s
MM_HUD_GAMECOMMENCING_HALF2 = Игра начинается - Вторая половина - ^nCounter-Terrorists : %i - Terrorists : %i ^nPassword : %s
MM_HUD_PUBLIC = Сервер переходит в режим^nПаблик
MM_HUD_WARMUP = Сервер переходит в режим^nРазминка
MM_HUD_CLOSED = Сервер переходит в режим^nЧемпионат
MM_HUD_RATED = The server have been rated^nit's time to change the map
MM_HUD_ALLSPEC = All to Spec
MM_HUD_SPECSWITCH_ALIVE = Это команда может быть использована только живыми игроками
MM_HUD_SPECSWITCH = ВЫ перенесены^nв спектаторы

MM_ALLMENUS_NEXT = \wNext\y.
MM_ALLMENUS_BACK = \wBack\y.
MM_ALLMENUS_CLOSE = \wExit\y.

MM_READYMENU_TITLE = \r[MixMaker] \yГотов?
MM_READYMENU_READY = \wYes\y.
MM_READYMENU_NOTREADY = \wNo\y.

MM_MIXMENU_TITLE = \r[MixMaker] \yМеню
MM_MIXMENU_CFGPUBLIC = \wPublic\y.
MM_MIXMENU_CFGWARMUP = \wWarmup\y.
MM_MIXMENU_CFGCLOSED = \wClosed\y.
MM_MIXMENU_CFGRATES = \wRates\y.
MM_MIXMENU_LIVE = \wLive\y.
MM_MIXMENU_ALLSPEC = \wAll to spect\y.

MM_INFOMENU_TITLE = \r[MixMaker] \yИнформационное меню
MM_INFOMENU_PLUGININFO = \wPlugin\y.
MM_INFOMENU_USERCOMMANDS = \wUser commands\y.
MM_INFOMENU_ADMINCOMMANDS = \wAdmin commands\y.\d(In game)
MM_INFOMENU_CONSOLECOMMANDS = \wServer commands\y.\d(CFG)

MM_MOTDPLUGININFO_HISTORY = Mix Maker is a remake of amx_resultado By Linux,edited^n by #8 SickneSS.All rights reserved.
MM_MOTDPLUGININFO_URL = You want to dowload this plugin ?
MM_MOTDPLUGININFO_CLICK = Click^n
MM_MOTDPLUGININFO_LINK = Link -->

MM_ALLMOTDS_SAYORSAYTEAM = say or say_team
MM_ALLMOTDS_SAY = say

MM_MOTDUSERCOMMANDS_TITLE = User commands
MM_MOTDUSERCOMMANDS_PASSWORD = pass or pw :
MM_MOTDUSERCOMMANDS_PWINF = Shows the value of the cvar sv_password.
MM_MOTDUSERCOMMANDS_READY = /ready :
MM_MOTDUSERCOMMANDS_READYINF = Open the ready menu.
MM_MOTDUSERCOMMANDS_RESULTS = /result or /results :
MM_MOTDUSERCOMMANDS_RESULTSINF = Show the team scores.
MM_MOTDUSERCOMMANDS_SPECSWITCH = /spec :
MM_MOTDUSERCOMMANDS_SPECINF = Put you to spectator.
MM_MOTDUSERCOMMANDS_ALLTALK = alltalk :
MM_MOTDUSERCOMMANDS_ALLTALKINF = Shows the value of the cvar sv_alltalk.
MM_MOTDUSERCOMMANDS_PAUSE = .pause :
MM_MOTDUSERCOMMANDS_PAUSEINF = Request a game pause.
MM_MOTDUSERCOMMANDS_INFO = /info :
MM_MOTDUSERCOMMANDS_INFOINF = Open the info menu.

MM_MOTDADMINCOMMANDS_TITLE = Admin commads
MM_MOTDADMINCOMMANDS_RR = /rr :
MM_MOTDADMINCOMMANDS_RRINF = Restart the round (sv_restart 1)
MM_MOTDADMINCOMMANDS_RR5 = /rr5 :
MM_MOTDADMINCOMMANDS_RR5INF = Restart the round (sv_restart 5)
MM_MOTDADMINCOMMANDS_AMXON = /on :
MM_MOTDADMINCOMMANDS_AMXONINF = Enable amxx.
MM_MOTDADMINCOMMANDS_AMXOFF = /off :
MM_MOTDADMINCOMMANDS_AMXOFFINF = Disable amxx.
MM_MOTDADMINCOMMANDS_NOSAY = /nosay :
MM_MOTDADMINCOMMANDS_NOSAYINF = Lock the say command.
MM_MOTDADMINCOMMANDS_NOPASS = /nopass :
MM_MOTDADMINCOMMANDS_NOPASSINF = Remove the server password.
MM_MOTDADMINCOMMANDS_LIVE = /live :
MM_MOTDADMINCOMMANDS_LIVEINF = Start the mix.
MM_MOTDADMINCOMMANDS_PAUSE = /pause :
MM_MOTDADMINCOMMANDS_PAUSEINF = Pause/Unpause the server.
MM_MOTDADMINCOMMANDS_MIXMENU = /mix :
MM_MOTDADMINCOMMANDS_MIXMENUINF = Open the mix menu.
MM_MOTDADMINCOMMANDS_MAPSMENU = /maps :
MM_MOTDADMINCOMMANDS_MAPSMENUINF = Open the maps menu.
Please add Knife Round with sweatching teams. The command which will win chooses the counter-terrorists or terrorists. Automatic switching. Captains choose the parties of commands
Add please Overtime Config. Overtime must be unlimited
Make please so that HLTV spectators could not see the password
Add please counter HLTV of spectators under a radar, or command "/hltv" that will show a number of hltv spectators
Sequence of rounds:
warmup - knife - match(first half) - warmup - match(second half) - overtime (unlimited by 3 rounds)(if score 15:15) - ffa
Teams will swap automatically after the 1st half
Add please possibility to switch on and off plug-ins in each separate config
Add admin chat color and admin check, captain chat color!
Only captains of commands and administrators can put a server on a pause (only during the match)
Add Variable of quantity of players told "ready" to start a match
POV-demos should record automatically during a match
The password on a server should be established during warm-up
If the player takes off for match time, or kicked by anticheat the server is automatically put on a pause.
If the player takes off from game during the match, then comes, at it the bill, money is restored, it can come there and then into game (only if him before it in the same round haven't killed) and to buy all that he wants. It as much as possible compensates command loss.
Only administrators can be in spectators during match. If player kicked, it can't join to spec. and should choose command.
Server variables such as sv_maxupdaterate, sv_minupdaterate in the hud-message, and nearby other colour the hud-message of client variables for each players individually. It is possible to make compulsory exhibiting of client variables (amx_exec)

In what folder should there are configs???. I have not understood

To make additional plug-in with the list of players where there will be conformity the player-SteamId. (Or Ip)
This plug-in is started during the warm-up, all players of whom aren't present in the given list automatically kick. During match only players from the resolved list can come on server.
If during match any player takes off from server, the server is put on pause. As soon as the player with resolved SteamId comes on server,
the pause automatically off

Last edited by armo3; 12-27-2009 at 08:16.
armo3 is offline
#8 SickneSS
BANNED
Join Date: Sep 2008
Location: Here
Old 12-29-2009 , 11:58   Re: Mix Maker
Reply With Quote #120

Thanks! im working in a new version of mixmaker,i will add somethings u toldme,thanks!

Sorry 4 my bad english!
#8 SickneSS is offline
Send a message via MSN to #8 SickneSS Send a message via Skype™ to #8 SickneSS
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 14:15.


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