View Single Post
zan.gamer
SourceMod Donor
Join Date: Jan 2011
Old 09-13-2012 , 00:23   Re: [CS:GO]Increased Nade Damage
Reply With Quote #9

The plugin works as advertised but I get these in my SM error logs every map change.

Code:
 
L 09/12/2012 - 20:17:58: SourceMod error session started
L 09/12/2012 - 20:17:58: Info (map "de_grnlight_b1") (file "errors_20120912.log")
L 09/12/2012 - 20:17:58: [SM] Native "GetEntPropFloat" reported: Property "m_flDamage" not found (entity 38/cs_player_manager)
L 09/12/2012 - 20:17:58: [SM] Displaying call stack trace for plugin "IncreaseNadeDamage.smx":
L 09/12/2012 - 20:17:58: [SM] [0] Line 39, C:\csgo_test_apo\csgo\addons\sourcemod\scripting\IncreaseNadeDamage.sp::ChangeGrenadeDamage()
L 09/12/2012 - 20:35:46: Error log file session closed.
L 09/12/2012 - 20:35:47: SourceMod error session started
L 09/12/2012 - 20:35:47: Info (map "de_dust2") (file "errors_20120912.log")
L 09/12/2012 - 20:35:47: [SM] Native "GetEntPropFloat" reported: Property "m_flDamage" not found (entity 38/cs_player_manager)
L 09/12/2012 - 20:35:47: [SM] Displaying call stack trace for plugin "IncreaseNadeDamage.smx":
L 09/12/2012 - 20:35:47: [SM] [0] Line 39, C:\csgo_test_apo\csgo\addons\sourcemod\scripting\IncreaseNadeDamage.sp::ChangeGrenadeDamage()
L 09/12/2012 - 20:57:18: Error log file session closed.
L 09/12/2012 - 20:57:19: SourceMod error session started
L 09/12/2012 - 20:57:19: Info (map "cs_italy") (file "errors_20120912.log")
L 09/12/2012 - 20:57:19: [SM] Native "GetEntPropFloat" reported: Property "m_flDamage" not found (entity 38/cs_player_manager)
L 09/12/2012 - 20:57:19: [SM] Displaying call stack trace for plugin "IncreaseNadeDamage.smx":
L 09/12/2012 - 20:57:19: [SM] [0] Line 39, C:\csgo_test_apo\csgo\addons\sourcemod\scripting\IncreaseNadeDamage.sp::ChangeGrenadeDamage()
L 09/12/2012 - 21:19:10: Error log file session closed.
L 09/12/2012 - 21:19:11: SourceMod error session started
L 09/12/2012 - 21:19:11: Info (map "de_aztec") (file "errors_20120912.log")
L 09/12/2012 - 21:19:11: [SM] Native "GetEntPropFloat" reported: Property "m_flDamage" not found (entity 38/cs_player_manager)
L 09/12/2012 - 21:19:11: [SM] Displaying call stack trace for plugin "IncreaseNadeDamage.smx":
L 09/12/2012 - 21:19:11: [SM] [0] Line 39, C:\csgo_test_apo\csgo\addons\sourcemod\scripting\IncreaseNadeDamage.sp::ChangeGrenadeDamage()
zan.gamer is offline