Raised This Month: $ Target: $400
 0% 

SDK Hooks 2.1 - Updated 2011-9-10


Post New Thread Closed Thread   
 
Thread Tools Display Modes
lucas_7_94
Leche Loco
Join Date: Mar 2009
Location: Argentina
Old 07-18-2011 , 10:57   Re: SDK Hooks 2.0 - It's beta time again!
#1501

Quote:
Originally Posted by psychonic View Post
Did that enemy join before or after the plugin was loaded? OnClientPutInServer will only fire for players that join after load. To support late-loading as well, you want to loop clients that are InGame when the plugin starts.
mmm interesting , where is the better place for make the loop man (Or what event is called when the plugin is reloaded ) ? solved.

Now another cuestion , how i can make a StrEqual getting the value for the victim name ?

If the victim name is Pepe...
__________________
ATWWMH - MiniDuels
Madness is like gravity, just need a little push.

Last edited by lucas_7_94; 07-18-2011 at 11:33.
lucas_7_94 is offline
Send a message via Skype™ to lucas_7_94
DJ Tsunami
DJ Post Spammer
Join Date: Feb 2008
Location: The Netherlands
Old 07-18-2011 , 13:12   Re: SDK Hooks 2.0 - It's beta time again!
#1502

Code:
decl String:victimName[MAX_NAME_LENGTH + 1]; GetClientName(victim, victimName, sizeof(victimName)); if(StrEqual(victimName, "Pepe")) { /* Do stuff */ }
__________________
Advertisements | REST in Pawn - HTTP client for JSON REST APIs
Please do not PM me with questions. Post in the plugin thread.
DJ Tsunami is offline
lucas_7_94
Leche Loco
Join Date: Mar 2009
Location: Argentina
Old 07-18-2011 , 20:19   Re: SDK Hooks 2.0 - It's beta time again!
#1503

Quote:
Originally Posted by DJ Tsunami View Post
Code:
decl String:victimName[MAX_NAME_LENGTH + 1]; GetClientName(victim, victimName, sizeof(victimName)); if(StrEqual(victimName, "Pepe")) { /* Do stuff */ }
Thanks Tsunami & psychonic.
__________________
ATWWMH - MiniDuels
Madness is like gravity, just need a little push.
lucas_7_94 is offline
Send a message via Skype™ to lucas_7_94
sinblaster
Grim Reaper
Join Date: Feb 2010
Location: Australia
Old 07-19-2011 , 00:46   Re: SDK Hooks 2.0 - It's beta time again!
#1504

Ive posted this where it belongs but I thought Id just mention that I loaded hg126-windows on one of 3 servers that all use basically the same plugins and the only server all of a sudden showing the following errors is the server with beta 126

