Заблокированный
- Регистрация
- 2 Дек 2023
- Сообщения
- 287
- Автор темы
- #1
Зарегистрировавшись у нас, вы сможете обсуждать, делиться и отправлять личные сообщения другим участникам нашего сообщества.
Зарегистрироваться!stock showPlayerVisitBanner(playerid, color_id, sound_id, const title[], message[], weaponid)
{
new color[][] = {"red", "black", "yellow", "purple"}, music_duration[] = {6, 5, 5, 5, 3, 8, 3, 2, 6, 8, 4};
executeEvent(playerid, 0, "window.executeEvent('event.arizonahud.updatePubgBannerVisibility', `[true]`);");
executeEvent(playerid, 0, (str_f("window.executeEvent('event.hud.pubgBanner.initialize', `[{\"backgroundId\":\"%s\",\"title\":\"%s\",\"text\":\"%s\",\"weaponId\":%i}]`);", color[color_id], title, message, weaponid)));
playZoneAZVoice(GetRadioZone(playerid, 2), (str_f("http://arizona.gtasounds.com/death_banner/sound_death_%i.mp3", sound_id + 1)), 0, playerid);
return CallTimeOutFunction("hidePlayerVisitBanner", music_duration[sound_id] * 1000, false, "d", playerid);
}
public: hidePlayerVisitBanner(playerid)
return executeEvent(playerid, 0, "window.executeEvent('event.arizonahud.updatePubgBannerVisibility', `[false]`);");