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

Auto-Mix (Pug) - By: p1Mp


Post New Thread Reply   
 
Thread Tools Display Modes
Awesome_man
Senior Member
Join Date: May 2014
Location: singapore
Old 10-10-2015 , 22:49   Re: Auto-Mix (Pug) - By: p1Mp
Reply With Quote #851

How to make so that match start in total 10 player but 4 slots should be reserved for admin in spectators
Awesome_man is offline
4ever16
Veteran Member
Join Date: Apr 2015
Old 11-03-2015 , 19:40   Re: Auto-Mix (Pug) - By: p1Mp
Reply With Quote #852

Quote:
Originally Posted by Awesome_man View Post
How to make so that match start in total 10 player but 4 slots should be reserved for admin in spectators
Remove this line or edit it and add more slots to the server or something.

Code:
server_cmd("kick # %d %s %L", get_user_userid(playeract), PREFIX, LANG_PLAYER, "SERVER_FULL")
Or edit it to
Code:
server_cmd("lol # %d %s %L", get_user_userid(playeract), PREFIX, LANG_PLAYER, "SERVER_FULL")
4ever16 is offline
parerak
Junior Member
Join Date: Oct 2015
Old 12-01-2015 , 18:22   Re: Auto-Mix (Pug) - By: p1Mp
Reply With Quote #853

Can anyone add these more features in this plugin -> https://forums.alliedmods.net/showpo...&postcount=814

1.admin slot reservation & team balancer based on that
2. option for admins to spectate.
3. One more thing for example it says one team have 3 or less than 3 players . call players or other team will win automatically. It should come only if 2 players left in other team
4. Add rtv (rock the vote) & !dmg and !hp option

Last edited by parerak; 12-02-2015 at 02:13.
parerak is offline
N_H
New Member
Join Date: Nov 2015
Old 12-03-2015 , 05:24   Re: Auto-Mix (Pug) - By: p1Mp
Reply With Quote #854

Hello there I have installed the plugin but its not working..


Here is how i installed it :

1. Downloaded the zip file and extracted its content to my Counter Strike 1.6 folder such that the two amxx files were in the plugins directory of my amxmodx folder and the cfg files were in my cstrike folder.

2. Added pimpspug.amxx and stats_pug.amxx to my plugins.ini

3. Checked for pug.ini and yes '0' was written in it..

4. Wrote the names of the maps in maps.ini
5. As usual, restarted the server..

When i connect to the server there is no practise session going on, neither does it show the number of remaining for the match to start. In short, the plugin fails to work

My plugins.ini is as follows

Code:
; AMX Mod X plugins

; Admin Base - Always one has to be activated
admin.amxx		; admin base (required for any admin-related)
;admin_sql.amxx		; admin base - SQL version (comment admin.amxx)

; Basic
admincmd.amxx		; basic admin console commands
adminhelp.amxx		; help command for admin console commands
adminslots.amxx		; slot reservation
multilingual.amxx	; Multi-Lingual management

; Menus
menufront.amxx		; front-end for admin menus
cmdmenu.amxx		; command menu (speech, settings)
plmenu.amxx		; players menu (kick, ban, client cmds.)
;telemenu.amxx		; teleport menu (Fun Module required!)
mapsmenu.amxx		; maps menu (vote, changelevel)
pluginmenu.amxx		; Menus for commands/cvars organized by plugin

; Chat / Messages
adminchat.amxx		; console chat commands
antiflood.amxx		; prevent clients from chat-flooding the server
scrollmsg.amxx		; displays a scrolling message
imessage.amxx		; displays information messages
adminvote.amxx		; vote commands

; Map related
nextmap.amxx		; displays next map in mapcycle
mapchooser.amxx		; allows to vote for next map
timeleft.amxx		; displays time left on map

; Configuration
pausecfg.amxx		; allows to pause and unpause some plugins
statscfg.amxx		; allows to manage stats plugins via menu and commands

; Enable to use AMX Mod plugins
;amxmod_compat.amxx	; AMX Mod backwards compatibility layer


