santiago_baez Posted January 17, 2023 Share Posted January 17, 2023 [2023-01-17 01:42:29] ERROR: vehicles\vehicles.lua:172: exports: Call to non-running server resource (vehicles_auxiliar) [string "?"] [2023-01-17 01:42:29] ERROR: vehicles\vehicles.lua:188: exports: Call to non-running server resource (vehicles_auxiliar) [string "?"] [2023-01-17 01:42:29] ERROR: vehicles\vehicles.lua:191: exports: Call to non-running server resource (vehicles_auxiliar) [string "?"] [2023-01-17 01:42:29] ERROR: vehicles\vehicles.lua:172: exports: Call to non-running server resource (vehicles_auxiliar) [string "?"] [2023-01-17 01:42:29] ERROR: vehicles\vehicles.lua:172: exports: Call to non-running server resource (vehicles_auxiliar) [string "?"] Link to comment
Mobin Posted January 17, 2023 Share Posted January 17, 2023 at line 172 & 188 & 191 your `vehicles.lua` scripting is calling to an exported function at resource `vehicles_auxiliar` but this resource isn't started or it doesn't exist. just make sure you have the `vehicles_auxiliar` resource in your `resources` directory and it's started Link to comment
MYSOTO Posted January 17, 2023 Share Posted January 17, 2023 you dont have resource "Vehicles_auxiliar", you need put the resource name vehicles_auxiliar in you resources folder 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