Finished carshops
This commit is contained in:
@@ -223,6 +223,7 @@ mp.events.add("VehStream_PlayerExitVehicle", (entity) => {
|
||||
});
|
||||
|
||||
mp.events.add("VehStream_PlayerEnterVehicleAttempt", (entity, seat) => {
|
||||
entity = mp.vehicles.atRemoteId(entity);
|
||||
if (entity === undefined || entity === null || !entity.isAVehicle()) return;
|
||||
setTimeout(() => {
|
||||
var Status = [];
|
||||
|
||||
Reference in New Issue
Block a user