• 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! (1 Viewer)

  • Post hidden due to user being banned.
  • Post hidden due to user being banned.
  • Post hidden due to user being banned.

JohnStone

Well-known member
Joined
Dec 1, 2021
Messages
232
Reaction score
8
Points
18
Credits
114
If this is the one from 25 credits i can confirm that this phone works its also a fantastic one
 

ZePoXs

New member
Joined
Dec 2, 2021
Messages
3
Reaction score
0
Points
1
Credits
67
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
It does not work I only get an error:
[ script:mysql-async] [ERROR] [MySQL] [gksphone] An error happens on MySQL for query "INSERT INTO gksphone_job_message (`name`, `number`,`message`, `photo`, `gps`, `owner`, `jobm`) VALUES('ambulance', 'ärztliche Hilfe erforderlich: Bewusstloser Bürger!', `z` = 112.2597427368164, `y` = -644.5841064453125, `x` = 283.10791015625, `PlayerCoords` = '[object Object]', @gps, 0, @jobm)": ER_BAD_FIELD_ERROR: Unknown column 'z' in 'field list'
 

Users who are viewing this thread

Top