Raised This Month: $32 Target: $400
 8% 

Dissolve (player ragdolls)


Post New Thread Reply   
 
Thread Tools Display Modes
sniperkills
Senior Member
Join Date: Apr 2008
Old 08-19-2009 , 04:47   Re: Dissolve (player ragdolls)
Reply With Quote #131

can u add a admin menu like the one thats is es /& with the effects thats on es to that would make me proud
__________________
{ÄÕD}ۣۜ$ήiþëяҚillş
sniperkills is offline
FrozenHaxor
Senior Member
Join Date: Jun 2009
Location: Poland
Old 09-05-2009 , 08:24   Re: Dissolve (player ragdolls)
Reply With Quote #132

Why the hell you need admin menu for dissolver -.-
FrozenHaxor is offline
Rom1
Junior Member
Join Date: Dec 2006
Old 09-05-2009 , 09:25   Re: Dissolve (player ragdolls)
Reply With Quote #133

Looks like this plugin is causing some random crashes on DoD:Source.

On an heavy loaded server players complained about lags and i noticed random crashes, mostly on map changes.

I noticed that as I increase time before dissolve I also increase number of crashes.
__________________
Serveurs DoD:S / DoD Source
Macumba Club: 91.121.45.121:27015
DoD:S Gungame : 91.121.45.121:27016
DoD:S SniperLand : 91.121.45.121:27017
DoD:S D-Day : 91.121.45.121:27018
Rom1 is offline
FrozenHaxor
Senior Member
Join Date: Jun 2009
Location: Poland
Old 11-08-2009 , 07:44   Re: Dissolve (player ragdolls)
Reply With Quote #134

Quote:
Originally Posted by Rom1 View Post
Looks like this plugin is causing some random crashes on DoD:Source.

On an heavy loaded server players complained about lags and i noticed random crashes, mostly on map changes.

I noticed that as I increase time before dissolve I also increase number of crashes.
On CS:S it's same thing. Many map changes are resulting with crashes
FrozenHaxor is offline
teol
Veteran Member
Join Date: Oct 2009
Location: Marbella
Old 01-12-2010 , 04:52   Re: Dissolve (player ragdolls)
Reply With Quote #135

Nice work !
teol is offline
ricktza
Junior Member
Join Date: Jan 2010
Old 01-12-2010 , 08:37   Re: Dissolve (player ragdolls)
Reply With Quote #136

my server says it cannot find ragdoll? anyanswers
ricktza is offline
Jouho
Junior Member
Join Date: Nov 2008
Old 01-21-2010 , 08:53   Re: Dissolve (player ragdolls)
Reply With Quote #137

Does anyone know how to get this plugin to work with SurfTools' respawn ability?


It seems as the two don't get along with each other, as in a whole bunch it won't dissolve the ragdolls if respawn is enabled.

A huge reason I even want this mod is so my server doesn't get littered with corpses and lag the crap out of it.

Does anyone know of a dissolve type mod that will work on servers that have respawn enabled? Thanks
Jouho is offline
exvel
SourceMod Donor
Join Date: Jun 2006
Location: Russia
Old 01-21-2010 , 09:14   Re: Dissolve (player ragdolls)
Reply With Quote #138

Crash happens because plugin tries to dissolve ragdoll during map change. I think this is the problem:
PHP Code:
if (!IsValidEntity(client) || IsPlayerAlive(client))
    return; 
Client is always a valid entity even if he isn't connected. Should be changed to:
PHP Code:
if (!IsClientInGame(client) || IsPlayerAlive(client))
    return; 
__________________
For admins: My plugins

For developers: Colors library

Last edited by exvel; 01-21-2010 at 09:29.
exvel is offline
Send a message via ICQ to exvel
Smurfy1982
Junior Member
Join Date: Feb 2010
Old 02-05-2010 , 17:32   Re: Dissolve (player ragdolls)
Reply With Quote #139

I've found a bug in the dissolve plugin if using the Homing Missiles.

The dissolve plugin removes sometimes the missile. Does anybody know how to fix it?
Smurfy1982 is offline
Gh0$t
Senior Member
Join Date: Mar 2010
Location: Germany at 127.0.0.1
Old 04-05-2010 , 09:44   Re: Dissolve (player ragdolls)
Reply With Quote #140

Are any solutions for CSSDM now?
__________________
Gh0$t is offline
Reply


Thread Tools
Display Modes

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:57.


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