Fix money bug
This commit is contained in:
@@ -594,7 +594,7 @@ function updateLocalPlayerMoney() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (typeof localPlayer.money != "undefined") {
|
if (typeof localPlayer.money != "undefined") {
|
||||||
localPlayer.money = toInteger(amount);
|
localPlayer.money = toInteger(localPlayerMoney);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (getGame() == AGRP_GAME_GTA_IV) {
|
if (getGame() == AGRP_GAME_GTA_IV) {
|
||||||
|
|||||||
Reference in New Issue
Block a user