Skip to content

Commit

Permalink
fix: fix error no such export SendAlert
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Apr 25, 2024
1 parent bcbe7ed commit 429f4aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ RegisterNUICallback("craft", function(data)
end)

function SendTextMessage(msg)
exports["mythic_notify"]:SendAlert("inform", msg)
exports["mythic_notify"]:DoHudText("inform", msg)
end

function DrawText3D(x, y, z, text)
Expand Down

0 comments on commit 429f4aa

Please sign in to comment.