SWRP Job Problem

Post Reply
VirtuousGamer
New to forums
New to forums
Posts: 5
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Mon Jul 25, 2016 7:47 pm

SWRP Job Problem

Post by VirtuousGamer »

[ERROR] A runtime error has occurred in "addons/darkrpmodification-master/lua/darkrp_customthings/jobs.lua" on line 413.
The best help I can give you is this:

'validateJob' is being called like it is a function, but in reality it does not exist (is nil).

Hints:
- You are doing either stuff.something(<otherstuff>) or stuff:something(<otherstuff>). The 'something' here does not exist.

The responsibility for this error lies with (the authors of) one (or more) of these files:
1. addons/darkrpmodification-master/lua/darkrp_customthings/jobs.lua on line 413
2. gamemodes/starwarsrp/gamemode/libraries/fn.lua on line 82
3. gamemodes/starwarsrp/gamemode/libraries/modificationloader.lua on line 137
4. gamemodes/starwarsrp/gamemode/libraries/modificationloader.lua on line 148
5. gamemodes/starwarsrp/gamemode/init.lua on line 82
------- End of Simplerr error -------

There is 1 Lua problem!
Please check your console for more information!
Not running script CAC.lua - it's too short.
[ERROR] gamemodes/starwarsrp/gamemode/modules/base/cl_gamemode_functions.lua:23: attempt to index local 'jobTable' (a nil value)
1. Call - gamemodes/starwarsrp/gamemode/modules/base/cl_gamemode_functions.lua:23
2. unknown - gamemodes/starwarsrp/gamemode/modules/base/cl_gamemode_functions.lua:62


[ERROR] gamemodes/starwarsrp/gamemode/modules/base/cl_gamemode_functions.lua:23: attempt to index local 'jobTable' (a nil value)
1. Call - gamemodes/starwarsrp/gamemode/modules/base/cl_gamemode_functions.lua:23
2. unknown - gamemodes/starwarsrp/gamemode/modules/base/cl_gamemode_functions.lua:62


[ERROR] gamemodes/starwarsrp/gamemode/modules/base/cl_gamemode_functions.lua:23: attempt to index local 'jobTable' (a nil value)
1. Call - gamemodes/starwarsrp/gamemode/modules/base/cl_gamemode_functions.lua:23
2. unknown - gamemodes/starwarsrp/gamemode/modules/base/cl_gamemode_functions.lua:62


[ERROR] gamemodes/starwarsrp/gamemode/modules/base/cl_gamemode_functions.lua:6: attempt to index local 'jobTable'



or



http://pastebin.com/seMqtwr8
Post Reply