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

AMXX Gag v1.4.9 - Menu, Reconnect support


Post New Thread Reply   
 
Thread Tools Display Modes
Alb0
Senior Member
Join Date: Jun 2010
Old 11-12-2014 , 22:57   Re: AMXX Gag v1.4.9 - Menu, Reconnect support
Reply With Quote #391

I'm having some issues with the cvars. I changed the amx_gag_time_units from 0 to 1 and the amx_gag_default_time to 10, which should change the default gag time to 10 minutes if a time isn't specified, correct? It's not doing that, the default time remains 1 minute.
Alb0 is offline
Old 01-15-2015, 23:49
Murz
This message has been deleted by Murz.
IAmReallyCool
Member
Join Date: Nov 2013
Old 02-22-2015 , 05:26   Re: AMXX Gag v1.4.9 - Menu, Reconnect support
Reply With Quote #392

If you gag a player and the gag doesnt expire until the map ending, then that player is going to have a 2hour gag next map. What is wrong? How can I fix it?
IAmReallyCool is offline
bachusteam
Member
Join Date: Aug 2013
Old 06-24-2015 , 17:53   Re: AMXX Gag v1.4.9 - Menu, Reconnect support
Reply With Quote #393

can you make this plugin to players with gag not allowed them to change they name? Until gag is finish?
bachusteam is offline
Syturi0
Veteran Member
Join Date: Aug 2014
Location: Your mom house -Portugal
Old 07-04-2015 , 13:10   Re: AMXX Gag v1.4.9 - Menu, Reconnect support
Reply With Quote #394

IMO This plugin code is a total mess.. and disorganized.
It has too much unnecessary code, not everyone uses SQL, it should have 2 versions, one with another whiout.
Syturi0 is offline
wickedd
Veteran Member
Join Date: Nov 2009
Old 07-04-2015 , 13:15   Re: AMXX Gag v1.4.9 - Menu, Reconnect support
Reply With Quote #395

Quote:
Originally Posted by Syturi0 View Post
IMO This plugin code is a total mess.. and disorganized.
It has too much unnecessary code, not everyone uses SQL, it should have 2 versions, one with another whiout.
Then write a better one.
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.
wickedd is offline
bachusteam
Member
Join Date: Aug 2013
Old 07-04-2015 , 13:38   Re: AMXX Gag v1.4.9 - Menu, Reconnect support
Reply With Quote #396

pls answer to me to.
bachusteam is offline
mo0n_sniper
Junior Member
Join Date: Apr 2014
Old 07-06-2015 , 02:34   Re: AMXX Gag v1.4.9 - Menu, Reconnect support
Reply With Quote #397

Hello guys,

I am still having trouble with this plugin. Can someone help me with it?
Here is the problem:
If I type amx_gag in the console I get this:
Code:
] amx_gag
Usage:  amx_gag <nick or #userid> <time> <a|b|c> -- Use 0 time for permanent
Flags: a - Chat | b - Team Chat | c - Voice communications
But when I try to gag a player I get this error:
Code:
] amx_gag mo0n 3 abc
Unknown command: amx_gag
On the server console there is this error:
Code:
L 07/06/2015 - 09:23:43: [AMXX] Displaying debug trace (plugin "amx_gag.amxx")
L 07/06/2015 - 09:23:43: [AMXX] Run time error 10: native error (native "clamp")
L 07/06/2015 - 09:23:43: [AMXX]    [0] amx_gag.sma::GagPlayer (line 857)
L 07/06/2015 - 09:23:43: [AMXX]    [1] amx_gag.sma::CmdGagPlayer (line 839)
The corresponding lines in the plugin are:
Code:
839: GagPlayer( id, iPlayer, g_szSteamID[ iPlayer ], iGagTime, iFlags );
857: iGagTime = clamp( iGagTime, 1, iMaxTime ) * g_iTimeUnitMult[ iTimeUnit ];
I am using the plugin from GitHub here, but this also happends with the old plugin 1.4.9
Here are my server details:
meta version
Code:
Metamod v1.21.1-am  2013-09-26 (5:13)
by Will Day <[email protected]>
   http://www.metamod.org/
compiled: Sep 26 2013, 17:09:41 -0500 (optimized)
meta list
Code:
Currently loaded plugins:
      description      stat pend  file              vers      src  load  unlod
 [ 1] AMX Mod X        RUN   -    amxmodx_mm_i386.  v1.8.2    ini  Start ANY
 [ 2] Fun              RUN   -    fun_amxx_i386.so  v1.8.2    pl1  ANY   ANY
 [ 3] CStrike          RUN   -    cstrike_amxx_i38  v1.8.2    pl1  ANY   ANY
 [ 4] CSX              RUN   -    csx_amxx_i386.so  v1.8.2    pl1  ANY   ANY
 [ 5] Engine           RUN   -    engine_amxx_i386  v1.8.2    pl1  ANY   ANY
 [ 6] MySQL            RUN   -    mysql_amxx_i386.  v1.8.2    pl1  ANY   ANY
 [ 7] FakeMeta         RUN   -    fakemeta_amxx_i3  v1.8.2    pl1  ANY   ANY
 [ 8] Ham Sandwich     RUN   -    hamsandwich_amxx  v1.8.2    pl1  ANY   ANY
 [ 9] SQLite           RUN   -    sqlite_amxx_i386  v1.8.2    pl1  ANY   ANY
