View Single Post
DabuDos
Junior Member
Join Date: Feb 2015
Location: Germany
Old 09-14-2015 , 12:35   Re: Dynamic Objects and Properties
Reply With Quote #14

Got something weird.

PHP Code:
L 09/14/2015 18:11:29SourceMod error session started
L 09
/14/2015 18:11:29Info (map "de_dust2") (file "errors_20150914.log")
L 09/14/2015 18:11:29: [SMNative "ThrowNativeError" reportedUnable to access dynamic handle 0
L 09
/14/2015 18:11:29: [SMDisplaying call stack trace for plugin "dynamic.smx":
L 09/14/2015 18:11:29: [SM]   [0]  Line 149E:\CSGO\Sourcemod\tracker\addons\sourcemod\scripting\dynamic.sp::Native_Dynamic_IsValidCollectionIndex()
L 09/14/2015 18:11:29: [SMNative "Dynamic_IsValidCollectionIndex" reportedError encountered while processing a dynamic native
L 09
/14/2015 18:11:29: [SMDisplaying call stack trace for plugin "dynamic.smx":
L 09/14/2015 18:11:29: [SM]   [0]  Line 401E:\CSGO\Sourcemod\tracker\addons\sourcemod\scripting\dynamic.sp::Native_Dynamic_SetInt()
L 09/14/2015 18:11:29: [SMNative "Dynamic_SetInt" reportedError encountered while processing a dynamic native
L 09
/14/2015 18:11:29: [SMDisplaying call stack trace for plugin "DynamicTest1.smx":
L 09/14/2015 18:11:29: [SM]   [0]  Line 73D:\SourcemodPlugins\include\dynamic.inc::Dynamic.SetInt()
L 09/14/2015 18:11:29: [SM]   [1]  Line 9D:\SourcemodPlugins\DynamicTest1.sp::OnPluginStart()
L 09/14/2015 18:13:08: [SMNative "ThrowNativeError" reportedUnable to access dynamic handle 0
L 09
/14/2015 18:13:08: [SMDisplaying call stack trace for plugin "dynamic.smx":
L 09/14/2015 18:13:08: [SM]   [0]  Line 149E:\CSGO\Sourcemod\tracker\addons\sourcemod\scripting\dynamic.sp::Native_Dynamic_IsValidCollectionIndex()
L 09/14/2015 18:13:08: [SMNative "Dynamic_IsValidCollectionIndex" reportedError encountered while processing a dynamic native
L 09
/14/2015 18:13:08: [SMDisplaying call stack trace for plugin "dynamic.smx":
L 09/14/2015 18:13:08: [SM]   [0]  Line 401E:\CSGO\Sourcemod\tracker\addons\sourcemod\scripting\dynamic.sp::Native_Dynamic_SetInt()
L 09/14/2015 18:13:08: [SMNative "Dynamic_SetInt" reportedError encountered while processing a dynamic native
L 09
/14/2015 18:13:08: [SMDisplaying call stack trace for plugin "DynamicTest1.smx":
L 09/14/2015 18:13:08: [SM]   [0]  Line 73D:\SourcemodPlugins\include\dynamic.inc::Dynamic.SetInt()
L 09/14/2015 18:13:08: [SM]   [1]  Line 9D:\SourcemodPlugins\DynamicTest1.sp::OnPluginStart() 
if you need the code, tell me (well nothing special, I just made a basic SetInt Plugin and another that should receive the value)
DabuDos is offline