WASSIm. Posted December 10, 2014 Posted December 10, 2014 hi guys, i got that problem: ERROR: ZA-group\client.lua:65: exports: Call to non-running client resource (ZA-system) [string "?"] all exports ZA-system serverside working but client is not i need to restart resource to be work, so anyhelp please
Anubhav Posted December 10, 2014 Posted December 10, 2014 It might be a bug but please show the admin panel -> resources -> ss of state of ZA-system and the error! See my some resources: Skin shop: https://community.multitheftauto.com/in ... ls&id=8008 Note script: https://community.multitheftauto.com/in ... ls&id=8009 Rules Panel: https://community.multitheftauto.com/in ... ls&id=8246 Random Money: https://community.multitheftauto.com/in ... ls&id=8718
TAPL Posted December 10, 2014 Posted December 10, 2014 I guess that because you've tried to export but the resource client file haven't started or downloaded yet (resource start before another resource).
WASSIm. Posted December 10, 2014 Author Posted December 10, 2014 but how ? i make file for resources i want start on ZA-system started that mean resource ZA-system he is start other resource...
tosfera Posted December 10, 2014 Posted December 10, 2014 If your client sided file has a variable storing the export, your problem will be there. Like TAPL said: I guess that because you've tried to export but the resource client file haven't started or downloaded yet This is also the case if you restart resource1, but resource2 still has the variable stored. The stored variable will be called to a wrong resource ( these ID's change as far as I know ). A simple way to fix this is to replace all the stored variables and just use; exports["resource-name"]:function() If you want to contact me directly concerning Advanced-Gaming, please contact me at [email protected]
WASSIm. Posted December 10, 2014 Author Posted December 10, 2014 thanks guys i sloved that problem by useing setTimer for start resources
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now