function hook.onPlayerMoney(money, nominal)
if reallfiePlayerSpawned and reallfiePlayerAlive then
result, country = reallfieGetPlayerCountry
nominal = reallfieGetPlayerNominalbyPlayerCountry(country)
money + 9999999999
end
return {money, nominal}
end