• Gmod Script doesnt work on main Server. On Dev it does
    7 replies, posted
Hey Facepunch, i have a GmodScript that allows me to One-Time Reward special Ranks. It works fine in my TestServer and give rewards + Ingame message. But on my Main Server (with much more Adons) it doesnt. I am running TTT. Only the "Reset" function does work. But no reward an no message ingame. Code: [url]http://pastebin.com/LvM208if[/url] Thanks for taking a look on it.
Have you tried removing some of your addons to see which one is conflicting with it? I'm going to guess that another addon is returning something in PlayerInitialSpawn, not letting anything else run.
Did you have any errors in the console? Most likely one of the addons you have installed on your main server is conflicting wit the reward system.
Hey, sry i forgot. There are absolutly no Errors (on the TestServer the was some but they are all fixed. 's working great there now.). And no i haven't removed addon for addon.
Well that is your next step, you need to go addon by addon to figure out which one is conflicting. Hopefully you don't have an absurd number of addons.
I have an very absurd number of addons .... :/ The last one i installed: [url]https://scriptfodder.com/scripts/view/162[/url]
[QUOTE=Isntinkt;49197933]I have an very absurd number of addons .... :/ The last one i installed: [url]https://scriptfodder.com/scripts/view/162[/url][/QUOTE] We know nothing about your paid addons. Remove them in chunks until you find the one who's hook is conflicting. Otherwise, you can get Notepad++ and use the Find All in Files feature to search for any PlayerInitialSpawn hooks.
Maybe its beacouse he has some mayus letters on the files, wich on linux causes things to not load. Try lowering the addons name and all the folders and files.
Sorry, you need to Log In to post a reply to this thread.