Raised This Month: $ Target: $400
 0% 

Server doest send .wav file to client


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
ThatGuyCZ
Junior Member
Join Date: Jul 2014
Old 07-15-2014 , 09:53   Server doest send .wav file to client
Reply With Quote #1

Hello, i have Counter Strike 1.6 server with AMX Mod X and some plugins and new maps. I noticed, that i cant connect to my server because my client miss .wav file from new map. I have this .wav file in server folder (in cstrike) but server cant register it and send it to my client. If i manually add that .wav file into my clients folder, it work after. But why server didnt send me that file? Must i write somewhere it? Or do i need some plugin/module that will add that file into donwloading? Thank
ThatGuyCZ is offline
Kia
AlliedModders Donor
Join Date: Apr 2010
Location: In a world of madness
Old 07-15-2014 , 10:09   Re: Server doest send .wav file to client
Reply With Quote #2

Give us the output of the following commands

rcon version
rcon meta version
rcon meta list
rcon amxx version
rcon amxx plugins
rcon status
__________________
Kia is offline
ThatGuyCZ
Junior Member
Join Date: Jul 2014
Old 07-15-2014 , 10:43   Re: Server doest send .wav file to client
Reply With Quote #3

Quote:
Originally Posted by Kia View Post
Give us the output of the following commands

rcon version
rcon meta version
rcon meta list
rcon amxx version
rcon amxx plugins
rcon status
1.
Protocol version 47
Exe version 1.1.2.5 (cstrike)
Exe build: 10:56:59 Oct 3 2005 (326

2.
Metamod v1.20 2013-02-16 (5:13)
by Will Day <[email protected]>
http://www.metamod.org/
compiled: Feb 16 2013, 17:115 +0100 (optimized)
ifvers: 5:1

3.
Currently running plugins:
[ 1] dproto_EF, v0.9.87, 2010-10-26, by Crock, see
[ 2] AMX Mod X, v1.8.2, Feb 14 2013, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 3] Fun, v1.8.2, Feb 14 2013, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 4] CStrike, v1.8.2, Feb 14 2013, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 5] CSX, v1.8.2, Feb 14 2013, by AMX Mod X Dev Team, see http://www.amxmodx.org/
[ 6] Engine, v1.8.2, Feb 14 2013, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 7] FakeMeta, v1.8.2, Feb 14 2013, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 8] Ham Sandwich, v1.8.2, Feb 14 2013, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 9] CSDM2, v2.1.2, Oct 25 2008, by CSDM Team, see http://www.bailopan.net/
[ 10] MySQL, v1.8.2, Feb 14 2013, by AMX Mod X Dev Team, see http://www.amxmodx.org/

4.
AMX Mod X 1.8.2
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 "Damaged Soul" Ehlert
Compiled: Feb 14 2013, 00:55:00
URL:http://www.amxmodx.org/

