- Katılım
- 5 yıl 1 ay 12 gün
- Mesajlar
- 163
- Discord
- Peilate#0001
Kod:
ESX.RegisterServerCallback('lsrp-motels:getMotelRoomID', function(source, cb, room)
local src = source
local pid = ESX.GetPlayerFromId(src)
local playerIdent = pid.identifier
MySQL.Async.fetchScalar("SELECT id FROM lsrp_motels WHERE ident=@ident AND motel_id = @room", {['@ident'] = playerIdent, ['@room'] = room}, function(rentalID)
if rentalID ~= nil then
cb(rentalID)
else
cb(false)
end
end)
bu kodda şöyle bir hata veriyor.
Linkleri,görmek için
Giriş yap veya üye ol.