Hi everyone;
My enlish bad. :(
I want the item to be deleted within 5 minutes of my play. How can I do it?
Help me please :)
Printable View
Hi everyone;
My enlish bad. :(
I want the item to be deleted within 5 minutes of my play. How can I do it?
Help me please :)
change at your Studio and chance etc. in DB
You don't need to edit anything in Studio.
Go to your warz_server.sln
Search for:
You see something like this.Code:DROPPED_ITEM_EXPIRE_TIME
Code: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 :)