According to everyone else its the scripthook, well it shouldn't be because my other scripts load but I got rid of them. I have the latest version of the script hook but I cannot be sure, its only the Loader that gives me trouble, ELS and PoliceHelper work but the loader doesn't work. It just gives me the same LCPDFR.Loader.Loader not working. I dont know if the Advanced Script loader is latest or not. But this is what the Scripthook says
2014-05-09 14:01:13 - Initializing ScriptHookDotNet v1.7.1.7 BETA (on GTA IV version 1.0.7.0 with C++ Hook version 0.5.1)
2014-05-09 14:03:30 - Direct3D device created!
2014-05-09 14:03:31 - SEARCHING FOR SCRIPTS...
2014-05-09 14:03:31 - Loading scripts in Assembly 'scriptsLCPDFR Loader.net.dll' ...
2014-05-09 14:03:31 - ...found script 'LCPDFR_Loader.Loader'!
2014-05-09 14:03:31 - ...found script 'LCPDFR_Loader.PublicScript'!
2014-05-09 14:03:31 - DONE! 2 valid scripts found!
2014-05-09 14:03:31 - STARTING SCRIPTS...
2014-05-09 14:03:31 - INFO: Phone number checks are not available!
2014-05-09 14:03:31 - ...successfully started script 'LCPDFR_Loader.PublicScript'!
2014-05-09 14:03:31 - ...successfully started script 'LCPDFR_Loader.Loader'!
2014-05-09 14:03:33 - Error during Tick in script 'LCPDFR_Loader.Loader':
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileNotFoundException: Could not load file or assembly 'AdvancedHook.dll' or one of its dependencies. The specified module could not be found.
at freval_287.fr0(String A_0)
at LCPD_First_Response.Engine.Main.fr3()
at LCPD_First_Response.Engine.Main.Main_Tick(Object sender, EventArgs e)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at LCPDFR_Loader.Test.Tick(Object sender, EventArgs e)
at LCPDFR_Loader.Loader.Loader_Tick(Object sender, EventArgs e)
at GTA.Script.TryTick()
at GTA.Script.DoTick()
at GTA.ScriptThread.OnTick()
2014-05-09 14:03:51 - Direct3D device lost!
2014-05-09 14:03:51 - SCRIPTS TERMINATED!
It said this but then it said it failed. 2014-05-09 14:03:31 - STARTING SCRIPTS...
2014-05-09 14:03:31 - INFO: Phone number checks are not available!
2014-05-09 14:03:31 - ...successfully started script 'LCPDFR_Loader.PublicScript'!
2014-05-09 14:03:31 - ...successfully started script 'LCPDFR_Loader.Loader'!
2014-05-09 14:03:33 - Error during Tick in script 'LCPDFR_Loader.Loader':