Hi, I’m making a darkrp server ( >:l ) and when I start it srcds launches the server, and then in the command prompt it says that all of the props were removed and then restarts.
here is my server.cfg
// Server.cfg Executes on maploads
// For Convars like sv_cheats 1 = on 0 = off
hostport 27015 //Port used for the Server
Hostname “Durza's Playhouse: DarkRP” // host name
rcon_password “server” // rcon password
sv_password “” //Server Password. Leave like this for no password.
//Voice Chat
sv_voiceenable 1 // Enable Voice
sv_alltalk 1 // Allow all the teams to talk to each other
// Lan
sv_lan 0 // Lol Lan
//Rates… Change the maxrate according to the tutorial. (Replace the xxx //with a number… lol
sv_scriptenforcer "0"
sv_maxcmdrate 33
sv_maxupdaterate 100
sv_maxrate 25000
sv_minrate 0
sv_minupdaterate 20
//Fall Damage, 1 for realistic, 0 for 10 hp
mp_falldamage 1
//How fast a Spray can be Sprayed, In seconds
decalfrequency 3
// LOGGING
sv_logbans 1
sv_stats 1
log 1 //Turn this off if you don’t like the logging in the console (L <date> then some other stuff), logs are in garrysmod/logs
//Leave off unless you want them on. (Most things that crash servers are cheats.)
sv_cheats 0
//Downloading
sv_allowdownload 1
sv_allowupload 1
net_maxfilesize 64
sv_region 0
sv_timeout 65
//Make sure the Bans are loaded
exec banned_user.cfg
//Sandbox Command Config. Sets the limit of various things. You can //change it to fit your server.
"sbox_maxprops" "15" // Don't make this too much if you use a good map as rp_downtown_v2 \\
"sbox_maxragdolls" "0" // Unnecessary on DarkRP.. \\
// It's disabled so make it 0 \\
"sbox_maxballoons" "2" // Balloons \\
"sbox_maxeffects" "0" // Put this off or people will make the skybox weird and dark... \\
"sbox_maxdynamite" "0" // It's RP not Oh snap trap, land \\
"sbox_maxlamps" "0" // Lamps, this will make the server lagg \\
"sbox_maxthrusters" "5" // Why would we need thrusters anyway? \\
"sbox_maxwheels" "4" // Idk if roleplayers are bored... \\
"sbox_maxhoverballs" "0" // This will only be prop lifting \\
"sbox_maxvehicles" "0" // You can spawn vechicles not recommended on small maps \\
"sbox_maxbuttons" "5" // Just make it enough, people want to have buttons or its prop block \\
"sbox_noclip" "1" // Everyone will be able to noclip also guests. \\
"sbox_godmode" "0" // Godmode; no one will be able to die in your server. \\
"sbox_plpldamage" "0" // PeopleDamage; 1 = Disabled 0 = Damage; deathmatching \\
ulx map rp_downtown_v2 DarkRP
//End