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

Auto-Mix (Pug) - By: p1Mp


Post New Thread Reply   
 
Thread Tools Display Modes
TeddiBer
Senior Member
Join Date: Oct 2011
Old 07-29-2012 , 11:55   Re: Auto-Mix (Pug) - By: p1Mp
Reply With Quote #391

Nice Updates, Thanks !

I requested before if you can add a cvar that Enable / Disable this plugin.
can you do it pleas ?
because i don't want all the time auto-mix in my server, and all the time disable it by plugins.ini .
so i'm sure that this option will help lot of people that using this plugin.
TeddiBer is offline
Diegorkable
Veteran Member
Join Date: Jun 2011
Old 07-29-2012 , 18:58   Re: Auto-Mix (Pug) - By: p1Mp
Reply With Quote #392

Quote:
Originally Posted by TeddiBer View Post
Nice Updates, Thanks !

I requested before if you can add a cvar that Enable / Disable this plugin.
can you do it pleas ?
because i don't want all the time auto-mix in my server, and all the time disable it by plugins.ini .
so i'm sure that this option will help lot of people that using this plugin.
Sure, I will do that
__________________
My Projects:

Auto-Mix (Pug): 100%

Joined the Military (a soldier now) - Inactive
Diegorkable is offline
Diegorkable
Veteran Member
Join Date: Jun 2011
Old 07-31-2012 , 06:57   Re: Auto-Mix (Pug) - By: p1Mp
Reply With Quote #393

Hey guys I've got a little update...

The .sma I uploaded had a debugging line I made that every round end it prints some numbers:
for example 4 <= 3 || 5 <= 3.

I forgot to remove it and only now I noticed it, so I re-uploaded the .sma, clean of unnecessary messages printing.
Aswell as that, I fixed a printing message bug that says when you lose a match it says you win points for winning a match, well no more, now it will say you lose points
I re-uploaded the .sma and auto-mix .rar file, it is important to replace them both with the ones on your server, the .rar contains the new auto-mix.txt with the new sentence I forgot to put, so have fun.

And still waiting for Connor to answer my .amxx upload request..

Cheers!
__________________
My Projects:

Auto-Mix (Pug): 100%

Joined the Military (a soldier now) - Inactive

Last edited by Diegorkable; 07-31-2012 at 07:42.
Diegorkable is offline
lonskiq
Junior Member
Join Date: Nov 2008
Old 08-01-2012 , 08:52   Re: Auto-Mix (Pug) - By: p1Mp
Reply With Quote #394

no se puede cambiar donde se bind la tecla "M"

Last edited by lonskiq; 08-01-2012 at 08:52.
lonskiq is offline
Diegorkable
Veteran Member
Join Date: Jun 2011
Old 08-01-2012 , 10:29   Re: Auto-Mix (Pug) - By: p1Mp
Reply With Quote #395

No, and next time please post in english, I had to use google translate...
I mean, I don't have a problem using it, I just think its the forums' rules.

And its better if you use it too -> http://translate.google.com/#es/en/
__________________
My Projects:

Auto-Mix (Pug): 100%

Joined the Military (a soldier now) - Inactive

Last edited by Diegorkable; 08-01-2012 at 10:31.
Diegorkable is offline
guipatinador
SourceMod Donner Party
Join Date: Oct 2009
Location: Poortugal
Old 08-01-2012 , 14:36   Re: Auto-Mix (Pug) - By: p1Mp
Reply With Quote #396

PHP Code:
    if (equali(authid"STEAM_ID_LAN"))
        return 


PHP Code:
    if (containi(authid"_ID_") != -1)
        return 
Because Non-Steams can be VALVE_ID_LAN VALVE_ID_PENDING STEAM_ID_LAN or STEAM_ID_PENDING

