Files
Elite-Gaming-FiveM/resources/EasyDrift/client/module/modules/log.lua
T
Jacob ed1e52543b Added drifting script & server artefacts update.
+ Added EasyDrift.
+ Updated to latest artefacts.
2022-02-06 00:07:10 +00:00

5 lines
83 B
Lua

Modules.Log = {}
function Modules.Log.Error(...)
print("^1ERROR: ^7", ...)
end