Forum
CS2D General Game mode that doesn't delete items.Game mode that doesn't delete items.
6 replies 1
edited 2×, last 01.12.15 05:27:58 am
What this will be used for is an RP bank that you can store items in, and they do not delete.
why? because otherwise the map would be FULL of weapons after a short time because every kill = at least one new weapon on the map. this would slow down the whole game after a while.
I also highly recommend to use Lua to save the items in variables/tables. the items do not exist the whole time but they are only spawned when you request one from the storage. much faster and much better than having 100000 items lying around on the map for the whole time...
1