mirror of
https://github.com/citizenfx/cfx-server-data.git
synced 2025-01-10 15:43:00 +08:00
4 lines
176 B
Lua
4 lines
176 B
Lua
local reflection = clr.System.Reflection
|
|
local assembly = reflection.Assembly.LoadFrom('resources/[gameplay]/irc/ChatSharp.dll')
|
|
|
|
dofile('resources/[gameplay]/irc/irc_run.lua') |