Files
Elite-Gaming-FiveM/resources/cadvanced_mdt/client/commands.lua
T
2021-12-03 01:19:31 +00:00

8 lines
166 B
Lua

-- Command handling
RegisterCommand(
"mdt",
function(source)
TriggerServerEvent("open_mdt")
end,
false -- Allow anyone to issue this command
)