WASSIm. Posted December 10, 2014 Share 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 Link to comment
Anubhav Posted December 10, 2014 Share 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! Link to comment
TAPL Posted December 10, 2014 Share 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). Link to comment
WASSIm. Posted December 10, 2014 Author Share 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... Link to comment
tosfera Posted December 10, 2014 Share 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() Link to comment
WASSIm. Posted December 10, 2014 Author Share Posted December 10, 2014 thanks guys i sloved that problem by useing setTimer for start resources Link to comment
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