Skip to content

Commit

Permalink
Fixed messagebox not showing from server side
Browse files Browse the repository at this point in the history
  • Loading branch information
FileEX committed Aug 10, 2023
1 parent 507a049 commit 5afe024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion [admin]/admin2/server/admin_messagebox.lua
Expand Up @@ -13,5 +13,5 @@ MB_QUESTION = 3
MB_INFO = 4
function messageBox(player, message, icon)
triggerClientEvent(client, EVENT_MESSAGE_BOX, client, text, type)
triggerClientEvent(player, EVENT_MESSAGE_BOX, player, message, icon)
end

0 comments on commit 5afe024

Please sign in to comment.