1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-08-05 09:39:08 +02:00
parent 5dd6e5a4e4
commit a04a8e5143
36 changed files with 68 additions and 2 deletions

View file

@ -28,8 +28,8 @@ QBCore.Functions.CreateCallback('tracking:server:trackVehicle', function(source,
return
end
-- Suche Fahrzeug in der Datenbank
MySQL.Async.fetchAll('SELECT pv.*, p.charinfo FROM player_vehicles pv LEFT JOIN players p ON pv.citizenid = p.citizenid WHERE pv.plate = ?', {plate}, function(result)
-- Suche Fahrzeug in der Datenbank mit Collation-Fix
MySQL.Async.fetchAll('SELECT pv.*, p.charinfo FROM player_vehicles pv LEFT JOIN players p ON pv.citizenid COLLATE utf8mb4_general_ci = p.citizenid COLLATE utf8mb4_general_ci WHERE pv.plate = ?', {plate}, function(result)
if result[1] then
-- Extrahiere Besitzerinformationen
local ownerInfo = "Unbekannt"

View file

@ -0,0 +1,8 @@
fx_version 'bodacious'
game 'gta5'
author 'Dipzzy'
description 'cardealer'
version '1.0.0'
this_is_a_map 'yes'

View file

@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<CPackFileMetaData>
<MapDataGroups/>
<HDTxdBindingArray/>
<imapDependencies/>
<imapDependencies_2>
<Item>
<imapName>dip_cardealer</imapName>
<manifestFlags>INTERIOR_DATA</manifestFlags>
<itypDepArray>
<Item>v_traffic_lights</Item>
<Item>dip_cardealer</Item>
</itypDepArray>
</Item>
</imapDependencies_2>
<itypDependencies_2>
<Item>
<itypName>dip_cardealer</itypName>
<manifestFlags>INTERIOR_DATA</manifestFlags>
<itypDepArray>
<Item>v_lev_doors</Item>
<Item>ch_prop_ch_casino_backarea</Item>
<Item>apa_int_mp_doors</Item>
<Item>ex_prop_exec_chairs</Item>
<Item>v_electrical</Item>
<Item>v_office</Item>
<Item>v_minigame</Item>
<Item>hei_mp_residential_heist</Item>
<Item>int_corporate</Item>
<Item>bkr_prop_clubhouse_seating</Item>
<Item>ch_prop_ch_casino_main</Item>
<Item>ex_int_mp_h_tables_ex</Item>
<Item>apa_int_mp_h_props</Item>
<Item>ex_int_office_03c_dlc</Item>
<Item>lev_des</Item>
<Item>apa_int_mp_h_04</Item>
<Item>v_kitchen</Item>
<Item>sm_prop_smug_accs</Item>
<Item>v_fastfood</Item>
<Item>vw_prop_vw_casino_art_03</Item>
<Item>vw_prop_vw_casino_art_05</Item>
<Item>vw_prop_vw_accs</Item>
<Item>ex_prop_tv_settop_remote</Item>
<Item>int_industrial</Item>
<Item>reh_dlc_int_03_sum2</Item>
<Item>tr_dlc_int_02_tr</Item>
</itypDepArray>
</Item>
</itypDependencies_2>
<Interiors itemType="CInteriorBoundsFiles">
<Item>
<Name>dip_cardealer_col</Name>
<Bounds>
<Item>dip_cardealer_col</Item>
</Bounds>
</Item>
</Interiors>
</CPackFileMetaData>