- Дек
- 286
- 278
Заблокированный
By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!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]`);");
который спизженный хахахакод который в моем модеPawn: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]`);");