AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   CS:S DM (https://forums.alliedmods.net/forumdisplay.php?f=77)
-   -   Anyone else face problems today? 01/11/11 (https://forums.alliedmods.net/showthread.php?t=171059)

sinblaster 11-01-2011 01:42

Anyone else face problems today? 01/11/11
 
I've made no changes in the past few days yet all of a sudden I get a load of errors. maybe something updated online? SM maybe, regardless I got this, I have no idea why.


Quote:

New errorlog in: errors_20111101.log

L 11/01/2011 - 16:23:03: Info (map "de_dust2_unlimited") (file "errors_20111101.log") L 11/01/2011 - 16:23:03: [SM] Native "GetEntProp" reported: Property "m_iClip1" not found (entity 96/hegrenade_projectile) L 11/01/2011 - 16:23:03: [SM] Displaying call stack trace for plugin "cssdm\dm_basics.smx":
L 11/01/2011 - 16:23:03: [SM] [0] Line 257, dm_basics.sp::OnPlayerRunCmd()
L 11/01/2011 - 16:23:03: [SM] Native "GetEntProp" reported: Property "m_iClip1" not found (entity 96/hegrenade_projectile) L 11/01/2011 - 16:23:03: [SM] Displaying call stack trace for plugin "cssdm\dm_basics.smx":
L 11/01/2011 - 16:23:03: [SM] [0] Line 257, dm_basics.sp::OnPlayerRunCmd()
L 11/01/2011 - 16:23:03: [SM] Native "GetEntProp" reported: Property "m_iClip1" not found (entity 96/hegrenade_projectile) L 11/01/2011 - 16:23:03: [SM] Displaying call stack trace for plugin "cssdm\dm_basics.smx":
L 11/01/2011 - 16:23:03: [SM] [0] Line 257, dm_basics.sp::OnPlayerRunCmd()
L 11/01/2011 - 16:23:03: [SM] Native "GetEntProp" reported: Property "m_iClip1" not found (entity 96/hegrenade_projectile) L 11/01/2011 - 16:23:03: [SM] Displaying call stack trace for plugin "cssdm\dm_basics.smx":
L 11/01/2011 - 16:23:03: [SM] [0] Line 257, dm_basics.sp::OnPlayerRunCmd()
L 11/01/2011 - 16:23:03: [SM] Native "GetEntProp" reported: Property "m_iClip1" not found (entity 96/hegrenade_projectile) L 11/01/2011 - 16:23:03: [SM] Displaying call stack trace for plugin "cssdm\dm_basics.smx":
L 11/01/2011 - 16:23:03: [SM] [0] Line 257, dm_basics.sp::OnPlayerRunCmd()
L 11/01/2011 - 16:23:03: [SM] Native "GetEntProp" reported: Property "m_iClip1" not found (entity 96/hegrenade_projectile) L 11/01/2011 - 16:23:03: [SM] Displaying call stack trace for plugin "cssdm\dm_basics.smx":
L 11/01/2011 - 16:23:03: [SM] [0] Line 257, dm_basics.sp::OnPlayerRunCmd()
L 11/01/2011 - 16:23:03: [SM] Native "GetEntProp" reported: Property "m_iClip1" not found (entity 96/hegrenade_projectile) L 11/01/2011 - 16:23:03: [SM] Displaying call stack trace for plugin "cssdm\dm_basics.smx":
L 11/01/2011 - 16:23:03: [SM] [0] Line 257, dm_basics.sp::OnPlayerRunCmd()
L 11/01/2011 - 16:23:03: [SM] Native "GetEntProp" reported: Property "m_iClip1" not found (entity 96/hegrenade_projectile) L 11/01/2011 - 16:23:03: [SM] Displaying call stack trace for plugin "cssdm\dm_basics.smx":
L 11/01/2011 - 16:23:03: [SM] [0] Line 257, dm_basics.sp::OnPlayerRunCmd()
L 11/01/2011 - 16:23:03: [SM] Native "GetEntProp" reported: Property "m_iClip1" not found (entity 96/hegrenade_projectile) L 11/01/2011 - 16:23:03: [SM] Displaying call stack trace for plugin "cssdm\dm_basics.smx":
L 11/01/2011 - 16:23:03: [SM] [0] Line 257, dm_basics.sp::OnPlayerRunCmd()
L 11/01/2011 - 16:23:03: [SM] Native "GetEntProp" reported: Property "m_iClip1" not found (entity 96/hegrenade_projectile) L 11/01/2011 - 16:23:03: [SM] Displaying call stack trace for plugin "cssdm\dm_basics.smx":
L 11/01/2011 - 16:23:03: [SM] [0] Line 257, dm_basics.sp::OnPlayerRunCmd()
L 11/01/2011 - 16:23:03: [SM] Native "GetEntProp" reported: Property "m_iClip1" not found (entity 96/hegrenade_projectile) L 11/01/2011 - 16:23:03: [SM] Displaying call stack trace for plugin "cssdm\dm_basics.smx":


There are still more errors in the logs. Go check them out!

Sent by SM:Error Mail.
My win server is using Peace-makers dm_basics.smx

Peace-Maker 11-01-2011 11:10

Re: Anyone else face problems today? 01/11/11
 
That's a strange error. I didn't expect a projectile as active weapon - since it isn't a weapon. weapon_hegrenade would be the correct entity..

Add this in line 256 to fix it quickly.
PHP Code:

    decl String:sClassname[32];
    
GetEdictClassname(entitysClassnamesizeof(sClassname));
    if(
StrContains(sClassname"weapon_") != 0)
        return 
Plugin_Continue


sinblaster 11-04-2011 16:20

Re: Anyone else face problems today? 01/11/11
 
Sorry totally forgot about this, the error stopped as quick as it started. Ill add the lines anyway, thanks mate.

On line 256 of dm_basics I have
// He's out of ammo -> reloading

Peace-Maker 11-06-2011 16:49

Re: Anyone else face problems today? 01/11/11
 
Yes, before that line.


All times are GMT -4. The time now is 08:57.

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