Integrations
DrawText3D to Brutal TextUI
Wrapper Function
function DrawText3D(id, x, y, z, heading, text, command, event)
exports['brutal_3dtextui']:Create3DTextUI(
id,
vector4(x, y, z, heading or 0.0),
"follow",
6,
false,
"white",
"black",
false,
10.0,
2.0,
{
{
key = 'E',
keyNum = 38,
text = text,
executeCommand = command,
triggerName = event
}
}
)
endParameters
Example Usage
Last updated
