Finished carshops

This commit is contained in:
hydrant
2018-12-22 15:02:05 +01:00
parent 315cd2b3ec
commit 60ff2bc195
8 changed files with 67 additions and 5 deletions

View File

@@ -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 = [];