Code:
L 07/19/2011 - 14:23:09: [SM] Native "SDKCall" reported: Entity 127 is not valid
L 07/19/2011 - 14:23:09: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:23:09: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:23:09: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:23:21: [SM] Native "SDKCall" reported: Entity 138 is not valid
L 07/19/2011 - 14:23:21: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:23:21: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:23:21: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:23:31: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 123/prop_physics)
L 07/19/2011 - 14:23:31: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:23:31: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:23:31: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:23:31: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 123/prop_physics)
L 07/19/2011 - 14:23:31: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:23:31: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:23:31: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:23:31: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 123/prop_physics)
L 07/19/2011 - 14:23:31: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:23:31: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:23:31: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:23:39: [SM] Native "SDKCall" reported: Entity 113 is not valid
L 07/19/2011 - 14:23:39: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:23:39: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:23:39: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:23:53: [SM] Native "SDKCall" reported: Entity 134 is not valid
L 07/19/2011 - 14:23:53: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:23:53: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:23:53: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:24:03: [SM] Native "SDKCall" reported: Entity 135 is not valid
L 07/19/2011 - 14:24:03: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:24:03: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:24:03: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:24:06: [SM] Native "SDKCall" reported: Entity 139 is not valid
L 07/19/2011 - 14:24:06: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:24:06: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:24:06: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:24:06: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 123/prop_physics)
L 07/19/2011 - 14:24:06: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:24:06: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:24:06: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:24:06: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 123/prop_physics)
L 07/19/2011 - 14:24:06: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:24:06: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:24:06: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:24:06: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 123/prop_physics)
L 07/19/2011 - 14:24:06: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:24:06: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:24:06: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:24:10: [SM] Native "SDKCall" reported: Entity 136 is not valid
L 07/19/2011 - 14:24:10: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:24:10: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:24:10: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:24:14: [SM] Native "SDKCall" reported: Entity 123 is not valid
L 07/19/2011 - 14:24:14: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:24:14: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:24:14: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:24:15: [SM] Native "SDKCall" reported: Entity 116 is not valid
L 07/19/2011 - 14:24:15: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:24:15: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:24:15: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:24:20: [SM] Native "SDKCall" reported: Entity 121 is not valid
L 07/19/2011 - 14:24:20: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:24:20: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:24:20: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:24:38: [SM] Native "SDKCall" reported: Entity 132 is not valid
L 07/19/2011 - 14:24:38: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:24:38: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:24:38: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:24:49: [SM] Native "SDKCall" reported: Entity 132 is not valid
L 07/19/2011 - 14:24:49: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:24:49: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:24:49: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:24:58: [SM] Native "SDKCall" reported: Entity 132 is not valid
L 07/19/2011 - 14:24:58: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:24:58: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:24:58: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:24:59: [SM] Native "SDKCall" reported: Entity 113 is not valid
L 07/19/2011 - 14:24:59: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:24:59: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:24:59: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:25:00: [SM] Native "SDKCall" reported: Entity 138 is not valid
L 07/19/2011 - 14:25:00: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:25:00: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:25:00: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:25:15: [SM] Native "SDKCall" reported: Entity 135 is not valid
L 07/19/2011 - 14:25:15: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:25:15: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:25:15: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:25:19: [SM] Native "SDKCall" reported: Entity 119 is not valid
L 07/19/2011 - 14:25:19: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:25:19: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:25:19: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:25:27: [SM] Native "SDKCall" reported: Entity 119 is not valid
L 07/19/2011 - 14:25:27: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:25:27: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:25:27: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:25:30: [SM] Native "SDKCall" reported: Entity 139 is not valid
L 07/19/2011 - 14:25:30: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:25:30: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:25:30: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:25:48: [SM] Native "SDKCall" reported: Entity 121 is not valid
L 07/19/2011 - 14:25:48: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:25:48: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:25:48: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:25:54: [SM] Native "SDKCall" reported: Entity 122 is not valid
L 07/19/2011 - 14:25:54: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:25:54: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:25:54: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:25:54: [SM] Native "SDKCall" reported: Entity 132 is not valid
L 07/19/2011 - 14:25:54: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:25:54: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:25:54: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:26:00: [SM] Native "SDKCall" reported: Entity 121 is not valid
L 07/19/2011 - 14:26:00: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:26:00: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:26:00: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:26:05: [SM] Native "SDKCall" reported: Entity 133 is not valid
L 07/19/2011 - 14:26:05: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:26:05: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:26:05: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:26:08: [SM] Native "SDKCall" reported: Entity 132 is not valid
L 07/19/2011 - 14:26:08: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:26:08: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:26:08: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:26:25: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 123/prop_physics)
L 07/19/2011 - 14:26:25: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:26:25: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:26:25: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:26:25: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 123/prop_physics)
L 07/19/2011 - 14:26:25: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:26:25: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:26:25: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:26:25: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 123/prop_physics)
L 07/19/2011 - 14:26:25: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:26:25: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:26:25: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:26:25: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 123/prop_physics)
L 07/19/2011 - 14:26:25: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:26:25: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:26:25: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:26:25: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 123/prop_physics)
L 07/19/2011 - 14:26:25: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:26:25: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:26:25: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:26:25: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 123/prop_physics)
L 07/19/2011 - 14:26:25: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:26:25: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:26:25: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:26:25: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 123/prop_physics)
L 07/19/2011 - 14:26:25: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:26:25: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:26:25: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:26:25: [SM] Native "SDKCall" reported: Entity 123 is not valid
L 07/19/2011 - 14:26:25: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:26:25: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:26:25: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:26:26: [SM] Native "SDKCall" reported: Entity 133 is not valid
L 07/19/2011 - 14:26:26: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:26:26: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:26:26: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:26:30: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 123/prop_physics)
L 07/19/2011 - 14:26:30: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:26:30: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:26:30: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:26:30: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 123/prop_physics)
L 07/19/2011 - 14:26:30: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:26:30: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:26:30: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:26:30: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 123/prop_physics)
L 07/19/2011 - 14:26:30: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:26:30: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:26:30: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:26:36: [SM] Native "SDKCall" reported: Entity 123 is not valid
L 07/19/2011 - 14:26:36: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:26:36: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:26:36: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:26:42: [SM] Native "SDKCall" reported: Entity 120 is not valid
L 07/19/2011 - 14:26:42: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:26:42: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:26:42: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:26:46: [SM] Native "SDKCall" reported: Entity 143 is not valid
L 07/19/2011 - 14:26:46: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:26:46: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:26:46: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:27:03: [SM] Native "SDKCall" reported: Entity 132 is not valid
L 07/19/2011 - 14:27:03: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:27:03: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:27:03: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:27:05: [SM] Native "SDKCall" reported: Entity 126 is not valid
L 07/19/2011 - 14:27:05: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:27:05: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:27:05: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:27:06: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 123/prop_physics)
L 07/19/2011 - 14:27:06: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:27:06: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:27:06: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:27:06: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 123/prop_physics)
L 07/19/2011 - 14:27:06: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:27:06: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:27:06: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:27:06: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 123/prop_physics)
L 07/19/2011 - 14:27:06: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:27:06: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:27:06: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:27:06: [SM] Native "SDKCall" reported: Entity 104 is not valid
L 07/19/2011 - 14:27:06: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:27:06: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:27:06: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:27:07: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 123/prop_physics)
L 07/19/2011 - 14:27:07: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:27:07: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:27:07: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:27:07: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 123/prop_physics)
L 07/19/2011 - 14:27:07: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:27:07: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:27:07: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:27:07: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 123/prop_physics)
L 07/19/2011 - 14:27:07: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:27:07: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:27:07: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:27:07: [SM] Native "SDKCall" reported: Entity 123 is not valid
L 07/19/2011 - 14:27:07: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:27:07: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:27:07: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:27:07: [SM] Native "SDKCall" reported: Entity 136 is not valid
L 07/19/2011 - 14:27:07: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:27:07: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:27:07: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:27:09: [SM] Native "SDKCall" reported: Entity 122 is not valid
L 07/19/2011 - 14:27:09: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:27:09: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:27:09: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:27:11: [SM] Native "SDKCall" reported: Entity 132 is not valid
L 07/19/2011 - 14:27:11: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:27:11: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:27:11: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:27:16: [SM] Native "SDKCall" reported: Entity 122 is not valid
L 07/19/2011 - 14:27:16: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:27:16: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:27:16: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:27:22: [SM] Native "SDKCall" reported: Entity 125 is not valid
L 07/19/2011 - 14:27:22: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:27:22: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:27:22: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:27:26: [SM] Native "SDKCall" reported: Entity 122 is not valid
L 07/19/2011 - 14:27:26: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:27:26: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:27:26: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:27:26: [SM] Native "SDKCall" reported: Entity 134 is not valid
L 07/19/2011 - 14:27:26: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:27:26: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:27:26: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:27:26: [SM] Native "SDKCall" reported: Entity 136 is not valid
L 07/19/2011 - 14:27:26: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:27:26: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:27:26: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:27:36: [SM] Native "SDKCall" reported: Entity 122 is not valid
L 07/19/2011 - 14:27:36: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:27:36: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:27:36: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:27:43: [SM] Native "SDKCall" reported: Entity 136 is not valid
L 07/19/2011 - 14:27:43: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:27:43: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:27:43: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:27:54: [SM] Native "SDKCall" reported: Entity 134 is not valid
L 07/19/2011 - 14:27:54: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:27:54: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:27:54: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:28:15: [SM] Native "SDKCall" reported: Entity 119 is not valid
L 07/19/2011 - 14:28:15: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:28:15: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:28:15: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:28:15: [SM] Native "SDKCall" reported: Entity 132 is not valid
L 07/19/2011 - 14:28:15: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:28:15: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:28:15: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:28:20: [SM] Native "SDKCall" reported: Entity 121 is not valid
L 07/19/2011 - 14:28:20: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:28:20: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:28:20: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:28:22: [SM] Native "SDKCall" reported: Entity 132 is not valid
L 07/19/2011 - 14:28:22: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:28:22: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:28:22: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:28:37: [SM] Native "SDKCall" reported: Entity 125 is not valid
L 07/19/2011 - 14:28:37: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:28:37: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:28:37: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:28:40: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 144/prop_physics)
L 07/19/2011 - 14:28:40: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:28:40: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:28:40: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:28:40: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 144/prop_physics)
L 07/19/2011 - 14:28:40: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:28:40: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:28:40: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:28:40: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 144/prop_physics)
L 07/19/2011 - 14:28:40: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:28:40: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:28:40: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:28:40: [SM] Native "SDKCall" reported: Entity 122 is not valid
L 07/19/2011 - 14:28:40: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:28:40: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:28:40: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:28:42: [SM] Native "SDKCall" reported: Entity 122 is not valid
L 07/19/2011 - 14:28:42: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:28:42: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:28:42: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:28:42: [SM] Native "SDKCall" reported: Entity 144 is not valid
L 07/19/2011 - 14:28:42: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:28:42: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:28:42: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:28:48: [SM] Native "SDKCall" reported: Entity 125 is not valid
L 07/19/2011 - 14:28:48: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:28:48: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:28:48: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:28:48: [SM] Native "SDKCall" reported: Entity 139 is not valid
L 07/19/2011 - 14:28:48: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:28:48: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:28:48: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:28:51: [SM] Native "SDKCall" reported: Entity 116 is not valid
L 07/19/2011 - 14:28:51: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:28:51: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:28:51: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:28:52: [SM] Native "SDKCall" reported: Entity 135 is not valid
L 07/19/2011 - 14:28:52: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:28:52: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:28:52: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:28:56: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 144/prop_physics)
L 07/19/2011 - 14:28:56: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:28:56: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:28:56: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:28:56: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 144/prop_physics)
L 07/19/2011 - 14:28:56: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:28:56: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:28:56: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:28:56: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 144/prop_physics)
L 07/19/2011 - 14:28:56: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:28:56: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:28:56: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:28:56: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 144/prop_physics)
L 07/19/2011 - 14:28:56: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:28:56: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:28:56: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:28:56: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 144/prop_physics)
L 07/19/2011 - 14:28:56: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:28:56: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:28:56: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:28:56: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 144/prop_physics)
L 07/19/2011 - 14:28:56: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:28:56: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:28:56: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:28:56: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 144/prop_physics)
L 07/19/2011 - 14:28:56: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:28:56: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:28:56: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:28:56: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 144/prop_physics)
L 07/19/2011 - 14:28:56: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:28:56: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:28:56: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:29:04: [SM] Native "SDKCall" reported: Entity 144 is not valid
L 07/19/2011 - 14:29:04: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:29:04: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:29:04: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:29:07: [SM] Native "SDKCall" reported: Entity 121 is not valid
L 07/19/2011 - 14:29:07: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:29:07: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:29:07: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:29:08: [SM] Native "SDKCall" reported: Entity 134 is not valid
L 07/19/2011 - 14:29:08: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:29:08: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:29:08: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:29:16: [SM] Native "SDKCall" reported: Entity 106 is not valid
L 07/19/2011 - 14:29:16: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:29:16: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:29:16: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:29:19: [SM] Native "SDKCall" reported: Entity 125 is not valid
L 07/19/2011 - 14:29:19: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:29:19: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:29:19: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:29:29: [SM] Native "SDKCall" reported: Entity 138 is not valid
L 07/19/2011 - 14:29:29: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:29:29: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:29:29: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
__________________
Happy Happy Joy Joy

