• Please report every thread you think might be harmful or does not meet expectations or the link is offline, you will be refunded the credits you paid and the Thread Starter recieves a message to update his content, if its malicious we remove it and warn and eventualy the TS if it reoccurs.

ESX [ESX] GKPhone (NOIPLOCK) CHEAPER! (2 Viewers)

inahokz

Active member
Joined
Mar 21, 2022
Messages
108
Reaction score
27
Points
18
Credits
400
if we die , we have to press G to send
what do you mean ?
function SendDistressSignal()
local playerPed = PlayerPedId()
PedPosition = GetEntityCoords(playerPed)
local PlayerCoords = { x = PedPosition.x, y = PedPosition.y, z = PedPosition.z }
ESX.ShowNotification(_U('distress_sent'))

TriggerServerEvent('gksphone:jbmessage', 'ambulance', _U('distress_message'), PlayerCoords, {
PlayerCoords = { x = PedPosition.x, y = PedPosition.y, z = PedPosition.z },
})
end <---- Not work can u explain me on discord ? can i add your discord ?
 

pandufajar

Member
Joined
Feb 8, 2022
Messages
32
Reaction score
3
Points
8
Credits
74
fix distress signal ambu job


function SendDistressSignal()
local playerPed = PlayerPedId()
PedPosition = GetEntityCoords(playerPed)

local PlayerCoords = { x = PedPosition.x, y = PedPosition.y, z = PedPosition.z }

ESX.ShowNotification(_U('distress_sent'))


TriggerServerEvent('gksphone:jbmessage', 'ambulance', _U('distress_message'), PlayerCoords, {

PlayerCoords = { x = PedPosition.x, y = PedPosition.y, z = PedPosition.z },
})
end
tanks bro
 

Users who are viewing this thread

Top