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

Auto-Mix (Pug) - By: p1Mp


Post New Thread Reply   
 
Thread Tools Display Modes
Alber9091
Veteran Member
Join Date: Jun 2014
Location: Karachi, Pakistan
Old 12-23-2017 , 07:56   Re: Auto-Mix (Pug) - By: p1Mp
Reply With Quote #881

If anyone makes the plugin perfect ..!!
I'm gonna give him/her noble prize :p

Last edited by Alber9091; 12-23-2017 at 07:57.
Alber9091 is offline
Hartmann
Senior Member
Join Date: Nov 2014
Old 01-08-2018 , 12:58   Re: Auto-Mix (Pug) - By: p1Mp
Reply With Quote #882

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?
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.
Quote:
Originally Posted by KittenKassarole View Post
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.
Maybe https://forums.alliedmods.net/showpo...&postcount=814

Quote:
Originally Posted by swarmachine View Post
can you make this script work with bots ?
Remove all check for bot.

Quote:
Originally Posted by Alber9091 View Post
If anyone makes the plugin perfect ..!!
I'm gonna give him/her noble prize :p
Nothing is perfect
__________________

RETAKES v1.0
github.com/alghtryer/retakes

Contact : [email protected]

BTC Donate: 1QAh1NLmeHy81LF9r8PaeGjYqHL2BBcJTx


Last edited by Hartmann; 01-08-2018 at 12:59.
Hartmann is offline
iceeedr
Veteran Member
Join Date: Apr 2017
Location: Brazil
Old 01-16-2018 , 23:31   Re: Auto-Mix (Pug) - By: p1Mp
Reply With Quote #883

Should work fine with bots, not tested.
Attached Files
File Type: sma Get Plugin or Get Source (pimpspug.sma - 798 views - 122.9 KB)
iceeedr is offline
Send a message via Skype™ to iceeedr
ish12321
Veteran Member
Join Date: May 2016
Old 01-18-2018 , 12:12   Re: Auto-Mix (Pug) - By: p1Mp
Reply With Quote #884

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.
Line 4926 unreachable..

EDIT : Try this for cmdBack(id)

Code:
public cmdBack(id) {     if(is_user_admin(id))     {         if(cs_get_user_team(id) == CS_TEAM_SPECTATOR)         {             if(TerroristTeam[id] == true)             {                 cs_set_user_team(id, CS_TEAM_T);                 chat_color ( id, "!g%s %L", PREFIX, LANG_PLAYER,"SPEC_TT");             }             else             {                 cs_set_user_team(id, CS_TEAM_CT);                 chat_color ( id, "!g%s %L", PREFIX, LANG_PLAYER,"SPEC_CT");             }             ExecuteHam(Ham_CS_RoundRespawn, id);             cs_set_user_deaths(id, 0);         }         else         {             chat_color ( id, "!g%s %L", PREFIX, LANG_PLAYER,"SPEC_NON");         }     }     return PLUGIN_HANDLED; }
__________________
['O|s|G'] | Death Wins a.k.a Ish Chhabra was here

Last edited by ish12321; 01-18-2018 at 12:27.
ish12321 is offline
yuvim86
Member
Join Date: Jan 2018
Old 01-19-2018 , 09:37   Re: Auto-Mix (Pug) - By: p1Mp
Reply With Quote #885

Im getting error on starting server

PHP Code:
L 01/19/2018 20:05:45: -------- Mapchange to de_dust2 --------
stray key in process_keyitem_getiteminfo 61
terminate called after throwing an instance of 
'std::bad_alloc' 
If i disable plugins of automix, server just starts up smooth and works

Last edited by yuvim86; 01-19-2018 at 09:38.
yuvim86 is offline
Alber9091
Veteran Member
Join Date: Jun 2014
Location: Karachi, Pakistan
Old 01-20-2018 , 17:12   Re: Auto-Mix (Pug) - By: p1Mp
Reply With Quote #886

Quote:
Originally Posted by Hartmann View Post
Nothing is perfect
As far as I know, you and indio tried to fix it and made alot of fixes too. I used your bit fixed version for a bit long time but due to so many bugs still left. I use it no more [Actually don't own any Automix server anymore].
So? Just a Question? Are you still working on it? To fix? Its Bugs?
Alber9091 is offline
ish12321
Veteran Member
Join Date: May 2016
Old 01-21-2018 , 10:17   Re: Auto-Mix (Pug) - By: p1Mp
Reply With Quote #887

Could someone explain what g_AfterRdy variable is for ?
What does that specify..
__________________
['O|s|G'] | Death Wins a.k.a Ish Chhabra was here
ish12321 is offline
Hartmann
Senior Member
Join Date: Nov 2014
Old 01-22-2018 , 13:08   Re: Auto-Mix (Pug) - By: p1Mp
Reply With Quote #888

Quote:
Originally Posted by yuvim86 View Post
Im getting error on starting server

PHP Code:
L 01/19/2018 20:05:45: -------- Mapchange to de_dust2 --------
stray key in process_keyitem_getiteminfo 61
terminate called after throwing an instance of 
'std::bad_alloc' 
If i disable plugins of automix, server just starts up smooth and works
https://forums.alliedmods.net/showthread.php?t=242896

Quote:
Originally Posted by Alber9091 View Post
As far as I know, you and indio tried to fix it and made alot of fixes too. I used your bit fixed version for a bit long time but due to so many bugs still left. I use it no more [Actually don't own any Automix server anymore].
So? Just a Question? Are you still working on it? To fix? Its Bugs?
I don't work on this, my last edit version https://forums.alliedmods.net/showpo...&postcount=814.

I published my similar version automix( gather/pug ).

I have not been working for any plugins for many years, I just only provide support for already posting.
__________________

RETAKES v1.0
github.com/alghtryer/retakes

Contact : [email protected]

BTC Donate: 1QAh1NLmeHy81LF9r8PaeGjYqHL2BBcJTx

Hartmann is offline
Old 04-22-2018, 11:20
ish12321
This message has been deleted by Seta00. Reason: Link to .amxx without corresponding source code.
Cd5ssmffan
BANNED
Join Date: Feb 2017
Location: GB
Old 06-12-2018 , 17:56   Re: Auto-Mix (Pug) - By: p1Mp
Reply With Quote #889

Is this plugin broken? I can't compile it, it says "you must upload a valid sma file". Guess that's why it's been unapproved

Last edited by Cd5ssmffan; 06-12-2018 at 19:05.
Cd5ssmffan is offline
Send a message via ICQ to Cd5ssmffan Send a message via AIM to Cd5ssmffan Send a message via Yahoo to Cd5ssmffan Send a message via Skype™ to Cd5ssmffan
Diegorkable
Veteran Member
Join Date: Jun 2011
Old 08-21-2018 , 11:24   Re: Auto-Mix (Pug) - By: p1Mp
Reply With Quote #890

I'm sorry for all the bugs guys
I developed this when I was 16~ years old, right now I am 23 years old and working.
Since then there were some CS updates from what I noticed and I am no longer able to support it
__________________
My Projects:

Auto-Mix (Pug): 100%

Joined the Military (a soldier now) - Inactive
Diegorkable 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 02:38.


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