maicek_
Results
1
comments of
maicek_
It's not bug, the source variable is defined in scheduler.lua as global variable https://github.com/citizenfx/fivem/blob/71a593bd93635f1434d1e9b7b759e634d5ec77ef/data/shared/citizen/scripting/lua/scheduler.lua#L156-L159 So, you can simply use: ```lua local src = source ``` at top of event handler...