Days in week

Hello, its possible to get days in week on game ? i mean game days not real, i mean monday, Tuesday, friday, i wanna make some function example

local days = getserverdayoftheweek

if days = "Monday" then
 --event

Have you looked into the native ref already?

Simple search gave me this https://runtime.fivem.net/doc/natives/#_0xD972E4BD7AEB235F

1 Like