Merge pull request #13 from scorpio686/patch-1

Fixed vehicle name
This commit is contained in:
Samuel
2018-04-05 11:28:50 +02:00
committed by GitHub
+1 -1
View File
@@ -1150,7 +1150,7 @@ Citizen.CreateThread(function()
if
GetEntityModel(vehicle) == GetHashKey('flatbed') or
GetEntityModel(vehicle) == GetHashKey('towtrcuk2') or
GetEntityModel(vehicle) == GetHashKey('towtruck2') or
GetEntityModel(vehicle) == GetHashKey('slamvan3')
then
TriggerServerEvent('esx_service:disableService', 'mecano')