Ok so I am making a new RP gamemode for my server and I ---->DID<---- put the DeriveGamemode script in for sandbox but whenever I test it the Scoreboard displays Base Gamemode. How can I fix this?
Sounds like you have an error in your script post it here
[Its shared.lua]
GM.Name = “TestRP”
GM.Author = “Master of Puppets”
GM.Email = “pweigel3000@yahoo.com”
GM.Website = “N/A”
DeriveGamemode(“sandbox”)
team.SetUp( 1, “Guest”, Color( 125, 125, 125, 125 )
team.SetUp( 2, “Respected”, Color( 100, 200, 50, 255 )
team.SetUp( 3, “Moderator”, Color( 255, 100, 100, 255 )
team.SetUp( 4, “AIT”, Color( 100, 100, 200, 255 )
team.SetUp( 5, “Administartor”, Color( 200, 0, 140, 255 )
team.SetUp( 6, “Council Member”, Color( 255, 255, 50, 255 )
team.SetUp( 7, “High Council Member”, Color( 0, 0, 0, 255 )
team.SetUp( 8, “Owner”, Color( 200, 0, 150, 200 )
Post console when you load gamemode
ok ill go check it out.
in init put
[lua]
AddCSLuaFile(“cl_init.lua”)
AddCSLuaFile(“shared.lua”)
include(“shared.lua”)
[/lua]
cl_init
[lua]
include(“shared.lua”)
[/lua]
And vollah sandbox will load.
And a change map of cause!
I have the exact same problem, is it gmod?
Cause, I did exactly what you said and it still fails