[code!][/code!] Models not being enforced on players
7 replies, posted
Sooo....
When you join my server and choose a job like mayor, the server forces players to become the breen model my default. I have all the settings on my server set to enforceplayermodel = true .
There are no lua script errors going on. I have deleted all the addons that were causing errors. I have changed the models on my job list to tables instead of being in just plain quotes.
Job list - [url]http://pastebin.com/v57Y6Jna[/url]
There are ConVar errors but I was told this has to do with addons and not models.
I'm no really sure what else to do without having to go through the process of completely wiping the server.
So what's your issue? The mayor model or the error you included in your Pastebin?
[editline]4th August 2014[/editline]
[QUOTE=code_gs;45594330]So what's your issue? The mayor model or the error you included in your Pastebin?[/QUOTE]
I apologize for the error included in the paste bin, I forgot that was there.
The error happening in my server is that NONE of the jobs have models being enforced on the players. I only used the mayor as an example.
This is my most up-to-date job file. I only wanted to paste it to see if anyone thought it would be an issue with my jobs.
Most recent server log - [url]http://pastebin.com/FfbKjDmg[/url]
From what I can tell, there are multiple errors. The first being this
[code] hasLicense = false
})[/code]
when it's supposed to be like this
[code] hasLicense = false,
})[/code]
When it's the last value in a table, you don't need a comma.
So... I do or do not need a comma?
[QUOTE=ldshaul01;45600360]So... I do or do not need a comma?[/QUOTE]
[QUOTE=CGNick;45597641]When it's the last value in a table, you don't need a comma.[/QUOTE]
Well.. what you said didn't fix my error... but I did a wipe and reset everything and so dar it's working out.
Sorry, you need to Log In to post a reply to this thread.