Phone Booths

Welcome to Phone booths

The phone booth system is a very useful invention, since it allows you to communicate directly with the most common jobs or even communicate with another player from any booth on the map, by the way... you can also add more booths using the example of it setting.

You can configure all booths in config.lua.

Config.EnableBooth = true -- Do you want to enable the phone booths?

-- Configure here the props that will be phone booths.
Config.Booth = {
    [1158960338] = true, -- Hash of booths
    [1511539537] = true,
    [1281992692] = true,
    [-429560270] = true,
    [-1559354806] = true,
    [-78626473] = true,
    [295857659] = true,
    [-2103798695] = true,
    -- You can add more!
}

Last updated