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

Auto-Mix (Pug) - By: p1Mp


Post New Thread Reply   
 
Thread Tools Display Modes
nkSid
New Member
Join Date: Feb 2016
Old 01-15-2017 , 05:03   Re: Auto-Mix (Pug) - By: p1Mp
Reply With Quote #871

Quote:
Originally Posted by iNdio View Post
  1. Entire plugin was colored.
  2. Added respawn on warm.
  3. Solved Spectator: Till the Random Captain will be chosen, „Players are always in game and sometimes they can't move”.
  4. Solved Votemap: When votemap ends plugin shows the good one voted & other 2 messages appear, then server change map to other. (non-voted).
  5. Before using this plugin, change the cvars in configs/amxx.cfg below!
  6. Only 1 unsolved thing, „Plugin called menu_display when item=MENU_EXIT”!
    Everything works fine even with this error, you'll get a lot of error lines but no crash, I can solve this but will not work properly the votemap again.
    So here is the last version till I solve "menu_exit", maybe never.
main code
PHP Code:
public cmdBack(id)
{
    if(
is_user_admin(id)) {
        if(
cs_get_user_team(id) != CS_TEAM_SPECTATOR) {
            
chat_color id"!g%s %L"PREFIXLANG_PLAYER,"SPEC_NON");
            return 
PLUGIN_HANDLED;
        }
        
        if(
cs_get_user_team(id) == CS_TEAM_SPECTATOR) {
            if(
TerroristTeam[id] == true) {
                
cs_set_user_team(idCS_TEAM_T);
                
chat_color id"!g%s %L"PREFIXLANG_PLAYER,"SPEC_TT");
                return 
PLUGIN_HANDLED;
            }
            else {
                
cs_set_user_team(idCS_TEAM_CT);
                
chat_color id"!g%s %L"PREFIXLANG_PLAYER,"SPEC_CT");
                return 
PLUGIN_HANDLED;
            }
            
ExecuteHam(Ham_CS_RoundRespawnid); 
            
cs_set_user_deaths(id0);
        }
    }
    return 
PLUGIN_HANDLED;

When this part is executed?
PHP Code:
            ExecuteHam(Ham_CS_RoundRespawnid); 
            
cs_set_user_deaths(id0); 
I mean in if else statement you gave condition and we are using 'return ' function in both if and else statement so what this code does?
nkSid is offline
iNdio
Senior Member
Join Date: Apr 2015
Location: Ro
Old 01-15-2017 , 11:52   Re: Auto-Mix (Pug) - By: p1Mp
Reply With Quote #872

Quote:
Originally Posted by nkSid View Post
When this part is executed?
Ask Hartmann!
__________________
Where Cs had no value, amxx, sometimes, had its price...
iNdio is offline
GBLTeam
Senior Member
Join Date: Mar 2012
Location: Republic of Macedonia
Old 02-12-2017 , 15:02   Re: Auto-Mix (Pug) - By: p1Mp
Reply With Quote #873

Is there way to set this to be auto? Like i dont want players to write !add because they join and they didnt read the message and they got kicked, so i must every time to spam and to force them to write !add that is bad? Is there someway to disable that and everyone who join to be auto added.
GBLTeam is offline
Send a message via MSN to GBLTeam Send a message via Skype™ to GBLTeam
KittenKassarole
New Member
Join Date: Feb 2017
Old 02-22-2017 , 20:32   Re: Auto-Mix (Pug) - By: p1Mp
Reply With Quote #874

Can anyone please point me toward how to completely remove the kick user functionality from this plugin? In particular I don't want it to kick people that don't type !add in the first x seconds. Any recommendations for removing that !add before kick functionality would be much appreciated.
KittenKassarole is offline
GBLTeam
Senior Member
Join Date: Mar 2012
Location: Republic of Macedonia
Old 04-14-2017 , 13:29   Re: Auto-Mix (Pug) - By: p1Mp
Reply With Quote #875

Is there way to set this to be auto? Like i dont want players to write !add because they join and they didnt read the message and they got kicked, so i must every time to spam and to force them to write !add that is bad? Is there someway to disable that and everyone who join to be auto added.
Anyone to help me?
GBLTeam is offline
Send a message via MSN to GBLTeam Send a message via Skype™ to GBLTeam
4ever16
Veteran Member
Join Date: Apr 2015
Old 04-17-2017 , 18:12   Re: Auto-Mix (Pug) - By: p1Mp
Reply With Quote #876

Quote:
Originally Posted by GBLTeam View Post
Is there way to set this to be auto? Like i dont want players to write !add because they join and they didnt read the message and they got kicked, so i must every time to spam and to force them to write !add that is bad? Is there someway to disable that and everyone who join to be auto added.
Anyone to help me?
Just get a plugin which write .add when they connect or 10 seconds after they connect!
4ever16 is offline
Old 04-17-2017, 18:16
4ever16
This message has been deleted by 4ever16.
ish12321
Veteran Member
Join Date: May 2016
Old 04-25-2017 , 06:38   Re: Auto-Mix (Pug) - By: p1Mp
Reply With Quote #877

Does anyone have source of this ? http://livedablog.blogspot.in/2013/1...ug-v119-f.html
__________________
['O|s|G'] | Death Wins a.k.a Ish Chhabra was here
ish12321 is offline
swarmachine
Member
Join Date: Aug 2015
Location: {Baltic States}
Old 06-17-2017 , 19:31   Re: Auto-Mix (Pug) - By: p1Mp
Reply With Quote #878

can you make this script work with bots ?
__________________
BROTHER , IT'S BEEN TOO LONG !
swarmachine is offline
Send a message via Skype™ to swarmachine
aimbotik
New Member
Join Date: Dec 2017
Old 12-20-2017 , 17:55   Re: Auto-Mix (Pug) - By: p1Mp
Reply With Quote #879

Quote:
Originally Posted by swarmachine View Post
can you make this script work with bots ?
помогите кто с плагином
aimbotik is offline
Koneuka
Junior Member
Join Date: Nov 2017
Old 12-22-2017 , 12:34   Re: Auto-Mix (Pug) - By: p1Mp
Reply With Quote #880

Quote:
Originally Posted by aimbotik View Post
помогите кто с плагином
What's wrong? Что не так?
Koneuka is offline
Reply


Thread Tools
Display Modes

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 09:05.


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