Links
Comment on page

General Exports

exports['r_megaphone']:LoadVehicleMegaphone(vehicle)

Enables you to activate the megaphone system in a specific vehicle without having to define it in the configuration.
exemple:
exports.r_megaphone:LoadVehicleMegaphone(GetVehiclePedIsIn(PlayerPedId(), false))

exports['r_megaphone']:UnloadVehicleMegaphone(vehicle)

Disables the megaphone system on a vehicle loaded with the above export.
exemple:
exports.r_megaphone:UnloadVehicleMegaphone(GetVehiclePedIsIn(PlayerPedId(), false))