Hello,
Where can I increase the speed of picking up items when clicking on Z, for example?
Thanks.
Where can I increase the speed of picking up items when clicking on Z, for example?
Thanks.
500: pickup delay in msQuote:
if (dwCurTime >= s_dwNextTCPTime)
{
s_dwNextTCPTime=dwCurTime + 500;
[...]