Add a couple of lines, and whole addon stops working?
4 replies, posted
I am working on a map rotation addon, and am working to add a timed rotator. I added the things in the config to enable it, then added some timer functions for countdown, and one for changing the map. Suddenly almost nothing from my addon is working, no errors.
[URL="https://github.com/ajgeiss0702/GMapRotate/tree/2089972d8258f0acbd1b052887327f6d9ad3813f"]Here is the code on github[/URL]
What happened?
Well none of your timer.Simple callbacks have ends on them. Surprised that was not yelling errors at you.
[QUOTE=TheEmp;52379246]Well none of your timer.Simple callbacks have ends on them. Surprised that was not yelling errors at you.[/QUOTE]
Thanks! One stupid mistake down! :P
Let me see if that fixes it (probably not)
You might want to make your file and folder names a bit more unique.
[QUOTE=code_gs;52379252]You might want to make your file and folder names a bit more unique.[/QUOTE]
Ok, I wil try that too.
[editline]19th June 2017[/editline]
[QUOTE=code_gs;52379252]You might want to make your file and folder names a bit more unique.[/QUOTE]
[QUOTE=TheEmp;52379246]Well none of your timer.Simple callbacks have ends on them. Surprised that was not yelling errors at you.[/QUOTE]
Thanks! It is working now! It was probably the folder name! (conflicting addons)
Sorry, you need to Log In to post a reply to this thread.