mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-18 22:36:04 +01:00
Changed name to phone on roadphone functions
This commit is contained in:
@@ -60,7 +60,7 @@ local phoneFunc = {
|
|||||||
TriggerServerEvent('phone:sendNewMail', mailData)
|
TriggerServerEvent('phone:sendNewMail', mailData)
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{ name = "roadphone",
|
{ phone = "roadphone",
|
||||||
sendMail =
|
sendMail =
|
||||||
function(mailData)
|
function(mailData)
|
||||||
-- Convert HTML line breaks to newlines for roadphone.
|
-- Convert HTML line breaks to newlines for roadphone.
|
||||||
@@ -249,3 +249,4 @@ RegisterNetEvent(getScript()..":jpr:SendMail", function(data)
|
|||||||
})
|
})
|
||||||
|
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user