mirror of
https://github.com/citizenfx/cfx-server-data.git
synced 2025-12-12 06:14:09 +01: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') |