Skip to content

Commit

Permalink
fix(client): remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed Nov 9, 2024
1 parent 7602847 commit 8a65a5c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1903,7 +1903,3 @@ lib.callback.register('ox_inventory:getVehicleData', function(netid)
return GetEntityModel(entity), GetVehicleClass(entity)
end
end)

RegisterCommand('setplate', function()
SetVehicleNumberPlateText(cache.vehicle, 'YG543X25')
end)

2 comments on commit 8a65a5c

@leandro1rodrigues
Copy link

@leandro1rodrigues leandro1rodrigues commented on 8a65a5c Nov 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hello all right i haven't understood yet why it's so complicated to contact [OX] support by discord you can't open tickets i made donations with the questions i had were not answered i want to remove the weapons dorability even removing the lines in weapons it still gives dorability the weapons and even by changing the client how can I completely remove the dorability of the weapons because this question has already been asked thousands of times to thelindat and doka doka by donation and they have never answered this question and discord does not allow me to contact the ox team on the other hand no one could solve this ?

@czsquizer
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, in data/weapons.lua set durability = 0.0, meaning weapons won't destroy when shooting.

Please sign in to comment.