12.02.2017, 07:00
(
Последний раз редактировалось Jelly23; 27.05.2017 в 18:37.
)
Police Maverick Megaphone
You probably know the police maverick w/ megaphone when you get 3 wanted stars in single-player, so yeah, I brought the megaphone feature into SAMP. I took all the megaphone sound ids (53 sound ids) including one from ''Reuniting the families'' mission. I won't provide a video of my own, so if you wanna hear the quotes, you can find them in this video: https://www.youtube.com/watch?v=mSSoramRw_I
This filterscript is configurable, you can enable the creation of the police mavericks that come by default with the FS in each police department, including their model, spawn delay and paint jobs.
Configuration
• #define HELICOPTER_MODEL (497) - By default it is the police maverick, but you can change it to any model. Also, remember that the model you define, is the model you will be able to use the megaphone on.
• #define SPAWN_PMAVERICKS (true) - Enables the creation of the mavericks included, if enabled, the configuration below in blue can be used.
• #define SPAWN_LS (true) - Enables the creation of the mavericks included, in LS.
• #define SPAWN_SF (true) - Enables the creation of the mavericks included, in SF.
• #define SPAWN_LV (true) - Enables the creation of the mavericks included, in LV.
• #define HELI_PJ1 (0) - Helicoper/Vehicle model's paint job 1.
• #define HELI_PJ2 (1) - Helicoper/Vehicle model's paint job 2.
• #define HELI_SD (15) - Helicoper/Vehicle spawn delay (in seconds).
Note: If enabled, they will have the same model as defined in HELICOPTER_MODEL
How to use?
Get inside a police maverick, or in that case, the model you defined, and press Y (KEY_YES) in your keyboard. You and people close to you (in a range of 50m) will hear it.
Includes
foreach 0.4.1 standalone: https://sampforum.blast.hk/showthread.php?tid=570868
Download (Recently updated, see below)
Pastebin
Update - 25/02/2017
- Sound ids are no longer random and can be selected from a textdraw.
- /Megaphone while inside a police maverick or model ID you defined to use it.
- I-ZCMD is required: https://sampforum.blast.hk/showthread.php?tid=576114
- http://imgur.com/a/Vp5CJ