- Joined
- Jan 23, 2015
- Messages
- 788
Okay, there's a very weird problem I have in my triggers which is frustrating me cause I have no idea what's causing it.
There's two triggers that are involved, the first one determines a point and stores it into an indexed variable. The second trigger happens after 0.01 second and uses that point, but the location is lost and the point appears to be near the center of the map (where usually removed points appear). I made a 'Ping minimap on both triggers, and the first trigger shows the point exactly where I want it to be, but the second one shows it near he center of the map. I guarantee you that I'm not removing the location at the end of trigger 1 and there's only one other trigger that removes it for which I've set a debug message to appear just to be sure it works properly, and it's NOT the source of the problem. Also note that the point variables and indexes used in both triggers are THE SAME, I already tested that out.
I'd show you a trigger but trust me it will just confuse you and nothing else...
There's two triggers that are involved, the first one determines a point and stores it into an indexed variable. The second trigger happens after 0.01 second and uses that point, but the location is lost and the point appears to be near the center of the map (where usually removed points appear). I made a 'Ping minimap on both triggers, and the first trigger shows the point exactly where I want it to be, but the second one shows it near he center of the map. I guarantee you that I'm not removing the location at the end of trigger 1 and there's only one other trigger that removes it for which I've set a debug message to appear just to be sure it works properly, and it's NOT the source of the problem. Also note that the point variables and indexes used in both triggers are THE SAME, I already tested that out.
I'd show you a trigger but trust me it will just confuse you and nothing else...