; Custom - Add 3rd party plugins here

;enemy_down.amxx

;bullet_damage_ranking.amxx

;abd.amxx

;hs_master.amxx

;statsx.amxx

;flop10.amxx

;streak.amxx

;hitplace_details.amxx

;ut_killstreak_adv.amxx

;easyinfo.amx

;Effects_Killer.amxx

;miscstats.amxx

;stats_logging.amxx

;restmenu.amxx

;antiCampersRadar.amxx

;MPZ.amxx

;Knife_Fight.amxx

;bet.amxx

pimpspug.amxx

stats_pug.amxx

amx_advanced_weaprest.amxx

head_splash.amxx
I have enabled the modules in the modules.ini file..i.e

fun
engine
cstrike
fakemeta
hamsandwich
csx

Maps. ini is as follows :

Code:
; Maps configuration file
; File location: $moddir/addons/amxmodx/configs/maps.ini
; To use with Maps Menu plugin

; Add in your mod's maps here
; Delete this file to use mapcycle.txt

 de_dust2de_nukede_infernode_aztec
Kindly help me in fixing the problem as soon as possible. Thanks
N_H is offline
4ever16
Veteran Member
Join Date: Apr 2015
Old 12-17-2015 , 19:51   Re: Auto-Mix (Pug) - By: p1Mp
Reply With Quote #855

What does console say?
Is amxx running i think its not!
Remove all plugins you are not using!

;plugin.amxx remove whole line.

Why do you have spaces?

maps.ini

de_map
de_map

not

de_mapde_map

Quote:
Originally Posted by parerak View Post
Can anyone add these more features in this plugin -> https://forums.alliedmods.net/showpo...&postcount=814

1.admin slot reservation & team balancer based on that
2. option for admins to spectate.
3. One more thing for example it says one team have 3 or less than 3 players . call players or other team will win automatically. It should come only if 2 players left in other team
4. Add rtv (rock the vote) & !dmg and !hp option
1. Use another plugin for that.
2. Write .spec
3. -
5. Use another plugin for that but its cheat!

Last edited by 4ever16; 12-17-2015 at 19:54.
4ever16 is offline
LambStar
Member
Join Date: Aug 2012
Location: UAE
Old 01-09-2016 , 04:18   Re: Auto-Mix (Pug) - By: p1Mp
Reply With Quote #856

HI,
Is there any way to make Lanners in the same team automatically ? I use LAN Notifier to show the LAN players.

Last edited by LambStar; 01-10-2016 at 05:30.
LambStar is offline
LambStar
Member
Join Date: Aug 2012
Location: UAE
Old 02-12-2016 , 04:16   Re: Auto-Mix (Pug) - By: p1Mp
Reply With Quote #857

Can anyone add screenshot feature to this plugin? Which would automatically take screenshot of the score when the match is over.
LambStar is offline
4ever16
Veteran Member
Join Date: Apr 2015
Old 02-21-2016 , 22:41   Re: Auto-Mix (Pug) - By: p1Mp
Reply With Quote #858

@LambStar, yes no problem wait i will post what you need to edit!
4ever16 is offline
4ever16
Veteran Member
Join Date: Apr 2015
Old 03-12-2016 , 12:17   Re: Auto-Mix (Pug) - By: p1Mp
Reply With Quote #859

Does anyone know how to make 1 player immune? So he cant be captain or be picked by captains?
4ever16 is offline
Agression Terrpr
Member
Join Date: Jun 2015
Location: Lithuania
Old 03-16-2016 , 00:38   Re: Auto-Mix (Pug) - By: p1Mp
Reply With Quote #860

Need skillpoints,kills,deaths,mini,ace,hs,mix,brus h kills,deaths,ct wins,t wins,rush +match stats + mysql and website

Last edited by Agression Terrpr; 03-16-2016 at 00:40.
Agression Terrpr is offline
Send a message via Skype™ to Agression Terrpr
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 10:14.


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