Raised This Month: $ Target: $400
 0% 

CounterStrike:Source - Beta


Post New Thread Reply   
 
Thread Tools Display Modes
dopeytjen
Junior Member
Join Date: May 2010
Old 06-24-2010 , 11:56   Re: CounterStrike:Source - Beta
Reply With Quote #231

The server's running on windows by the way.
dopeytjen is offline
R3M*
Member
Join Date: May 2009
Location: Germany
Old 06-24-2010 , 12:11   Re: CounterStrike:Source - Beta
Reply With Quote #232

Quote:
Originally Posted by dopeytjen View Post
I have a problem, when I install and run sourcemod my server times out, it runs fine, and sourcemod is in the meta list but whenever I join the server crashes. can someone help me?
This? http://forums.alliedmods.net/showthread.php?t=130459
__________________
R3M* is offline
-sang-
BANNED
Join Date: Jun 2009
Location: Russia
Old 06-24-2010 , 12:16   Re: CounterStrike:Source - Beta
Reply With Quote #233

how to set tickrate 33 with this http://didrole.com/tickrate_enabler/ ?
-sang- is offline
dopeytjen
Junior Member
Join Date: May 2010
Old 06-24-2010 , 12:28   Re: CounterStrike:Source - Beta
Reply With Quote #234

Quote:
Originally Posted by R3M* View Post
No, that doesn't work, hopefully the new sourcemod will work fine.
dopeytjen is offline
LordMarqus
Senior Member
Join Date: Sep 2009
Location: Poland
Old 06-25-2010 , 04:23   Re: CounterStrike:Source - Beta
Reply With Quote #235

Does anybody know if it is possible to block showing players achievements in the chat area?
__________________
My public plugins: [CS:S/CS:GO] Last Man Standing
LordMarqus is offline
joshtrav
Senior Member
Join Date: Sep 2009
Old 07-03-2010 , 19:59   Re: CounterStrike:Source - Beta
Reply With Quote #236

Quote:
Originally Posted by LordMarqus View Post
Does anybody know if it is possible to block showing players achievements in the chat area?
I got help in the donor boards for this:

Code:
#include <sourcemod>
#include <sdkhooks>

public OnPluginStart()
{    
    //block achievement spam
    HookEvent("achievement_earned", OnAchievementEarned, EventHookMode_Pre);
}

// achievments
public Action:OnAchievementEarned(Handle:event, const String:name[], bool:dontBroadcast)
{
    SetEventBroadcast(event, false);
    return Plugin_Handled;
}
As far as I am aware (not tested) you can also SetEventBroadcast to true and return Plugin_Continue;
joshtrav is offline
LordMarqus
Senior Member
Join Date: Sep 2009
Location: Poland
Old 07-04-2010 , 05:36   Re: CounterStrike:Source - Beta
Reply With Quote #237

Thanx .
__________________
My public plugins: [CS:S/CS:GO] Last Man Standing
LordMarqus is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 07-04-2010 , 09:14   Re: CounterStrike:Source - Beta
Reply With Quote #238

I don't want to start new thread so I put it here...
I don't remember these on old css ?
But I didn't get these work new [OB] Counter -Strike Source
Code:

"mp_weapon_glock_price" = "400"
 game replicated
"mp_weapon_usp_price" = "500"
 game replicated
"mp_weapon_p228_price" = "600"
 game replicated
"mp_weapon_deagle_price" = "650"
 game replicated
"mp_weapon_fiveseven_price" = "750"
 game replicated
"mp_weapon_elite_price" = "800"
 game replicated
"mp_weapon_m3_price" = "1700"
 game replicated
"mp_weapon_xm1014_price" = "3000"
 game replicated
"mp_weapon_tmp_price" = "1250"
 game replicated
"mp_weapon_mac10_price" = "1400"
 game replicated
"mp_weapon_mp5navy_price" = "1500"
 game replicated
"mp_weapon_ump45_price" = "1700"
 game replicated
"mp_weapon_p90_price" = "2350"
 game replicated
"mp_weapon_famas_price" = "2250"
 game replicated
"mp_weapon_galil_price" = "2000"
 game replicated
"mp_weapon_scout_price" = "2750"
 game replicated
"mp_weapon_ak47_price" = "2500"
 game replicated
"mp_weapon_m4a1_price" = "3100"
 game replicated
"mp_weapon_aug_price" = "3500"
 game replicated
"mp_weapon_sg552_price" = "3500"
 game replicated
"mp_weapon_sg550_price" = "4200"
 game replicated
"mp_weapon_awp_price" = "16000" ( def. "4750" )
 game replicated
"mp_weapon_g3sg1_price" = "5000"
 game replicated
"mp_weapon_m249_price" = "5750"
 game replicated
Have anybody try these or get these work ?
Bacardi is offline
Ynot
Member
Join Date: Jun 2010
Old 07-05-2010 , 19:32   Re: CounterStrike:Source - Beta
Reply With Quote #239

Quote:
Originally Posted by joshtrav View Post
I got help in the donor boards for this:

Code:
#include <sourcemod>
#include <sdkhooks>

public OnPluginStart()
{    
    //block achievement spam
    HookEvent("achievement_earned", OnAchievementEarned, EventHookMode_Pre);
}

// achievments
public Action:OnAchievementEarned(Handle:event, const String:name[], bool:dontBroadcast)
{
    SetEventBroadcast(event, false);
    return Plugin_Handled;
}
As far as I am aware (not tested) you can also SetEventBroadcast to true and return Plugin_Continue;
Thanks. This works on our servers!
Ynot is offline
em-eukal
Member
Join Date: Sep 2009
Old 12-22-2010 , 11:59   Re: CounterStrike:Source - Beta
Reply With Quote #240

Quote:
Originally Posted by Groger View Post
Okay i tried everything suggested in this topic, but cant get it to work

is there something special you have to do before it will work?

Code:
"Plugin"
{
    "file"    "../cstrike_beta/addons/metamod/bin/server.so"
}
And i downloaded the latest metamod
I'm running linux

and also i get this error

Code:
 Detected engine 2 but could not load: vstdlib_i486.so: cannot open shared object file: No such file or directory
Got the same prob, any idea?!
I tried MM:S 1.85, 1.90dev,...
em-eukal 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 03:14.


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