Is there any way at all to delete game objects that you put a 1 after when you spawned it?
Is there any way at all to delete game objects that you put a 1 after when you spawned it?
To my knowledge you delete them just as you would any gameobject? The 1 is to prevent it from disappearing after like a server crash or something, but it doesn't mean you can't still delete it. Just .go select the object then .go delete
Correct me if I'm wrong of course, but I haven't seen any problems with that.
Yeah I did, that. But then after I close down the cmds that are running the server they come back next time I start it up.
Yeah, you'll have to remove them from the DB. Go into gameobject_spawns and look for them. All entries are ordered from earliest - latest spawns. So for example, if you spawned a table yesterday, it would be on the last page.
.go sel and .go del should be enough. But some cores got problems with this.
I would recomend you to get a new core to your server, and it should work.