Fix wrong var name in local cash
This commit is contained in:
@@ -600,7 +600,7 @@ function updateLocalPlayerMoney() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (getGame() == AGRP_GAME_GTA_IV) {
|
if (getGame() == AGRP_GAME_GTA_IV) {
|
||||||
natives.setMultiplayerHudCash(amount);
|
natives.setMultiplayerHudCash(localPlayerMoney);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user