Native referenceFiveM

SET_CLOCK_TIME

0x47C3B5848C3E45D8 CLOCK
FUNCTION SIGNATURE
void SET_CLOCK_TIME(int hour, int minute, int second);
Property Value
Native Name SET_CLOCK_TIME
Hash 0x47C3B5848C3E45D8
Return Type void
Parameters hour (int), minute (int), second (int)

Description: ``` SET_CLOCK_TIME(12, 34, 56);

Back to CLOCK