Raised This Month: $ Target: $400
 0% 

CounterStrike:Source - Beta


Post New Thread Reply   
 
Thread Tools Display Modes
BehaartesEtwas
Senior Member
Join Date: Dec 2007
Old 06-05-2010 , 15:59   Re: CounterStrike:Source - Beta
Reply With Quote #141

Did anyone got weapon restrictions working on a beta server? I'd like restricting AWP in the winning team (on current CSS I use the plugins wt_restrict.sp and restrict.sp).

Also playing sound files doesn't work all the time. I am using my own sound plugin (BEsaysounds), but only some of the files are playing. It doesn't work either if I try playing them directly from the client console (using the play command). Does someone know what could cause this?
BehaartesEtwas is offline
DontWannaName
Veteran Member
Join Date: Jun 2007
Location: VALVe Land, WA
Old 06-06-2010 , 03:05   Re: CounterStrike:Source - Beta
Reply With Quote #142

This works for me

http://forums.alliedmods.net/showpos...&postcount=228
__________________

DontWannaName is offline
BehaartesEtwas
Senior Member
Join Date: Dec 2007
Old 06-06-2010 , 05:05   Re: CounterStrike:Source - Beta
Reply With Quote #143

thanks, but that crashes my server as soon as a round restart occurs (e.g. triggered by mp_restartgame or joining the second player)... :-(

edit: I found the problem:
in restrictinc/events.sp line 228 must be:
Code:
if(weaponindex != -1 && IsValidEdict(weaponindex))
then it works.

Last edited by BehaartesEtwas; 06-06-2010 at 05:36.
BehaartesEtwas is offline
PStar
Veteran Member
Join Date: Mar 2008
Old 06-06-2010 , 05:38   Re: CounterStrike:Source - Beta
Reply With Quote #144

Quote:
Originally Posted by BehaartesEtwas View Post
thanks, but that crashes my server as soon as a round restart occurs (e.g. triggered by mp_restartgame or joining the second player)... :-(

edit: I found the problem:
in restrictinc/events.sp line 228 must be:
Code:
if(weaponindex != -1 && IsValidEdict(weaponindex))
then it works.
I am 3rd in rank on your beta server
Bcw nice server, but i doesn't know why am i geting so big ping sometimes... i usually got a fix 50-60 ping on german server but in the beta my ping goes up and down beetwen 45 and 90.
PStar is offline
PStar
Veteran Member
Join Date: Mar 2008
Old 06-06-2010 , 08:34   Re: CounterStrike:Source - Beta
Reply With Quote #145

I don't know if someone asked for the new/deprecated command here or in the CSS beta forum but i will post it here:

So the old command that were deleted:
Quote:
sv_client_interpolate
sv_findsoundname
sv_instacebaselines
sv_lagflushbonecache
sv_maxunlag
sv_netvisdist
sv_pushaway_clientside_size
sv_sendtables
sv_showanimstate
sv_showanimstate_log
sv_showhitboxes
sv_soundemitter_filecheck
sv_soundemitter_fush
sv_soundscape_printdebuginfo
sv_stressbots
sv_suppress_viewpunch
sv_unlag
sv_unlag_fixstuck
mp_dynamicpricing
mp_facefronttime
mp_feetyawrate
mp_ik
And the new ones:
Quote:
sv_allow_voice_from_file
sv_benchmark_autovprofrecord
sv_benchmark_force_start
sv_benchmark_numticks
sv_bonus_challenge
sv_bonus_map_challenge_update
sv_bonus_map_complete
sv_bonus_map_unlock
sv_clearhinthistory
sv_disable_querycache
sv_disablefreezecam
sv_maxroutable
sv_nomvp
sv_nonemesis
sv_nostats
sv_parallel_packentities
sv_parallel_sendsnapshot
sv_playerperfhistorycount
sv_querycache_stats
sv_stickysprint_default
sv_tags
sv_test_scripted_sequences
sv_vehicle_autoaim_scale
mp_bonusroundtime
mp_clan_ready_signal
mp_clan_readyrestart
mp_disable_respawn_times
mp_enableroundwaittime
mp_forcerespawnplayers
mp_forcewin
mp_match_end_at_timelimit
mp_respawnwavetime
mp_restartround
mp_round_restart_delay
mp_scrambleteams
mp_stalemate_enable
mp_stalemate_timelimit
mp_switchteams
mp_teams_unbalance_limit
mp_tournament
mp_tournament_allow_non_admin_restart
mp_tournament_restart
mp_usehwmmodels
mp_usehwmvcds
mp_waitingforplayers_cancel
mp_waitingforplayers_restart
mp_waitingforplayers_time
mp_weapon_ak47_price
mp_weapon_aug_price
mp_weapon_awp_price
mp_weapon_deagle_price
mp_weapon_elite_price
mp_weapon_famas_price
mp_weapon_fiveseven_price
mp_weapon_g3sg1_price
mp_weapon_galil_price
mp_weapon_glock_price
mp_weapon_m249_price
mp_weapon_m3_price
mp_weapon_m4a1_price
mp_weapon_mac10_price
mp_weapon_mp5navy_price
mp_weapon_p228_price
mp_weapon_p90_price
mp_weapon_scout_price
mp_weapon_sg550_price
mp_weapon_sg552_price
mp_weapon_tmp_price
mp_weapon_ump45_price
mp_weapon_usp_price
mp_weapon_xm1014_price
I hope this will help someone.
PStar is offline
KyleS
SourceMod Plugin Approver
Join Date: Jul 2009
Location: Segmentation Fault.
Old 06-07-2010 , 15:21   Re: CounterStrike:Source - Beta
Reply With Quote #146

Thanks PStar
KyleS is offline
Seta00
The Seta00 user has crashed.
Join Date: Jan 2010
Location: Berlin
Old 06-07-2010 , 18:05   Re: CounterStrike:Source - Beta
Reply With Quote #147

mp_restartround is a new ConVar?
Seta00 is offline
KyleS
SourceMod Plugin Approver
Join Date: Jul 2009
Location: Segmentation Fault.
Old 06-07-2010 , 20:37   Re: CounterStrike:Source - Beta
Reply With Quote #148

Quote:
Originally Posted by Seta00 View Post
mp_restartround is a new ConVar?
If I recall correctly, Mani added that to the EP1 engine.
KyleS is offline
GoD-Tony
Veteran Member
Join Date: Jul 2005
Old 06-10-2010 , 13:44   Re: CounterStrike:Source - Beta
Reply With Quote #149

Quote:
Originally Posted by PStar View Post
I don't know if someone asked for the new/deprecated command here or in the CSS beta forum but i will post it here
Thanks!

sv_allow_voice_from_file - Perfect, that makes it very easy to disable clients playing music over their mics.
GoD-Tony is offline
PStar
Veteran Member
Join Date: Mar 2008
Old 06-11-2010 , 03:02   Re: CounterStrike:Source - Beta
Reply With Quote #150

2 new commands:

Quote:
mp_forceautoteam
mp_stalemate_meleeonly
The seond one is for TF2 specially, but the first one can bee used in css too and can be very helpfull.
PStar 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 23:24.


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