GetTimeSinceLastArrest — FiveM Natives
0x5063F92F07C2A316 · PLAYER · all
`` Returns the time since the character was arrested in (ms) milliseconds. example var time = Function.call<int>(Hash.GET_TIME_SINCE_LAST_ARREST(); UI.DrawSubtitle(time.ToString()); if player has not been arrested, the int returned will be -1. ``
No parameters.
Returns
int