9 plugins, 9 running
amxx version
Code:
AMX Mod X 1.8.2 (http://www.amxmodx.org)
Authors:
        David "BAILOPAN" Anderson, Pavol "PM OnoTo" Marko
        Felix "SniperBeamer" Geyer, Jonny "Got His Gun" Bergstrom
        Lukasz "SidLuke" Wlasinski, Christian "Basic-Master" Hammacher
        Borja "faluco" Ferrer, Scott "DS" Ehlert
Compiled: Feb 14 2013, 00:55:09
Build ID: 1.8.2 61:2ae84f7c0a97
Core mode: JIT+ASM32
amxx plugins
Code:
Currently loaded plugins:
       name                    version     author            file             status
 [  1] Advanced Bans           0.8.1       Exolent           advanced_bans.a  running
 [  2] Auto Set Langauge       1.5.02      FALUCO/teame06&m  autolang.amxx    running
 [  3] Admin Base              1.8.2       AMXX Dev Team     admin.amxx       running
 [  4] Admin Commands          1.8.2       AMXX Dev Team     admincmd.amxx    running
 [  5] Admin Help              1.8.2       AMXX Dev Team     adminhelp.amxx   running
 [  6] Slots Reservation       1.8.2       AMXX Dev Team     adminslots.amxx  running
 [  7] Multi-Lingual System    1.8.2       AMXX Dev Team     multilingual.am  running
 [  8] Menus Front-End         1.8.2       AMXX Dev Team     menufront.amxx   running
 [  9] Commands Menu           1.8.2       AMXX Dev Team     cmdmenu.amxx     running
 [ 10] Players Menu            1.8.2       AMXX Dev Team     plmenu.amxx      running
 [ 11] Maps Menu               1.8.2       AMXX Dev Team     mapsmenu.amxx    running
 [ 12] Plugin Menu             1.8.2       AMXX Dev Team     pluginmenu.amxx  running
 [ 13] AMXX Gag                1.5.0       xPaw & Exolent    amx_gag.amxx     debug
 [ 14] Admin Chat              1.8.2       AMXX Dev Team     adminchat.amxx   running
 [ 15] Anti Flood              1.8.2       AMXX Dev Team     antiflood.amxx   running
 [ 16] Scrolling Message       1.8.2       AMXX Dev Team     scrollmsg.amxx   running
 [ 17] Info. Messages          1.8.2       AMXX Dev Team     imessage.amxx    running
 [ 18] Admin Votes             1.8.2       AMXX Dev Team     adminvote.amxx   running
 [ 19] NextMap                 1.8.2       AMXX Dev Team     nextmap.amxx     running
 [ 20] Nextmap Chooser 4       3.42a       AMX Dev & KWo     mapchooser4.amx  running
 [ 21] TimeLeft                1.8.2       AMXX Dev Team     timeleft.amxx    running
 [ 22] Pause Plugins           1.8.2       AMXX Dev Team     pausecfg.amxx    running
 [ 23] Stats Configuration     1.8.2       AMXX Dev Team     statscfg.amxx    running
 [ 24] Restrict Weapons        1.8.2       AMXX Dev Team     restmenu.amxx    running
 [ 25] StatsX                  1.8.2       AMXX Dev Team     statsx.amxx      running
 [ 26] Connect IP Client       1.2         hunter            connect_ip_clie  running
 [ 27] AMX Client Exec         0.03        v3x               amx_exec.amxx    running
 [ 28] Admin Spectator ESP     1.4_beta    KoST&mo0n_sniper  admin_spec_esp.  running
 [ 29] Autoresponder/Advertis  0.5         MaximusBrood      ad_manager.amxx  running
 [ 30] All Chat                1.1         Ian Cammarata     allchat.amxx     running
 [ 31] MIEZ - Reset Score      1.0         Silenttt&mo0n_sn  resetscore.amxx  running
 [ 32] Auto Demo Recorder      1.5         IzI&mo0n_sniper   amx_demorecorde  running
 [ 33] MIEZ - amx_ss           1.0         Askhanar&mo0n_sn  amx_ss.amxx      running
 [ 34] AMX Blind               1           snoopy            amx_blind.amxx   running
 [ 35] High Ping Kicker        1.0         Shadow/Bo0m!&mo0  amx_hpk.amxx     running
 [ 36] MIEZ - admin_who        1.0         mo0n_sniper&eXtr  admin_who.amxx   running
 [ 37] MIEZ - Parachute        1.0         Random1&mo0n_sni  parachute.amxx   running
 [ 38] Flash Remote Control    12.0        OT                flashbang_remot  running
 [ 39] c4 timer                1.1         cheap_suit        c4timer.amxx     running
 [ 40] Warcraft 3 Frozen Thro  3.0 RC13    Geesu, Avanderik  war3ft.amxx      running
 [ 41] TimePass-AC             9.0         Challenge         TP_aim.amxx      running
41 plugins, 41 running
Thank you.
mo0n_sniper is offline
New.ZM.Life
Veteran Member
Join Date: Sep 2014
Location: Iran
Old 07-14-2015 , 22:17   Re: AMXX Gag v1.4.9 - Menu, Reconnect support
Reply With Quote #398

please edit this plugin,
admin with ADMIN_IMMUNITY can be gagged

for noobs, its hard to edit
__________________
PLUGINS

Zombie Plague 5.0 + New Modes

Added NightCrawler Mode to ZP





New.ZM.Life is offline
mo0n_sniper
Junior Member
Join Date: Apr 2014
Old 09-06-2015 , 00:44   Re: AMXX Gag v1.4.9 - Menu, Reconnect support
Reply With Quote #399

I have found my problem.

I had amx_gag_max_time 0 in amxx.cfg

Now it's working great.
mo0n_sniper is offline
bachusteam
Member
Join Date: Aug 2013
Old 09-06-2015 , 00:54   Re: AMXX Gag v1.4.9 - Menu, Reconnect support
Reply With Quote #400

Quote:
Originally Posted by bachusteam View Post
can you make this plugin to players with gag not allowed them to change they name? Until gag is finish?
UP
bachusteam 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 05:28.


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