sinblaster is offline
psychonic

BAFFLED
Join Date: May 2008
Old 07-19-2011 , 08:55   Re: SDK Hooks 2.0 - It's beta time again!
#1505

Quote:
Originally Posted by sinblaster View Post
Ive posted this where it belongs but I thought Id just mention that I loaded hg126-windows on one of 3 servers that all use basically the same plugins and the only server all of a sudden showing the following errors is the server with beta 126

Code:
L 07/19/2011 - 14:23:09: [SM] Native "SDKCall" reported: Entity 127 is not valid
L 07/19/2011 - 14:23:09: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:23:09: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:23:09: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:23:21: [SM] Native "SDKCall" reported: Entity 138 is not valid
L 07/19/2011 - 14:23:21: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:23:21: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:23:21: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:23:31: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 123/prop_physics)
L 07/19/2011 - 14:23:31: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:23:31: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:23:31: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:23:31: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 123/prop_physics)
L 07/19/2011 - 14:23:31: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:23:31: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:23:31: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:23:31: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 123/prop_physics)
L 07/19/2011 - 14:23:31: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:23:31: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:23:31: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:23:39: [SM] Native "SDKCall" reported: Entity 113 is not valid
L 07/19/2011 - 14:23:39: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:23:39: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:23:39: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:23:53: [SM] Native "SDKCall" reported: Entity 134 is not valid
L 07/19/2011 - 14:23:53: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:23:53: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:23:53: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:24:03: [SM] Native "SDKCall" reported: Entity 135 is not valid
L 07/19/2011 - 14:24:03: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:24:03: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:24:03: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:24:06: [SM] Native "SDKCall" reported: Entity 139 is not valid
L 07/19/2011 - 14:24:06: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:24:06: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:24:06: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:24:06: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 123/prop_physics)
L 07/19/2011 - 14:24:06: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:24:06: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:24:06: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:24:06: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 123/prop_physics)
L 07/19/2011 - 14:24:06: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:24:06: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:24:06: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:24:06: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 123/prop_physics)
L 07/19/2011 - 14:24:06: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:24:06: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:24:06: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:24:10: [SM] Native "SDKCall" reported: Entity 136 is not valid
L 07/19/2011 - 14:24:10: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:24:10: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:24:10: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:24:14: [SM] Native "SDKCall" reported: Entity 123 is not valid
L 07/19/2011 - 14:24:14: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:24:14: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:24:14: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:24:15: [SM] Native "SDKCall" reported: Entity 116 is not valid
L 07/19/2011 - 14:24:15: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:24:15: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:24:15: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:24:20: [SM] Native "SDKCall" reported: Entity 121 is not valid
L 07/19/2011 - 14:24:20: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:24:20: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:24:20: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:24:38: [SM] Native "SDKCall" reported: Entity 132 is not valid
L 07/19/2011 - 14:24:38: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:24:38: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:24:38: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:24:49: [SM] Native "SDKCall" reported: Entity 132 is not valid
L 07/19/2011 - 14:24:49: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:24:49: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:24:49: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:24:58: [SM] Native "SDKCall" reported: Entity 132 is not valid
L 07/19/2011 - 14:24:58: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:24:58: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:24:58: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:24:59: [SM] Native "SDKCall" reported: Entity 113 is not valid
L 07/19/2011 - 14:24:59: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:24:59: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:24:59: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:25:00: [SM] Native "SDKCall" reported: Entity 138 is not valid
L 07/19/2011 - 14:25:00: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:25:00: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:25:00: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:25:15: [SM] Native "SDKCall" reported: Entity 135 is not valid
L 07/19/2011 - 14:25:15: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:25:15: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:25:15: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:25:19: [SM] Native "SDKCall" reported: Entity 119 is not valid
L 07/19/2011 - 14:25:19: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:25:19: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:25:19: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:25:27: [SM] Native "SDKCall" reported: Entity 119 is not valid
L 07/19/2011 - 14:25:27: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:25:27: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:25:27: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:25:30: [SM] Native "SDKCall" reported: Entity 139 is not valid
L 07/19/2011 - 14:25:30: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:25:30: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:25:30: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:25:48: [SM] Native "SDKCall" reported: Entity 121 is not valid
L 07/19/2011 - 14:25:48: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:25:48: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:25:48: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:25:54: [SM] Native "SDKCall" reported: Entity 122 is not valid
L 07/19/2011 - 14:25:54: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:25:54: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:25:54: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:25:54: [SM] Native "SDKCall" reported: Entity 132 is not valid
L 07/19/2011 - 14:25:54: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:25:54: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:25:54: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:26:00: [SM] Native "SDKCall" reported: Entity 121 is not valid
L 07/19/2011 - 14:26:00: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:26:00: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:26:00: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:26:05: [SM] Native "SDKCall" reported: Entity 133 is not valid
L 07/19/2011 - 14:26:05: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:26:05: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:26:05: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:26:08: [SM] Native "SDKCall" reported: Entity 132 is not valid
L 07/19/2011 - 14:26:08: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:26:08: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:26:08: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:26:25: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 123/prop_physics)
L 07/19/2011 - 14:26:25: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:26:25: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:26:25: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:26:25: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 123/prop_physics)
L 07/19/2011 - 14:26:25: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:26:25: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:26:25: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:26:25: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 123/prop_physics)
L 07/19/2011 - 14:26:25: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:26:25: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:26:25: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:26:25: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 123/prop_physics)
L 07/19/2011 - 14:26:25: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:26:25: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:26:25: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:26:25: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 123/prop_physics)
L 07/19/2011 - 14:26:25: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:26:25: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:26:25: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:26:25: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 123/prop_physics)
L 07/19/2011 - 14:26:25: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:26:25: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:26:25: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:26:25: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 123/prop_physics)
L 07/19/2011 - 14:26:25: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:26:25: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:26:25: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:26:25: [SM] Native "SDKCall" reported: Entity 123 is not valid
L 07/19/2011 - 14:26:25: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:26:25: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:26:25: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:26:26: [SM] Native "SDKCall" reported: Entity 133 is not valid
L 07/19/2011 - 14:26:26: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:26:26: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:26:26: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:26:30: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 123/prop_physics)
L 07/19/2011 - 14:26:30: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:26:30: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:26:30: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:26:30: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 123/prop_physics)
L 07/19/2011 - 14:26:30: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:26:30: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:26:30: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:26:30: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 123/prop_physics)
L 07/19/2011 - 14:26:30: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:26:30: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:26:30: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:26:36: [SM] Native "SDKCall" reported: Entity 123 is not valid
L 07/19/2011 - 14:26:36: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:26:36: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:26:36: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:26:42: [SM] Native "SDKCall" reported: Entity 120 is not valid
L 07/19/2011 - 14:26:42: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:26:42: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:26:42: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:26:46: [SM] Native "SDKCall" reported: Entity 143 is not valid
L 07/19/2011 - 14:26:46: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:26:46: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:26:46: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:27:03: [SM] Native "SDKCall" reported: Entity 132 is not valid
L 07/19/2011 - 14:27:03: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:27:03: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:27:03: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:27:05: [SM] Native "SDKCall" reported: Entity 126 is not valid
L 07/19/2011 - 14:27:05: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:27:05: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:27:05: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:27:06: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 123/prop_physics)
L 07/19/2011 - 14:27:06: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:27:06: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:27:06: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:27:06: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 123/prop_physics)
L 07/19/2011 - 14:27:06: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:27:06: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:27:06: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:27:06: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 123/prop_physics)
L 07/19/2011 - 14:27:06: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:27:06: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:27:06: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:27:06: [SM] Native "SDKCall" reported: Entity 104 is not valid
L 07/19/2011 - 14:27:06: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:27:06: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:27:06: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:27:07: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 123/prop_physics)
L 07/19/2011 - 14:27:07: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:27:07: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:27:07: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:27:07: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 123/prop_physics)
L 07/19/2011 - 14:27:07: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:27:07: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:27:07: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:27:07: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 123/prop_physics)
L 07/19/2011 - 14:27:07: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:27:07: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:27:07: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:27:07: [SM] Native "SDKCall" reported: Entity 123 is not valid
L 07/19/2011 - 14:27:07: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:27:07: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:27:07: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:27:07: [SM] Native "SDKCall" reported: Entity 136 is not valid
L 07/19/2011 - 14:27:07: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:27:07: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:27:07: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:27:09: [SM] Native "SDKCall" reported: Entity 122 is not valid
L 07/19/2011 - 14:27:09: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:27:09: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:27:09: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:27:11: [SM] Native "SDKCall" reported: Entity 132 is not valid
L 07/19/2011 - 14:27:11: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:27:11: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:27:11: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:27:16: [SM] Native "SDKCall" reported: Entity 122 is not valid
L 07/19/2011 - 14:27:16: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:27:16: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:27:16: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:27:22: [SM] Native "SDKCall" reported: Entity 125 is not valid
L 07/19/2011 - 14:27:22: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:27:22: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:27:22: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:27:26: [SM] Native "SDKCall" reported: Entity 122 is not valid
L 07/19/2011 - 14:27:26: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:27:26: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:27:26: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:27:26: [SM] Native "SDKCall" reported: Entity 134 is not valid
L 07/19/2011 - 14:27:26: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:27:26: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:27:26: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:27:26: [SM] Native "SDKCall" reported: Entity 136 is not valid
L 07/19/2011 - 14:27:26: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:27:26: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:27:26: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:27:36: [SM] Native "SDKCall" reported: Entity 122 is not valid
L 07/19/2011 - 14:27:36: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:27:36: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:27:36: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:27:43: [SM] Native "SDKCall" reported: Entity 136 is not valid
L 07/19/2011 - 14:27:43: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:27:43: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:27:43: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:27:54: [SM] Native "SDKCall" reported: Entity 134 is not valid
L 07/19/2011 - 14:27:54: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:27:54: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:27:54: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:28:15: [SM] Native "SDKCall" reported: Entity 119 is not valid
L 07/19/2011 - 14:28:15: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:28:15: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:28:15: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:28:15: [SM] Native "SDKCall" reported: Entity 132 is not valid
L 07/19/2011 - 14:28:15: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:28:15: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:28:15: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:28:20: [SM] Native "SDKCall" reported: Entity 121 is not valid
L 07/19/2011 - 14:28:20: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:28:20: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:28:20: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:28:22: [SM] Native "SDKCall" reported: Entity 132 is not valid
L 07/19/2011 - 14:28:22: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:28:22: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:28:22: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:28:37: [SM] Native "SDKCall" reported: Entity 125 is not valid
L 07/19/2011 - 14:28:37: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:28:37: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:28:37: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:28:40: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 144/prop_physics)
L 07/19/2011 - 14:28:40: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:28:40: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:28:40: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:28:40: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 144/prop_physics)
L 07/19/2011 - 14:28:40: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:28:40: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:28:40: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:28:40: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 144/prop_physics)
L 07/19/2011 - 14:28:40: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:28:40: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:28:40: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:28:40: [SM] Native "SDKCall" reported: Entity 122 is not valid
L 07/19/2011 - 14:28:40: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:28:40: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:28:40: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:28:42: [SM] Native "SDKCall" reported: Entity 122 is not valid
L 07/19/2011 - 14:28:42: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:28:42: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:28:42: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:28:42: [SM] Native "SDKCall" reported: Entity 144 is not valid
L 07/19/2011 - 14:28:42: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:28:42: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:28:42: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:28:48: [SM] Native "SDKCall" reported: Entity 125 is not valid
L 07/19/2011 - 14:28:48: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:28:48: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:28:48: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:28:48: [SM] Native "SDKCall" reported: Entity 139 is not valid
L 07/19/2011 - 14:28:48: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:28:48: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:28:48: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:28:51: [SM] Native "SDKCall" reported: Entity 116 is not valid
L 07/19/2011 - 14:28:51: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:28:51: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:28:51: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:28:52: [SM] Native "SDKCall" reported: Entity 135 is not valid
L 07/19/2011 - 14:28:52: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:28:52: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:28:52: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:28:56: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 144/prop_physics)
L 07/19/2011 - 14:28:56: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:28:56: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:28:56: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:28:56: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 144/prop_physics)
L 07/19/2011 - 14:28:56: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:28:56: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:28:56: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:28:56: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 144/prop_physics)
L 07/19/2011 - 14:28:56: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:28:56: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:28:56: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:28:56: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 144/prop_physics)
L 07/19/2011 - 14:28:56: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:28:56: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:28:56: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:28:56: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 144/prop_physics)
L 07/19/2011 - 14:28:56: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:28:56: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:28:56: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:28:56: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 144/prop_physics)
L 07/19/2011 - 14:28:56: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:28:56: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:28:56: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:28:56: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 144/prop_physics)
L 07/19/2011 - 14:28:56: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:28:56: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:28:56: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:28:56: [SM] Native "SetEntPropFloat" reported: Property "m_flDamage" not found (entity 144/prop_physics)
L 07/19/2011 - 14:28:56: [SM] Displaying call stack trace for plugin "snlite.smx":
L 07/19/2011 - 14:28:56: [SM]   [0]  Line 263, snlite.sp::StickGrenade()
L 07/19/2011 - 14:28:56: [SM]   [1]  Line 206, snlite.sp::GrenadeTouch()
L 07/19/2011 - 14:29:04: [SM] Native "SDKCall" reported: Entity 144 is not valid
L 07/19/2011 - 14:29:04: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:29:04: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:29:04: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:29:07: [SM] Native "SDKCall" reported: Entity 121 is not valid
L 07/19/2011 - 14:29:07: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:29:07: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:29:07: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:29:08: [SM] Native "SDKCall" reported: Entity 134 is not valid
L 07/19/2011 - 14:29:08: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:29:08: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:29:08: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:29:16: [SM] Native "SDKCall" reported: Entity 106 is not valid
L 07/19/2011 - 14:29:16: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:29:16: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:29:16: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:29:19: [SM] Native "SDKCall" reported: Entity 125 is not valid
L 07/19/2011 - 14:29:19: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:29:19: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:29:19: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
L 07/19/2011 - 14:29:29: [SM] Native "SDKCall" reported: Entity 138 is not valid
L 07/19/2011 - 14:29:29: [SM] Displaying call stack trace for plugin "healthkit_on_death.smx":
L 07/19/2011 - 14:29:29: [SM]   [0]  Line 244, healthkit_on_death.sp::RemoveEntity()
L 07/19/2011 - 14:29:29: [SM]   [1]  Line 169, healthkit_on_death.sp::TimerRemove()
That is meaningless without any context, such as what plugin(s) that's from.
psychonic is offline
sinblaster
Grim Reaper
Join Date: Feb 2010
Location: Australia
Old 07-19-2011 , 09:00   Re: SDK Hooks 2.0 - It's beta time again!
#1506

