AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   GunGame (https://forums.alliedmods.net/forumdisplay.php?f=104)
-   -   [HELP NEEDED] Walk mode forced... (https://forums.alliedmods.net/showthread.php?t=78586)

IdiotSavant 10-06-2008 17:11

[HELP NEEDED] Walk mode forced...
 
Anyone else having this type of problem? I need help with it please.

I am having trouble with players being forced into the 'walk' mode when spawned. If you toggle the walk mode, (shift key by default) then it will let you run. But after a death it sometimes puts you back into walk mode. =(

Here is my amx_plugins..
Code:

15:58:50 amxx plugins
15:58:50 Currently loaded plugins:
                name                    version    author            file            status 
          [  1] Admin Base              1.8.1.3746  AMXX Dev Team    admin.amxx      running 
          [  2] Admin Commands          1.8.1.3746  AMXX Dev Team    admincmd.amxx    running 
          [  3] Admin Help              1.8.1.3746  AMXX Dev Team    adminhelp.amxx  running 
          [  4] Slots Reservation      1.8.1.3746  AMXX Dev Team    adminslots.amxx  running 
          [  5] Multi-Lingual System    1.8.1.3746  AMXX Dev Team    multilingual.am  running 
          [  6] Menus Front-End        1.8.1.3746  AMXX Dev Team    menufront.amxx  running 
          [  7] Commands Menu          1.8.1.3746  AMXX Dev Team    cmdmenu.amxx    running 
          [  8] Players Menu            1.8.1.3746  AMXX Dev Team    plmenu.amxx      running 
          [  9] Maps Menu              1.8.1.3746  AMXX Dev Team    mapsmenu.amxx    running 
          [ 10] Plugin Menu            1.8.1.3746  AMXX Dev Team    pluginmenu.amxx  running 
          [ 11] Admin Chat              1.8.1.3746  AMXX Dev Team    adminchat.amxx  running 
          [ 12] Anti Flood              1.8.1.3746  AMXX Dev Team    antiflood.amxx  running 
          [ 13] Scrolling Message      1.8.1.3746  AMXX Dev Team    scrollmsg.amxx  running 
          [ 14] Info. Messages          1.8.1.3746  AMXX Dev Team    imessage.amxx    running 
15:58:50  [ 15] Admin Votes            1.8.1.3746  AMXX Dev Team    adminvote.amxx  running 
          [ 16] TimeLeft                1.8.1.3746  AMXX Dev Team    timeleft.amxx    running 
          [ 17] Pause Plugins          1.8.1.3746  AMXX Dev Team    pausecfg.amxx    running 
          [ 18] Stats Configuration    1.8.1.3746  AMXX Dev Team    statscfg.amxx    running 
          [ 19] StatsX                  1.8.1.3746  AMXX Dev Team    statsx.amxx      running 
          [ 20] GunGame AMXX            2.11c      Avalanche        gungame.amxx    running 
          [ 21] loading with music      2.0        eFrigid          loadingsongadva  running 
          [ 22] MultiJump              1.1        twistedeuphoria  multijump.amxx  running 
          [ 23] FrostNades              2.07        Avalanche        frostnades.amxx  running 
          [ 24] Ghostchat              0.3        NetRipper        ghostchat.amxx  running 
          [ 25] uSurf                  5.2        Hawk552          usurf.amxx      running 
          [ 26] Spec Switch            0.0.5      many              Spec_Switch.amx  running 
          [ 27] TimeRewards            1.00        Avalanche        timerewards.amx  running 
          [ 28] Galileo                1.0.255    Brad Jones        galileo.amxx    running 
        28 plugins, 28 running

Here is my meta list...
Code:

16:01:08 meta list
16:01:08 Currently loaded plugins:
              description      stat pend  file              vers      src  load  unlod
          [ 1] AMX Mod X        RUN  -    amxmodx_mm.dll    v1.8.1.3  ini  Start ANY 
          [ 2] Fun              RUN  -    fun_amxx.dll      v1.8.1.3  pl1  ANY  ANY 
          [ 3] CStrike          RUN  -    cstrike_amxx.dll  v1.8.1.3  pl1  ANY  ANY 
          [ 4] CSX              RUN  -    csx_amxx.dll      v1.8.1.3  pl1  ANY  ANY 
          [ 5] FakeMeta        RUN  -    fakemeta_amxx.dl  v1.8.1.3  pl1  ANY  ANY 
          [ 6] Ham Sandwich    RUN  -    hamsandwich_amxx  v1.8.1.3  pl1  ANY  ANY 
          [ 7] Engine          RUN  -    engine_amxx.dll  v1.8.1.3  pl1  ANY  ANY 
        7 plugins, 7 running

Here is my amxx modules...
Code:

16:02:58 amxx modules
16:02:58 Currently loaded modules:
              name                    version    author              status   
          [ 1] Fun                    1.8.1.3746  AMX Mod X Dev Team  running   
          [ 2] nVault                  1.8.1.3746  AMX Mod X Dev Team  running   
          [ 3] CStrike                1.8.1.3746  AMX Mod X Dev Team  running   
          [ 4] CSX                    1.8.1.3746  AMX Mod X Dev Team  running   
          [ 5] FakeMeta                1.8.1.3746  AMX Mod X Dev Team  running   
          [ 6] Ham Sandwich            1.8.1.3746  AMX Mod X Dev Team  running   
          [ 7] Engine                  1.8.1.3746  AMX Mod X Dev Team  running   
        7 modules, 7 correct

Here is my plugins.ini
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

; Counter-Strike
;restmenu.amxx                ; restrict weapons menu
statsx.amxx                ; stats on death or round end (CSX Module required!)
;miscstats.amxx                ; bunch of events announcement for Counter-Strike
;stats_logging.amxx        ; weapons stats logging (CSX Module required!)

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

; Custom - Add 3rd party plugins here

gungame.amxx
loadingsongadvanced.amxx        ; Loading Song Advanced
multijump.amxx                              ; Multijump
frostnades.amxx                            ; FrostNades
ghostchat.amxx                            ; Ghostchat
usurf.amxx
Spec_Switch.amxx
timerewards.amxx

and finally here is my gungame.cfg
Code:

; GunGame AMXX 2.11

// basic cvars
gg_enabled 1
gg_vote_setting 2
gg_vote_custom "gal_startvote -nochange"
gg_changelevel_custom ""
gg_map_setup "mp_timelimit 0; mp_winlimit 0; sv_alltalk 1; mp_chattime 15; mp_c4timer 30"
gg_endmap_setup ""
gg_join_msg 1
gg_colored_messages 1
gg_save_temp 300
gg_status_display 1
gg_map_iterations 1
gg_ignore_bots 0
gg_block_equips 0
gg_leader_display 1
gg_leader_display_x -1.0
gg_leader_display_y 0.0
gg_allow_changeteam 2
gg_disable_money 1
gg_winner_motd 1
gg_afk_protection 1

// autovote cvars
gg_autovote_rounds 0
gg_autovote_delay 8.0
gg_autovote_ratio 0.51
gg_autovote_time 10.0

// stats cvars
gg_stats_file "gungame.stats"
gg_stats_ip 0
gg_stats_prune 2592000
gg_stats_mode 2
gg_stats_winbonus 1.5

// deathmatch cvars
gg_dm 1
gg_dm_sp_time 1.0
gg_dm_sp_mode 0
gg_dm_spawn_random 2
gg_dm_start_random 1
gg_dm_spawn_delay 3.0
gg_dm_spawn_afterplant 0
gg_dm_corpses 1
gg_dm_countdown 0

// objective cvars
gg_block_objectives 1
gg_bomb_defuse_lvl 1
gg_host_touch_reward 0
gg_host_rescue_reward 2
gg_host_kill_reward 1
gg_host_kill_penalty 1

// teamplay cvars
gg_teamplay 0
gg_teamplay_melee_mod 0.33
gg_teamplay_nade_mod 0.50
gg_teamplay_timeratio 1

// gameplay cvars
gg_ff_auto 1
gg_weapon_order "glock18,usp,p228,fiveseven,elite,deagle,m3,xm1014,tmp,ump45,mac10,mp5navy,p90,galil,famas,scout,ak47,m4a1,sg552,aug,m249,g3sg1,awp,hegrenade,knife"
gg_max_lvl 3
gg_triple_on 0
gg_turbo 1
gg_knife_pro 1
gg_knife_elite 0
gg_suicide_penalty 1
gg_worldspawn_suicide 1
gg_pickup_others 0
gg_handicap_on 0
gg_top10_handicap 0
gg_warmup_timer_setting 35
gg_warmup_weapon "knife"
gg_warmup_multi 1
gg_nade_glock 0
gg_nade_smoke 1
gg_nade_flash 0
gg_extra_nades 1
gg_nade_refresh 5.0
gg_kills_per_lvl 1
gg_kills_botmod 1.0
gg_give_armor 100
gg_give_helmet 1
gg_ammo_amount 200
gg_refill_on_kill 1
gg_tk_penalty 1
gg_awp_oneshot 1
gg_bots_skipnade 0

// sound cvars
gg_sound_levelup "sound/gungame/smb3_powerup.wav"
gg_sound_leveldown "sound/gungame/smb3_powerdown.wav"
gg_sound_levelsteal "sound/gungame/smb3_1-up.wav"
gg_sound_nade "sound/gungame/nade_level.wav"
gg_sound_knife "sound/gungame/knife_level.wav"
gg_sound_welcome "sound/gungame/gungame2.wav"
gg_sound_triple "sound/gungame/smb_star.wav"
gg_sound_winner "media/Half-Life03.mp3;media/Half-Life08.mp3;media/Half-Life11.mp3;media/Half-Life17.mp3"
gg_sound_takenlead "sound/gungame/takenlead.wav"
gg_sound_tiedlead "sound/gungame/tiedlead.wav"
gg_sound_lostlead "sound/gungame/lostlead.wav"
gg_lead_sounds 0.8

// random weapon order cvars (leave blank to disable)
gg_weapon_order1 ""
gg_weapon_order2 ""
gg_weapon_order3 ""
gg_weapon_order4 ""
gg_weapon_order5 ""
gg_weapon_order6 ""
gg_weapon_order7 ""
gg_weapon_order8 ""
gg_weapon_order9 ""
gg_weapon_order10 ""

// valid weapon names for gg_weapon_order:
//
// ak47, aug, awp, deagle, elite, famas, fiveseven, g3sg1, galil, glock18, hegrenade, knife,
// m249, m3, m4a1, mac10, mp5navy, p228, p90, scout, sg550, sg552, tmp, ump45, usp, xm1014

Thanks for any help!

XxAvalanchexX 10-09-2008 20:20

Re: [HELP NEEDED] Walk mode forced...
 
I'm at a loss for a solution. The only time that GunGame will change a player's speed is when they get the "star" from gg_triple_on. Does this happen to everybody?

IdiotSavant 10-09-2008 22:51

Re: [HELP NEEDED] Walk mode forced...
 
It happens randomly to anyone playing.

Could it be the frostnade plugin? It happens even when frostnades are not active yet.

Shango 10-11-2008 12:29

Re: [HELP NEEDED] Walk mode forced...
 
Well, start with the frost nade plugin, disable that and see if that works.

If that doesn't then i suggest removing plugins one by one and seeing if it solves it (or removing them all and installing them one by one)
I know this isn't exactly the best solution as you are running as server, but if you really want this thing stopped then I'm afraid you don't have many options. :cry:

Alternatively set up a dedicated server, set it up exactly like your server where the problem is happening, and do what i suggested above, so that you do not loose players because of the down time! :wink:

It could in fact be two different plugins that aren't compatible (or not fully) and having them both loaded at the same time is what is causing this.
I'm kinda new so i don't exactly know a whole lot but these are my solutions, trial and error is probably your best shot im afraid.

IdiotSavant 10-12-2008 17:56

Re: [HELP NEEDED] Walk mode forced...
 
It looks like frostnades2 is the problem. I went back to the old frostnades and it didn't have any issues.

Also, having a problem with it recording stats. It will not show more than 2 wins per person.

XxAvalanchexX 10-12-2008 19:16

Re: [HELP NEEDED] Walk mode forced...
 
Do you know what version of FrostNades you were using before you went back to the original?

Also, please let me know if you still have the problem with the wins when using this version:
http://forums.alliedmods.net/showthr...2960&page=2#30


All times are GMT -4. The time now is 22:32.

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