I will fix the item falls after death it?
sorry i use google translate
Printable View
I will fix the item falls after death it?
sorry i use google translate
Go to your warz_server.sln
Search for:
You see something like this.Code:DROPPED_ITEM_EXPIRE_TIME
If you want only 5 minits to loot droped disappearCode:const float DROPPED_ITEM_EXPIRE_TIME = 15 * 60.0f; // 60 min
Change the first number to 5. Like this:
Code:const float DROPPED_ITEM_EXPIRE_TIME = 5 * 60.0f;
Hope it helps you,
Don't forgot to like me :)