Fix wrong var name in local cash

This commit is contained in:
Vortrex
2022-11-02 06:48:29 -05:00
parent 0e32d8bed8
commit 160090674a

View File

@@ -600,7 +600,7 @@ function updateLocalPlayerMoney() {
} }
if (getGame() == AGRP_GAME_GTA_IV) { if (getGame() == AGRP_GAME_GTA_IV) {
natives.setMultiplayerHudCash(amount); natives.setMultiplayerHudCash(localPlayerMoney);
} }
} }