problems with OnPlayerEditDynamicObject again - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: problems with OnPlayerEditDynamicObject again (
/showthread.php?tid=486695)
problems with OnPlayerEditDynamicObject again -
horsemeat - 10.01.2014
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?
Re: problems with OnPlayerEditDynamicObject again -
BlackSirrah239 - 10.01.2014
Which streamer are you using?
Re: problems with OnPlayerEditDynamicObject again -
horsemeat - 10.01.2014
Incognito's
Re: problems with OnPlayerEditDynamicObject again -
BlackSirrah239 - 10.01.2014
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?
Re: problems with OnPlayerEditDynamicObject again -
horsemeat - 12.01.2014
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
Re: problems with OnPlayerEditDynamicObject again -
horsemeat - 30.01.2014
~Bump~