Comment on page
General Exports
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))
Disables the megaphone system on a vehicle loaded with the above export.
exemple:
exports.r_megaphone:UnloadVehicleMegaphone(GetVehiclePedIsIn(PlayerPedId(), false))
Last modified 2mo ago