AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   CS:S DM (https://forums.alliedmods.net/forumdisplay.php?f=77)
-   -   Latest update = knives only? (https://forums.alliedmods.net/showthread.php?t=169527)

away000 10-14-2011 15:19

Re: Latest update = knives only?
 
What version are u using?

FREIHH 10-14-2011 17:46

Re: Latest update = knives only?
 
sourcemod-1.3.9-hg3186-linux.tar

deathcurse 10-14-2011 19:42

Re: Latest update = knives only?
 
Updating game data fixed the knives only for me. Got rag doll problems tho!

away000 10-14-2011 19:47

Re: Latest update = knives only?
 
Knives was working for me, as i said my only problems are ragdoll and spawncam during prot time...

Peace-Maker 10-14-2011 21:09

Re: Latest update = knives only?
 
2 Attachment(s)
Quote:

Originally Posted by FREIHH (Post 1575003)
Can you be more precise ? I use the gamedata from the 2.1.4 version (06/24/2011) and it doesn't work

I was talking about the sourcemod gamedata. cssdm didn't change afaik.

To fix the visual spawning glitch in cssdm, change line 135 of dm_spawn_protection.sp from
PHP Code:

SetEntData(clientg_HealthOffset1012);    /* This overflows to show "500" */ 

to
PHP Code:

SetEntData(clientg_HealthOffset1524);    /* This overflows to show "500" */ 

Edit: Attached a compiled one for the lazy guys.

nismoskyline86 10-14-2011 21:21

Re: Latest update = knives only?
 
Quote:

Originally Posted by Peace-Maker (Post 1575516)
I was talking about the sourcemod gamedata. cssdm didn't change afaik.

To fix the visual spawning glitch, change line 135 of dm_spawn_protection.sp from
PHP Code:

SetEntData(clientg_HealthOffset1012);    /* This overflows to show "500" */ 

to
PHP Code:

SetEntData(clientg_HealthOffset1524);    /* This overflows to show "500" */ 


Worked perfectly!

Thanks bro <3

.ice 10-14-2011 22:33

Re: Latest update = knives only?
 
Quote:

Originally Posted by Peace-Maker (Post 1575516)
I was talking about the sourcemod gamedata. cssdm didn't change afaik.

To fix the visual spawning glitch, change line 135 of dm_spawn_protection.sp from
PHP Code:

SetEntData(clientg_HealthOffset1012);    /* This overflows to show "500" */ 

to
PHP Code:

SetEntData(clientg_HealthOffset1524);    /* This overflows to show "500" */ 


hmm...that didn't do the trick for me...

EDIT* Any other suggestions ?

Peace-Maker 10-14-2011 22:53

Re: Latest update = knives only?
 
Quote:

Originally Posted by .ice (Post 1575562)
hmm...that didn't do the trick for me...

EDIT* Any other suggestions ?

No other suggestions. Did you reload the plugin afterwards?
Code:

sm plugins reload cssdm/dm_spawn_protection

.ice 10-14-2011 23:42

Re: Latest update = knives only?
 
Quote:

Originally Posted by Peace-Maker (Post 1575573)
No other suggestions. Did you reload the plugin afterwards?
Code:

sm plugins reload cssdm/dm_spawn_protection

yes, I even restarted the server...

away000 10-15-2011 00:29

Re: Latest update = knives only?
 
Working for me... check if is not ur SM, MM, CSS : DM versions...


All times are GMT -4. The time now is 20:42.

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