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

5/5/2011 Update


Post New Thread Reply   
 
Thread Tools Display Modes
Snaggle
AlliedModders Donor
Join Date: Jul 2010
Location: England
Old 05-06-2011 , 08:54   Re: 5/5/2011 Update
Reply With Quote #141

I've not yet had any crashes on my servers. Slay/suicides etc don't crash me either. For anyone wondering, my Sourcemod is 1.4.0-dev.
Snaggle is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 05-06-2011 , 08:56   Re: 5/5/2011 Update
Reply With Quote #142

PHP Code:
public OnPluginStart()
{
    
AddCommandListener(cmd_suicide"jointeam");
    
AddCommandListener(cmd_suicide"joinclass");
    
AddCommandListener(cmd_suicide"kill");
    
AddCommandListener(cmd_suicide"explode");
}

public 
Action:cmd_suicide(client, const String:command[], argc)
{
    if(
client != 0)
    {
        if(
IsClientConnected(client) && IsPlayerAlive(client)) // Player is alive
        
{
            
PrintCenterText(client"You need to be dead");
            return 
Plugin_Handled;
        }
    }

    return 
Plugin_Continue;

Can't do these when alive...

*edit
And all plugins what force client suicide will crash server.
Bacardi is offline
cyb
Member
Join Date: Jun 2010
Old 05-06-2011 , 08:57   Re: 5/5/2011 Update
Reply With Quote #143

switch team in warmod make crashing which means Slay issue
cyb is offline
Ade
I love purple
Join Date: May 2010
Old 05-06-2011 , 08:59   Re: 5/5/2011 Update
Reply With Quote #144

i am so happy hl2dm is fine for this update
sux for y'all tho
Ade is offline
Land of plenty
SourceMod Donor
Join Date: Aug 2010
Location: location location
Old 05-06-2011 , 09:19   Re: 5/5/2011 Update
Reply With Quote #145

My HL2 DM server seems to work as well. Is this crash effecting TF2?

Last edited by Land of plenty; 05-06-2011 at 09:31. Reason: I wasn't specific about the game I run
Land of plenty is offline
ramazan85
Junior Member
Join Date: Jul 2008
Old 05-06-2011 , 09:21   Re: 5/5/2011 Update
Reply With Quote #146

I hate you "ORANGEBOX"
ramazan85 is offline
Rosie
Member
Join Date: Jul 2007
Location: Canada
Old 05-06-2011 , 09:26   Re: 5/5/2011 Update
Reply With Quote #147

Windows 2003 servers Day of Defeat Source is running fine with and without
[SMM]1.9.0-hg746 [SM]1.4.0- hg3254

was this just a CSS problem?
Rosie is offline
nikooo777
AlliedModders Donor
Join Date: Apr 2010
Location: Lugano, Switzerland
Old 05-06-2011 , 09:26   Re: 5/5/2011 Update
Reply With Quote #148

i have no problems on my server afaik.
updated it via ssh this morning from school and didn't even join it but as far as i see it's up and played.

i'm happy that zombiereloaded wasn't killed this time.

by the way, i think zombiemod is now definitely dead
__________________
nikooo777 is offline
Groger
Veteran Member
Join Date: Oct 2009
Location: Belgium
Old 05-06-2011 , 09:38   Re: 5/5/2011 Update
Reply With Quote #149

Is it possible to hook the slay command and bypass it , or block it? Can someone make a hotfix for that please
Groger is offline
psychonic

BAFFLED
Join Date: May 2008
Old 05-06-2011 , 09:40   Re: 5/5/2011 Update
Reply With Quote #150

Quote:
Originally Posted by Rosie View Post
Windows 2003 servers Day of Defeat Source is running fine with and without
[SMM]1.9.0-hg746 [SM]1.4.0- hg3254

was this just a CSS problem?
Yes.
psychonic 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:42.


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