mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 16:01:30 +00:00
6 lines
103 B
Lua
6 lines
103 B
Lua
local self = ESX.Modules['society']
|
|
|
|
self.Init()
|
|
|
|
TriggerEvent('cron:runAt', 3, 0, self.WashMoneyCRON)
|