Billboards
Step-by-Step Explanation Guide on how billboards margin is managed.
How to modify price for current area which billboards is in?
Path: rcore_banners/configs/billboards.lua
If you want to rise price of all billboards in DOWNT AIRP zone by you will do it like this:
Step 1: Determine the Base Price of the Billboard
The base price of a billboard is 5000. This is the price that all billboards start with, regardless of their location.
Step 2: Apply the Zone Price Modifier
The zone price modifier is a multiplier that is applied to the base price of a billboard based on the area of the zone in which it is located. The zone price modifiers are as follows:
AIRP = 1.5
: This means that billboards in the AIRP zone will cost 1.5 times the base price.ALAMO = 0.5
: This means that billboards in the ALAMO zone will cost 0.5 times the base price.
Step 3: Calculate the Final Price
To calculate the final price of a billboard, multiply the base price by the zone price modifier. For example, a billboard in the AIRP zone would cost 5000 * 1.5 = 7500.
Example:
If you want to buy a billboard in the DOWNT zone, the process would be as follows:
Determine the base price: 5000
Apply the zone price modifier: 1.5
Calculate the final price: 5000 * 1.5 = 7500
Therefore, the billboard would cost 7500.
Last updated