Posts: 233
Threads: 62
Joined: Mar 2013
Reputation:
0
Alright I have another problem with OnPlayerEditDynamicObject I a currently making a new filterscript and it uses OnPlayerEditDynamicObject adjacent to my JBobjects Filterscript which also uses OnPlayerEditDynamicObject I noticed when I use my new filterscript moveobjects fuctions and hit save it seems to move the object from my JBobjects filterscript aswell can anyone give me help?
Posts: 69
Threads: 3
Joined: Dec 2012
Reputation:
0
Which streamer are you using?
Posts: 69
Threads: 3
Joined: Dec 2012
Reputation:
0
Are you trying to edit a dynamic object (CreateDynamicObject) or a default object (CreateObject)? I know EditDynamicObject only works with CreateDynamicObject as I have had previous problems with it too.
What is the code you have for EditDynamicObject?
Posts: 233
Threads: 62
Joined: Mar 2013
Reputation:
0
12.01.2014, 01:04
(
Last edited by horsemeat; 12/01/2014 at 01:38 AM.
)
Yes all of it is EditDynamicObject and CreateDynamicObject
Update I had an out of date version I updated it see if that will help
it kind of fixed it, On my object script when I move an object it made a gas label appear but no gas object since I hit save it saved where the gas pump labels was and when I reload my filter script and the gaspump was on top of the object also I notice that the object label did not move