Author Topic: Spawnpoints being completely deleted.  (Read 402 times)

I've got a gamemode I'm making and the spawnpoints are mysteriously disappearing. I've never been around to see it happen, there's other users but nobody has my trust and has been on at the same time as every time the spawnpoints disappear. (Also, building is disabled, nobody has hammers, so how're they gonna destroy it even with my trust?)

Everything potentially relevant in gamemode.txt
Code: [Select]
//BRICKS
ADDON Brick_ModTer_BasicPack

//WEAPONS
ADDON Weapon_StormPack

//Particles
ADDON particle_SciFiBuild

//Less specific things! Can probably be used in other map gamemodes.
//TOOLS
ADDON Server_NewBrickTool
ADDON Tool_NewDuplicator

//SERVER STUFF SHOULD BE ALL THE SAME EVERYWHERE
ADDON Server_v2DMusic
ADDON Server_Announcements
ADDON Server_HatMod
ADDON Script_Moderator

//Slayer stuffs. Not all necessary but why not?
ADDON Gamemode_Slayer
ADDON Gamemode_Slayer_BountyHunter
ADDON Gamemode_Slayer_CTF
ADDON Gamemode_Slayer_Elimination
ADDON Gamemode_Slayer_Infection
ADDON Gamemode_Slayer_OneManArmy
ADDON Gamemode_Slayer_SearchDestroy
ADDON Gamemode_Slayer_Territory
ADDON Server_TeamLifeTickets

//Limits
$Server::Quota::Misc 10000
$Server::Quota::Environment 10000
$Server::Quota::Schedules 1000

Do trace, send the console log.

Do trace
Do what now? Do I just type trace into the console? /trace? trace();?

(That's probably a stupid question. Also lack of edit sucks.)


I broke pastebin
page froze
it eventually thawed and I hit paste
page went white
a few minutes later it decided my file was too large
boooooooooooooooo

I'll set up something to record video of console and spawnpoints later, so you can see exactly what happens when it vanishes and what goes in the log...

how big is the log file? you should turn off the trace once it's done deleting the spawn points so it isn't huge

Do you have bots running around with hammers?