there are two plugs mentioned in those errors
One being healthkit on death another being Sticky Nades lite

I rolled back to hg125 and the errors stopped printing. With hg126 the error logs were piling up to 3 megabytes in size in a matter of a few hours.

Like I mentioned I don't know if its relevant for you to see the effect some builds are having on other plugins so I posted it here anyway.
__________________
Happy Happy Joy Joy

sinblaster is offline
eimsbush
Junior Member
Join Date: Jul 2011
Location: root@koksberg
Old 07-23-2011 , 13:28   Re: SDK Hooks 2.0 - It's beta time again!
#1507

hey,

can the beta cause an issue where

rotoblin_limit_huntingrifle 1

sometimes work and sometimes not?

Since i updated to hg126 linux sometimes the limit dont work, next map the limit is back without doing anything.

And then it disappeares again.

Quote:
19:25:12 [SM] Listing 36 plugins:
01 "Basic Comm Control" (1.4.0-dev) by AlliedModders LLC
02 "Votekick Autoban" (1.3) by n0limit
03 "Basic Commands" (1.4.0-dev) by AlliedModders LLC
04 "Rotoblin" (0.8.1) by Rotoblin Team
05 "L4D_Votekick" (1.0) by D1maxa
06 "Anti-Flood" (1.4.0-dev) by AlliedModders LLC
07 "[L4D] Safe Room Hunter Glitch Blocker" (1.0) by djromero (skyDavid)
08 "Grenade Transfer" (1.0) by DJ_WEST
09 "Basic Chat" (1.4.0-dev) by AlliedModders LLC
10 "Connect Announce" (1.3) by Arg!
11 "[L4D] Custom admin commands" (1.0.6b) by honorcode23
12 "Fun Commands" (1.4.0-dev) by AlliedModders LLC
13 "L4D Ready Up" (0.2.0) by Downtown1 & The Rotoblin Dev Team
14 "Player Commands" (1.4.0-dev) by AlliedModders LLC
15 "Thirdpersonshoulder Block" (1.1) by Don
16 "Heartbeat trigger" (1.0) by B-man
17 "L4D Score/Team Manager" (1.1.1) by Downtown1
18 "Pounce Announce" (1.5) by n0limit
19 "Very Basic High Ping Kicker" (1.4) by msleeper
20 "Basic Votes" (1.4.0-dev) by AlliedModders LLC
21 "L4DSwitchPlayers" (1.4) by SkyDavid (djromero)
22 "Admin Menu" (1.4.0-dev) by AlliedModders LLC
23 "Client Preferences" (1.4.0-dev) by AlliedModders LLC
24 "L4D SM Respawn" (1.9.3) by AtomicStryker & Ivailosp
25 "Admin Help" (1.4.0-dev) by AlliedModders LLC
26 "Basic Info Triggers" (1.4.0-dev) by AlliedModders LLC
27 "Admin File Reader" (1.4.0-dev) by AlliedModders LLC
28 "SourceMod Anti-Cheat" (0.0.5.0) by psychonic, GoD-Tony, CodingDirect LLC
29 "Fun Votes" (1.4.0-dev) by AlliedModders LLC
30 "Reserved Slots" (1.4.0-dev) by AlliedModders LLC
31 "LerpTracker" (0.8) by ProdigySim
32 "Basic Ban Commands" (1.4.0-dev) by AlliedModders LLC
33 "Advertisements" (0.5.5) by Tsunami
34 "L4D Vote Manager 2" (1.5.5) by Madcap
35 "Sound Commands" (1.4.0-dev) by AlliedModders LLC
36 Disabled: "Nextmap" (1.4.0-dev) by AlliedModders LLC
L 07/23/2011 - 18:23:39: SourceMod error session started
L 07/23/2011 - 18:23:39: Info (map "l4d_vs_hospital01_apartment") (file "errors_20110723.log")
L 07/23/2011 - 18:23:39: [SM] Native "CloseHandle" reported: Handle 1ca01be is invalid (error 1)
L 07/23/2011 - 18:23:39: [SM] Displaying call stack trace for plugin "smac.smx":
L 07/23/2011 - 18:23:39: [SM] [0] Line 131, smac/network.sp::Network_DisableChecks()
L 07/23/2011 - 18:23:39: [SM] [1] Line 244, smac/network.sp::Network_OnKACBanlistChanged()
L 07/23/2011 - 18:31:58: Error log file session closed.
L 07/23/2011 - 18:32:00
eimsbush is offline
psychonic

