Tip Jar Config

TipJarConfig = {}

TipJarConfig.Enabled = true -- If you want this module disabled set to false

TipJarConfig.PoliceAlertChance = 100 -- Chance of police being called when stealing from tip jar

TipJarConfig.Locations = { -- Locations for the tip jar to spawn
    [1] = {
        model = "v_res_mplatesml", -- What model to use for the tip jar
        job = "police", -- The job that can take the tips without stealing them
        coords = vector4(-306.17, 6181.3, 31.44, 46.09), -- The coordinates for the tip jar
        zoneCoords = vector4(-309.34, 6187.73, 31.56, 43.29), -- The zone for the tip jar to spawn
        tipAmount = 0 -- DO NOT TOUCH
    }
}

Last updated