mirror of
https://github.com/citizenfx/cfx-server-data.git
synced 2025-12-12 06:14:09 +01:00
3 lines
113 B
Lua
3 lines
113 B
Lua
RegisterCommand('runcode', function(source, args, rawCommand)
|
|
RunCode('return ' .. rawCommand:sub(8))
|
|
end, true) |