OpenMDT
Open the MDT for a specific player.
local success, message = exports.drx_mdt:OpenMDT(source)Paramters:
source(number): The server ID of the player to open the MDT for.
Returns:
success(boolean):trueif the MDT was opened successfully, otherwisefalse.message(string?): Optional message describing the result.
Last updated
Was this helpful?