5.
plugins.ini
PHP Code:
AMX Mod X plugins
runemod_base
.amxx
runemod_armor
.amxx
runemod_awp
.amxx
runemod_awp_changed
.amxx
runemod_badtreasure
.amxx
runemod_concreetboots
.amxx
runemod_control
.amxx
runemod_dismay
.amxx
runemod_examplerune
.amxx
runemod_explode
.amxx
runemod_fear
.amxx
runemod_feather
.amxx
runemod_frenzy
.amxx
runemod_grenade
.amxx
runemod_highrecoil
.amxx
runemod_hunter
.amxx
runemod_invisibility
.amxx
runemod_invulnerabillity
.amxx
runemod_kamikaze
.amxx
runemod_kinetics
.amxx
runemod_lifedrain
.amxx
runemod_longjump
.amxx
runemod_lowrecoil
.amxx
runemod_medkit
.amxx
runemod_ninja
.amxx
runemod_noblock
.amxx
runemod_noprimaryweapon
.amxx
runemod_noreload
.amxx
runemod_phantom
.amxx
runemod_pistoleer
.amxx
runemod_poison
.amxx
runemod_protection
.amxx
runemod_redeem
.amxx
runemod_regeneration
.amxx
runemod_resistance
.amxx
runemod_seer
.amxx
runemod_smoke
.amxx
runemod_soul
.amxx
runemod_speed
.amxx
runemod_spy
.amxx
runemod_strength
.amxx
runemod_teleport
.amxx
runemod_theif
.amxx
runemod_treasure
.amxx
runemod_unlimitedammo
.amxx
runemod_vampirism
.amxx
runemod_weakness
.amxx
advanced_bans
.amxx
resetscore
.amxx
admin_name
.amxx
;uber_sounds.amxx
;amx_login.amxx
TP_aim
.amxx
voetkickbanmenu13
.amxx
;VolleyBallMod.amxx
;kungfu.amxx

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 (speechsettings)
plmenu.amxx        players menu (kickbanclient cmds.)
telemenu.amxx        teleport menu (Fun Module required!)
mapsmenu.amxx        maps menu (votechangelevel)
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
f_ultimate_sounds
.amxx
fireworks
.amxx
jetpack
.amxx
amx_bhop
.amxx
polymorph
.amxx
poly_rtv
.amxx
speedometer
.amxx
Hats_fixed
.amxx
hats18PL1
.amxx
plugin_trail
.amxx
amx_gore_ultimate
.amxx 
and because i am running polymorph plugin - there are plugins from configs (they are not all active at once look on polymorph plugin..)

PHP Code:
dbmod.amxx
poly_csdm_off
.amxx

gungame
.amxx
mapchooser
.amxx
rpg_mod
.amxx

knife_mod
.amxx

paintballgun
.amxx
paintballmod
.amxx
paintballnade
.amxx

superheromodnvault
.amxx
sh_anubis
.amxx
sh_aquaman
.amxx
sh_batman
.amxx
sh_blackpanther
.amxx
sh_bomberman
.amxx
sh_captaina
.amxx
sh_cyclops
.amxx
sh_daredevil
.amxx
sh_dazzler
.amxx
sh_demoman
.amxx
sh_dracula
.amxx
sh_flash
.amxx
sh_grandmaster
.amxx
sh_hobgoblin
.amxx
sh_hulk
.amxx
sh_humantorch
.amxx
sh_invisman
.amxx
sh_ironman
.amxx
sh_kamikaze
.amxx
sh_magneto
.amxx
sh_morpheus
.amxx
sh_mystique
.amxx
sh_punisher
.amxx
sh_shadowcat
.amxx
sh_skeletor
.amxx
sh_spiderman
.amxx
sh_superman
.amxx

uwc3ng
.amxx
WIB
.amxx

