EditObject Function Issue - 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: EditObject Function Issue (
/showthread.php?tid=572886)
EditObject Function Issue -
IzadorO - 02.05.2015
Every time EditObject is used, it is automatically cancelled.
As soon as each pointer appears, the Editing automatically cancels. I have went through everything regarding OnPlayerEditObject, OnPlayerEditDynamicObject & OnPlayerEditAttachedObject, and I have even removed them for testing - but none of the above has worked.
Any ideas on how to resolve this issue?
AW: EditObject Function Issue -
JackBauer1994 - 02.05.2015
Do you have any timer containing the function CancelEdit()?
Re: AW: EditObject Function Issue -
IzadorO - 02.05.2015
No, I do not.
CancelEdit(); is not used in my script at all.
Update: I also found out that after hitting tab, your mouse is disabled and you cannot use the scroller. It may not be an EditObject issue. Any ideas?