mirror of
https://github.com/citizenfx/cfx-server-data.git
synced 2025-12-12 06:14:09 +01:00
add runcode resource
This commit is contained in:
3
resources/runcode/runcode.lua
Normal file
3
resources/runcode/runcode.lua
Normal file
@@ -0,0 +1,3 @@
|
||||
RegisterCommand('runcode', function(source, args, rawCommand)
|
||||
RunCode('return ' .. rawCommand:sub(8))
|
||||
end, true)
|
||||
Reference in New Issue
Block a user