• Players Spawning unassigned
    6 replies, posted
I have been having a problem with this a lot recently I believe it has something to do with jobrelated.lua because I remember it started when I did something in jobrelated.lua I just don't know what I did. I also always get an error in console. So can you guys please tell me how to fix it this is sort of getting old. Error:[url]http://postimg.org/image/e70r0683l/[/url] Code:[url]http://s23.postimg.org/skt5i5b8b/unassigned2.png[/url]
GAMEMODE.DefaultTeam is not defined, either you got some error which breaks the code defining it, or you simply forgotten to define it.
[QUOTE=Donkie;43606787]GAMEMODE.DefaultTeam is not defined, either you got some error which breaks the code defining it, or you simply forgotten to define it.[/QUOTE] So what do I do?
[QUOTE=Handsome Matt;43607468]define GAMEMODE.DefaultTeam[/QUOTE] I am asking how
[lua]GM.DefaultTeam = TEAM_CITIZEN[/lua] How hard can it be? [editline]20th January 2014[/editline] You've obviously deleted [url=https://github.com/FPtje/DarkRP/blob/master/gamemode/config/jobrelated.lua#LC245]Line 245 in jobrelated.lua[/url]
[QUOTE=Internet1001;43608324][lua]GM.DefaultTeam = TEAM_CITIZEN[/lua] How hard can it be? [editline]20th January 2014[/editline] You've obviously deleted [url=https://github.com/FPtje/DarkRP/blob/master/gamemode/config/jobrelated.lua#LC245]Line 245 in jobrelated.lua[/url][/QUOTE] Thank you I will try it im really new at this Edit:Omg thank you so much it worked ive dealt with that for to long
Sorry, you need to Log In to post a reply to this thread.