PDA

View Full Version : Double Tapping Labels Issue



Odemis
01-18-2015, 07:59 AM
I'm currently undergoing some technical issues with a script I'm working on. I finally got all my checkers and functions running smoothly, without it skipping a NPC label, or 'printing' text from another label on the wrong label. But now since everything is running simultaneously, every NPC/ checker label or function, it does it twice in a row.. ie "Withdrawing Cash..."....3 seconds later "Withdrawing Cash"... and same with pots and food checker, and all prints also.
Has anyone dealt with these issues before, and would be insightful as on how to fix it, or any possible solutions without the release of the script?
There isnt any running loop on the entire script that could cause this... just kind of stomped trying to switch positions of everything without success.. any ideas? Thanks.

Ode'

derkonsito
01-18-2015, 08:28 AM
Maybe 2 much lag? You are having lots of ping or less fps than what its recommended (I would say never less than 10)

Nakuu
01-18-2015, 10:57 AM
Probably there is a 'registerEventListener' twice in a lua.

Odemis
01-18-2015, 05:56 PM
Probably there is a 'registerEventListener' twice in a lua.

^^ solved and correct.

Nakuu
01-18-2015, 07:50 PM
^^ solved and correct.

Awesome <3 :)