qbcore-framework / qb-garbagejob

Garbage Job For QB-Core
GNU General Public License v3.0
30 stars 144 forks source link

fix issue #44 #46

Closed i-kulgu closed 2 years ago

i-kulgu commented 2 years ago

Added the SetVehicleFixed(veh) code inside the spawnvehicle

Fixes the issue #44

Questions (please complete the following information):

Have you personally loaded this code into an updated qbcore project and checked all it's functionality? [no] Does your code fit the style guidelines? [yes] Does your PR fit the contribution guidelines? [yes]

i-kulgu commented 2 years ago

Removed the jobcheck from OnJobUpdate that removes the blip because if you don't have the garbage job anymore it won't remove the blip.

Fixes the issue #36

Questions (please complete the following information):

Have you personally loaded this code into an updated qbcore project and checked all it's functionality? [no] Does your code fit the style guidelines? [yes] Does your PR fit the contribution guidelines? [yes]