I got an error saying,
[ERROR] A runtime error has occurred in "addons/darkrpmodification-master/lua/darkrp_customthings/jobs.lua" on line 21.
The best help I can give you is this:
attempt to perform arithmetic on global 'models' (a nil value)
Hints:
- No hints, sorry.
What does "arithmetic on global 'models' or a Nil value mean, i searched it on google and it said mean or show me how do i EVEN FIX THIS PROBLEM cause i dont get it ;c
https://www.dropbox.com/s/eojdnauhawai630/jobs.lua?dl=0
Your model is not a string
Wrong:
model = {models/player/arctic.mdl},
Right:
model = {"models/player/arctic.mdl"},
Sorry if I sound like an asshole but this honestly isn't a place to post a thread about DarkRP errors everyday, what I can recommend to you is using an online generator such as https://csite.io/ or watching some tutorials on youtube.
People will keep coming here asking and asking no matter what tools are available...They just do it and we can't do nothing about that...
Sorry, you need to Log In to post a reply to this thread.