View Single Post
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