mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-19 14:56:02 +01:00
Merge branch 'main' into 1.0.13
This commit is contained in:
@@ -1335,7 +1335,7 @@ RegisterNetEvent(GetCurrentResourceName()..":jpr:SendMail", function(data)
|
|||||||
Conteudo = data.message, -- Content
|
Conteudo = data.message, -- Content
|
||||||
Enviado = data.sender, -- Submitted by
|
Enviado = data.sender, -- Submitted by
|
||||||
Destinatario = Player.PlayerData.citizenid, -- Target
|
Destinatario = Player.PlayerData.citizenid, -- Target
|
||||||
Event = {}, -- Optional
|
Event = {},
|
||||||
})
|
})
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user