8 lines
166 B
Lua
8 lines
166 B
Lua
-- Command handling
|
|
RegisterCommand(
|
|
"mdt",
|
|
function(source)
|
|
TriggerServerEvent("open_mdt")
|
|
end,
|
|
false -- Allow anyone to issue this command
|
|
) |