DH | Medical
Framework Compatibility
DH Medical scriptworks for TMC Only
SQL
ALTER TABLE players ADD COLUMN dhwoundata LONGTEXT DEFAULT NULL;Radial Menu:
Add this to your radial menu as sub-menu to medical-actions.
['hanssen:openMedicalMenu'] = {
title = "Open Medical",
icon = 'suitcase-medical',
iconCategory = 'solid',
functionName = 'DHMed:Client:OpenMedicalMenu',
enableMenu = function()
return curJob == 'medical' and not isDead
end,
},
['dhstudios:bodyBag'] = {
title = "Bodybag",
icon = 'tombstone',
iconCategory = 'solid',
functionName = 'DHMed:Client:BodybagnearbyPlayer',
enableMenu = function()
return curJob == 'medical' and not isDead and TMC.Functions.HasItem("bodybag")
end,
},
Items and images and sounds
install items from INSTALL/items.lua Add images from INSTALL/images into your inventory
Add sounds from INSTALL Folder to core_game/html/sounds
Last updated