Last edited by guipatinador; 08-01-2012 at 14:37.
guipatinador is offline
Diegorkable
Veteran Member
Join Date: Jun 2011
Old 08-01-2012 , 16:25   Re: Auto-Mix (Pug) - By: p1Mp
Reply With Quote #397

Quote:
Originally Posted by guipatinador View Post
PHP Code:
    if (equali(authid"STEAM_ID_LAN"))
        return 


PHP Code:
    if (containi(authid"_ID_") != -1)
        return 
Because Non-Steams can be VALVE_ID_LAN VALVE_ID_PENDING STEAM_ID_LAN or STEAM_ID_PENDING
Okay, thanks for the advice
__________________
My Projects:

Auto-Mix (Pug): 100%

Joined the Military (a soldier now) - Inactive
Diegorkable is offline
Diegorkable
Veteran Member
Join Date: Jun 2011
Old 08-02-2012 , 17:42   Re: Auto-Mix (Pug) - By: p1Mp
Reply With Quote #398

Hey guys

There seems to be another problem with the Ace/Mini-Ace. It seems that when client disconnects his kills doesnt reset, so when someone connects instead of him he has his kills, and if he kills in the same round enough amount to make it an Ace or Mini Ace, it announces him.

But, it is really hard to get that so the bug shouldn't be seen much, or even at all, because it is very rare, cuz every round the kills round record gets reset.

Anyways, I'll fix it and it will be available next time.

__________________
My Projects:

Auto-Mix (Pug): 100%

Joined the Military (a soldier now) - Inactive
Diegorkable is offline
Diegorkable
Veteran Member
Join Date: Jun 2011
Old 08-15-2012 , 13:12   Re: Auto-Mix (Pug) - By: p1Mp
Reply With Quote #399

New version update - v1.1.5!

Hey guys, in this update I fixed some issues I know some of you were facing.
Here is the changelog to describe better:

Code:
v1.1.5 - Fixed some error logs of strings formatted incorrectly, problem comes from the ML system, but fixed.
v1.1.5 - Fixed bug of match is suddenly stuck at captains vote, and not continuing anymore because of some "AFK" report from the plugin.
v1.1.5 - Fixed item=MENU_EXIT problem at player's menu when menu_display is being called.
v1.1.5 - Fixed some bugs from the pervious version so it should run better now.
All you need to replace: pimpspug.amxx
The .amxx file has been uploaded to the main thread post.

So enjoy and have a good time mixing!

If there is any other bug you've faced and is not here please report, help me so I can improve this plugin.
I am publishing this version because I've put it on my server and people been mixing for around 2 weeks, and no problems occured, so I can ensure this one is good.

Good day
__________________
My Projects:

Auto-Mix (Pug): 100%

Joined the Military (a soldier now) - Inactive

Last edited by Diegorkable; 08-15-2012 at 13:13.
Diegorkable is offline
guipatinador
SourceMod Donner Party
Join Date: Oct 2009
Location: Poortugal
Old 08-16-2012 , 08:49   Re: Auto-Mix (Pug) - By: p1Mp
Reply With Quote #400

Quote:
Originally Posted by Diegorkable View Post
Okay, thanks for the advice

See this code (similar to my skillpoints plugin)

PHP Code:
new bool:is_user_ignored33 ]

public 
client_authorizedid )
{
    new 
szAuthID32 ]
    
get_user_authididszAuthIDcharsmaxszAuthID ) )
    
    if( 
is_user_botid ) || is_user_hltvid ) || containiszAuthID"_ID_" ) != -)
        
is_user_ignoredid ] = true
    
    
else
        
is_user_ignoredid ] = false
    
    
// more code
}

public 
client_disconnectid )
{
    
is_user_ignoredid ] = true
    
    
// more code
}

SaveStatsid // this is just an example
{
    if( 
is_user_ignoredid ] )
        return
    
    
// more code

Another way, with tries,

Spoiler

Last edited by guipatinador; 08-16-2012 at 09:00.
guipatinador 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 03:08.


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