BAFFLED
Join Date: May 2008
Old 07-23-2011 , 13:34   Re: SDK Hooks 2.0 - It's beta time again!
#1508

Quote:
Originally Posted by eimsbush View Post
hey,

can the beta cause an issue where

rotoblin_limit_huntingrifle 1

sometimes work and sometimes not?

Since i updated to hg126 linux sometimes the limit dont work, next map the limit is back without doing anything.

And then it disappeares again.


L 07/23/2011 - 18:239: SourceMod error session started
L 07/23/2011 - 18:239: Info (map "l4d_vs_hospital01_apartment") (file "errors_20110723.log")
L 07/23/2011 - 18:239: [SM] Native "CloseHandle" reported: Handle 1ca01be is invalid (error 1)
L 07/23/2011 - 18:239: [SM] Displaying call stack trace for plugin "smac.smx":
L 07/23/2011 - 18:239: [SM] [0] Line 131, smac/network.sp::Network_DisableChecks()
L 07/23/2011 - 18:239: [SM] [1] Line 244, smac/network.sp::Network_OnKACBanlistChanged()
L 07/23/2011 - 181:58: Error log file session closed.
L 07/23/2011 - 182:00
126 is busted. use 125 or 127
psychonic is offline
eimsbush
Junior Member
Join Date: Jul 2011
Location: root@koksberg
Old 07-23-2011 , 13:35   Re: SDK Hooks 2.0 - It's beta time again!
#1509

ok will give it a try asap
eimsbush is offline
Aces
New Member
Join Date: Jul 2011
Old 07-23-2011 , 15:19   Re: SDK Hooks 2.0 - It's beta time again!
#1510

Hey, I'm trying to get Game Description Override, and i have to download SDK Hookes so i download this and when i refresh the plugins, i get this:

Quote:
Command Executed.
-> sm plugins refresh
L 07/23/2011 - 07:053: [SM] Unable to load plugin "gamedescoverride.smx": Required extension "sdkhooks" file("sdkhooks.ext") not running
[SM] The plugin list has been refreshed and reloaded.
From what I've seen from people with similar problems, is that they are running the wrong version of SDK Hooks. Am i doing this too? Because i can't seem to find another one

Any help is appreciated.

Last edited by Aces; 07-23-2011 at 15:29.
Aces is offline
Closed Thread



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 20:52.


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