stefutz101 Posted February 10, 2016 Share Posted February 10, 2016 Hi. I have a Mta Dayz server and i have this error in gamemode : "Error: Client (x) triggered serverside event requestLODsClient , but event is not added serverside." So i know how to fix this but how i can find from what resource this error came ?Or how i can find in what file that event is called ? Link to comment
KariiiM Posted February 10, 2016 Share Posted February 10, 2016 On which action that you do to let this error appears? but normally it should tell you the line and the file Link to comment
stefutz101 Posted February 10, 2016 Author Share Posted February 10, 2016 It appear at other players . I don't know exactly . I guess this error came from group system. But i'm not sure. Link to comment
KariiiM Posted February 10, 2016 Share Posted February 10, 2016 (edited) It appear at other players . I don't know exactly . I guess this error came from group system. But i'm not sure. So in this case would be hard to detect the error, you have one way to try to find where this error does appear by yourself. Ah, there is another way, as far as you named your event "requestLODsClient", try to remember in which resource you used this event name then check it, it might be client sided and the problem exist in server side I hope you get it Edited February 10, 2016 by Guest Link to comment
SpecT Posted February 10, 2016 Share Posted February 10, 2016 I know that the MTA's map editor creates such files. They are: mapEditorScriptingExtension_c.lua and mapEditorScriptingExtension_s.lua Maybe its from a map resource. I hope this helps. Link to comment
stefutz101 Posted February 10, 2016 Author Share Posted February 10, 2016 I will open all resources and i will try find that event ( ctrl+f ) . And i will post the result. Thanks PS: When i create a new base i always delete that files . Link to comment
KariiiM Posted February 10, 2016 Share Posted February 10, 2016 I will open all resources and i will try find that event ( ctrl+f ) . And i will post the result. Thanks PS: When i create a new base i always delete that files . I found your problem where it exists https://forum.multitheftauto.com/viewtopic.php?f ... nt#p604366 Link to comment
stefutz101 Posted February 10, 2016 Author Share Posted February 10, 2016 So how can i fix that ? I guess that files remove world objects . If i will remove that files world objects will appear back , i guess. Link to comment
Captain Cody Posted February 10, 2016 Share Posted February 10, 2016 requestLODsClient, isn't added server side just means one of your client side scripts are trying to trigger a no existent function, what resource is the error coming from? Link to comment
SpecT Posted February 11, 2016 Share Posted February 11, 2016 requestLODsClient, isn't added server side just means one of your client side scripts are trying to trigger a no existent function, what resource is the error coming from? The error doesn't tell you from which resource it comes. In my server (DM race) I get these errors really frequently from most of the new maps. Now on the topic - if the error comes from the server side file then you should search for "mapEditorScriptingExtension_c.lua" and remove it from meta. Link to comment
stefutz101 Posted February 12, 2016 Author Share Posted February 12, 2016 Solved. Thanks everyone for all ideas. 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