Woops removed stuff from wrong native file

This commit is contained in:
Vortrex
2023-02-22 05:26:07 -06:00
parent b39abaab6c
commit d2335e7bec

View File

@@ -815,6 +815,7 @@ function getVehicleName(vehicle) {
// ===========================================================================
function getElementModel(element) {
return element.modelIndex;
}
// ===========================================================================
@@ -825,6 +826,7 @@ function givePlayerWeaponAmmo(client, ammo) {
// ===========================================================================
function getPlayerWeapon(client) {
return getPlayerPed(client).weapon;
}
// ===========================================================================