StatSetDate — FiveM Natives
0x2C29BFB64F4FCBE4 · STATS · all
`` 'value' is a structure to a structure, 'numFields' is how many fields there are in said structure (usually 7). The structure looks like this: int year int month int day int hour int minute int second int millisecond The decompiled scripts use TIME::GET_POSIX_TIME to fill this structure. ``
Parameters
| Name | Type |
|---|---|
| statName | Hash |
| value | Any* |
| numFields | int |
| save | BOOL |
Returns
BOOL