Posted 16 July 2013 - 03:29 PM
I need a way to detect if a API is loaded. I'm not looking forward to force loading if it is not loaded I just need to detect if it is loaded.
for exaple
for exaple
if (api1 isloaded) then
some code if api1 is present
else
print("api1 not found I cant do watever till its there. enable it or download it here:...")
end
I know I can forceload it but if it not there it will throw an error. I have looked at the wiki but I cant find anything to see if it is loaded.