romanov33 wrote: ↑Sat Feb 23, 2019 2:13 am
hey again i do not knew how to set time value for events
When you acivate SET TIME hack, you must write value in float, for example:
- if you want have 50 seconds, put a FLOAT value: 50000
- if you want have 2 minutes 33 seconds, put a FLOAT value: 153000 (why? because 2 minutes is 120 seconds, so 120 seconds + 33 seconds = 155 seconds)
So:
- 1 second is : 1000 Value in FLOAT
- 10 seconds is: 10000 Value in FLOAT
- 1 minute (60 seconds) : 60000 Value in FLOAT
- 2 minutes (120 seconds) : 120000 Value in FLOAT
- 3 minutes 45 seconds (3x60 + 45 = 225 seconds) : 225000 Value in FLOAT
I hope that you understand now.