amx_settings_api
.amxx
cs_ham_bots_api
.amxx
cs_maxspeed_api
.amxx
cs_player_models_api
.amxx
cs_teams_api
.amxx
cs_weap_models_api
.amxx
cs_weap_restrict_api
.amxx
zp50_admin_commands
.amxx
zp50_admin_menu
.amxx
zp50_admin_models
.amxx
zp50_ambience_effects
.amxx
zp50_ambience_sounds
.amxx
zp50_ammopacks
.amxx
zp50_buy_menus
.amxx
zp50_buy_zones
.amxx
zp50_class_human
.amxx
zp50_class_human_classic
.amxx
zp50_class_human_raptor
.amxx
zp50_class_nemesis
.amxx
zp50_class_survivor
.amxx
zp50_class_zombie
.amxx
zp50_class_zombie_classic
.amxx
zp50_class_zombie_fat
.amxx
zp50_class_zombie_leech
.amxx
zp50_class_zombie_light
.amxx
zp50_class_zombie_rage
.amxx
zp50_class_zombie_raptor
.amxx
zp50_core
.amxx
zp50_deathmatch
.amxx
zp50_effects_cure
.amxx
zp50_effects_infect
.amxx
zp50_effects_lighting
.amxx
zp50_flashlight
.amxx
zp50_gamemode_armageddon
.amxx
zp50_gamemode_infection
.amxx
zp50_gamemode_multi
.amxx
zp50_gamemode_nemesis
.amxx
zp50_gamemode_plague
.amxx
zp50_gamemode_survivo
.amxxr
zp50_gamemode_swarm
.amxx
zp50_gamemodes
.amxx
zp50_gameplay_fixes
.amxx
zp50_grenade_fire
.amxx
zp50_grenade_flare
.amxx
zp50_grenade_flashbangs
.amxx
zp50_grenade_frost
.amxx
zp50_hud_info
.amxx
zp50_human_ammo
.amxx
zp50_human_armor
.amxx
zp50_item_antidote
.amxx
zp50_item_infection_bomb
.amxx
zp50_item_nightvision
.amxx
zp50_item_weapons
.amxx
zp50_item_zombie_madness
.amxx
zp50_items
.amxx
zp50_items_ammopacks
.amxx
zp50_items_money
.amxx
zp50_knockback
.amxx
zp50_leap
.amxx
zp50_main_menu
.amxx
zp50_nightvision
.amxx
zp50_objective_remover
.amxx
zp50_painshockfree
.amxx
zp50_random_spawn
.amxx
zp50_rewards_ammopacks
.amxx
zp50_rewards_frags_hp
.amxx
zp50_rewards_money
.amxx
zp50_serverbrowser_info
.amxx
zp50_spawn_protection
.amxx
zp50_team_scoring
.amxx
zp50_weapon_drop_strip
.amxx
zp50_zombie_damage
.amxx
zp50_zombie_features
.amxx
zp50_zombie_sounds
.amxx
zp50_zp43_compat
.amxx

cod_mw
.amxx

hidenseek
.amxx

furien_v64
.amxx
furien_anticamp
.amxx

soccerjam
.amxx
faketeambot
.amxx

SurfMod
.amxx

GHW_CTF
.amxx 
6.
hostname: Random Server - GunGame RPG
version : 48/1.1.2.6/Stdio 5447 secure (10)
tcp/ip : ..................:27015
map : fy_iceworld at: 0 x, 0 y, 0 z
players : 1 active (14 max)

# name userid uniqueid frag time ping loss adr
# 1 "ThatGuy" 5 STEAM_ID_LAN 0 005 28 0

Is that all what you want?
ThatGuyCZ is offline
Kia
AlliedModders Donor
Join Date: Apr 2010
Location: In a world of madness
Old 07-15-2014 , 10:49   Re: Server doest send .wav file to client
Reply With Quote #4

Update your Server and remove DProto.
It is very outdated.

Quote:
Exe build: 10:56:59 Oct 3 2005
__________________
Kia is offline
ThatGuyCZ
Junior Member
Join Date: Jul 2014
Old 07-15-2014 , 11:38   Re: Server doest send .wav file to client
Reply With Quote #5

ok thank your i will try
ThatGuyCZ is offline
ThatGuyCZ
Junior Member
Join Date: Jul 2014
Old 07-15-2014 , 15:32   Re: Server doest send .wav file to client
Reply With Quote #6

i updated it but now non steam users cant join to my server - how can i re enable that feature?
ThatGuyCZ is offline
joshknifer
Veteran Member
Join Date: Jun 2011
Location: Denver, CO
Old 07-15-2014 , 15:37   Re: Server doest send .wav file to client
Reply With Quote #7

We don't support non-steam servers per our forum rules.

https://forums.alliedmods.net/misc.php?do=showrules
__________________
joshknifer is offline
Send a message via Skype™ to joshknifer
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 07-15-2014 , 16:58   Re: Server doest send .wav file to client
Reply With Quote #8

Quote:
Originally Posted by ThatGuyCZ View Post
i updated it but now non steam users cant join to my server - how can i re enable that feature?
Simple solution: They can purchase Counter-Strike for really cheap via Steam.
__________________
fysiks 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 08:04.


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