Skip to content

Commit

Permalink
feat: add reverse_car_hashes
Browse files Browse the repository at this point in the history
Car names can now be reversed to their English names. You can change this by modifying the "reverse_car_hashes.lua" file.

Also added a check to the reverse hash functions to make sure the hash being passed is a string.
  • Loading branch information
TGRHavoc committed May 17, 2019
1 parent 67ad3b6 commit 4774170
Show file tree
Hide file tree
Showing 3 changed files with 482 additions and 1 deletion.
4 changes: 3 additions & 1 deletion __resource.lua
Expand Up @@ -3,11 +3,13 @@ resource_manifest_version "44febabe-d386-4d18-afbe-5e627f4af937"
client_scripts{
"client/client.lua",
"client/reverse_weapon_hashes.lua",
"client/reverse_car_hashes.lua",
"client/blips_client.lua"
}

exports{
"reverseWeaponHash"
"reverseWeaponHash",
"reverseVehicleHash"
}

server_scripts{
Expand Down

0 comments on commit 4774170

Please sign in to comment.