Yeah, I've started getting this issue. I recently moved from private hosting to paid hosting, and only just started getting this issue.. When a player changes job, they change into the job like normal, but when they first spawn, they appear as this "thing", and need to change job as soon as they join... It has this strange model that is gray and black and has no animations whatsoever. Its pose is in some type of handshake pose where it is facing straight at any direction.
[IMG]http://i.imgur.com/tYjQ5bl.jpg[/IMG]
My jobs.lua file is as follows... Also, I'm not receiving any errors...
[CODE]TEAM_SURVIVOR = DarkRP.createJob("Survivor", {
color = Color(20, 150, 20, 255),
model = {
"models/player/Group03/Female_01.mdl",
"models/player/Group03/Female_02.mdl",
"models/player/Group03/Female_03.mdl",
"models/player/Group03/Female_04.mdl",
"models/player/Group03/Female_06.mdl",
"models/player/group03/male_01.mdl",
"models/player/Group03/Male_02.mdl",
"models/player/Group03/male_03.mdl",
"models/player/Group03/Male_04.mdl",
"models/player/Group03/Male_05.mdl",
"models/player/Group03/Male_06.mdl",
"models/player/Group03/Male_07.mdl",
"models/player/Group03/Male_08.mdl",
"models/player/Group03/Male_09.mdl"
},
description = [[Your life has been turned upside down since the infection. Your only concern is surviving. Stick together as a team by all means. ]],
weapons = {},
command = "survivor",
max = 0,
salary = GAMEMODE.Config.normalsalary,
admin = 0,
vote = false,
hasLicense = false,
candemote = false
})[/CODE]
[code] /*---------------------------------------------------------------------------
Define which team joining players spawn into and what team you change to if demoted
---------------------------------------------------------------------------*/
GAMEMODE.DefaultTeam = TEAM_SURVIVOR
/*---------------------------------------------------------------------------[/code]
PLEASE SEND HELP.
That's the default player.mdl, or just a nil model iirc. Somewhere in your code, you're either setting someone's model to nil, or a job doesn't have a model.
[QUOTE=code_gs;44666248]That's the default player.mdl, or just a nil model iirc. Somewhere in your code, you're either setting someone's model to nil, or a job doesn't have a model.[/QUOTE]
This didn't happen until I went to paid hosting... I've had to rebuild my server from scratch because not only this, but doors started to totally fuck up... Really not impressed with Nitrous Networks right now...
[QUOTE=synysterdemon;44666326]This didn't happen until I went to paid hosting... I've had to rebuild my server from scratch because not only this, but doors started to totally fuck up... Really not impressed with Nitrous Networks right now...[/QUOTE]
Hosts don't affect anything. It's something on your server.
I doubt it. literally an hour before I went to paid hosting, my doors were fine, my models and jobs were fine and so forth. Now, it's all tits up...
[QUOTE=synysterdemon;44666396]I doubt it. literally an hour before I went to paid hosting, my doors were fine, my models and jobs were fine and so forth. Now, it's all tits up...[/QUOTE]
That means something didn't transfer correctly. Unless your host injects code in you server, I seriously doubt that it's their fault.
[QUOTE=code_gs;44666454]That means something didn't transfer correctly. Unless your host injects code in you server, I seriously doubt that it's their fault.[/QUOTE]
Hmmm... Perhaps... Still pissed me off though... Also doesn't help their FTP hosting is totally fucked so I can't actually do anything efficiently... -.-
Sorry, you need to Log In to post a reply to this thread.