Skip to content

Commit

Permalink
fix delete msg
Browse files Browse the repository at this point in the history
  • Loading branch information
Gannon001 committed Apr 4, 2019
1 parent 5d10c51 commit 817509b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/gcphone/client/client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ RegisterNetEvent("gcPhone:receiveMessage")
AddEventHandler("gcPhone:receiveMessage", function(message)
-- SendNUIMessage({event = 'updateMessages', messages = messages})
SendNUIMessage({event = 'newMessage', message = message})
table.insert(messages, message)
if message.owner == 0 then
local text = '~o~Nouveau message'
if ShowNumberNotification == true then
Expand Down

0 comments on commit 817509b

Please sign in to comment.