You deliver with a rental truck;
You deliver with your own truck, where you can generate more money;
The delivery gains are based on the experience you have, the more experience you upgrade, the greater your gain;
Each type of cargo has its characteristic, for example: if you are going to...
How do we turn money into an item
self.getMoney = function()
return self.player.get('money')
end
self.getMoney = function()
local money = self.getInventoryItem('cash')
if self.player.get('money') ~= money.count then
self.player.set('money',money.count)
end
return money.count
end...
Hello Guest ,if you like our community
you can always support us by making a
small donation or buying
an upgrade here
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.