Author Topic: [+++] Notification while taking 1st top group  (Read 779 times)

Papa MaMo

  • Guest
[+++] Notification while taking 1st top group
« on: 22 12, 2022, 04:52:39 pm »
Hi hbaibi :love:
I think this is needed for Law.Crim.Gangs.Civ which's when your group take the 1st place on the daily top group (F1) everyone from your (Job) will get notification on the top of screen like Ls/Lv takeover but there's some different . Example -
Law group reached 1st will notify all of the law players
Civ will notify all of the civilian  .

I think this should be added for groups and it would advert of their activity and make challenge for every group
« Last Edit: 08 02, 2023, 04:45:51 am by TwCafe »

Offline Mask

  • The ReNeGaDeS Leader
  • Senior Community Member
  • ****
  • Posts: 1146
  • Registered: 04/09/2021
    YearsYears
  • Group: The ReNeGaDeS
Re: Notification while taking 1st top group
« Reply #1 on: 22 12, 2022, 06:29:04 pm »
The idea seems good to me, but will the notification reach the entire group? or to specific people so that person notifies the others that they have been on top, anyway I would like to say a way which would be good for this, the notification can be a group message as well as an automatic group note, and This way we avoid that each player receives a notification and each one will be able to see it (whoever is connected), in any case it is necessary and would be of great help for competitive groups  :tick:

Offline Matrix.

  • Junior Community Member
  • **
  • Posts: 381
  • Never give up.
  • Registered: 30/12/2021
    YearsYears
  • Group: FightForHonor
  • Ingame: [FFH]Matrix
Re: Notification while taking 1st top group
« Reply #2 on: 23 12, 2022, 05:00:04 pm »
 :tick:

Online RX1

  • Senior Community Member
  • ****
  • Posts: 2058
  • They feared me because I feared nothing
  • Registered: 08/03/2016
    YearsYearsYearsYearsYearsYearsYearsYears
  • Group: Hymie
Re: Notification while taking 1st top group
« Reply #3 on: 23 12, 2022, 09:09:07 pm »
Really cool idea . it will effect to work for 1st more harder ,  :happy: Positive  :tick:

Offline Justice

  • The Jurist
  • Senior Community Member
  • ****
  • Posts: 819
  • GG | xC
  • Registered: 08/04/2014
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYears
  • Ingame: [CIT]Justice|xC
Re: Notification while taking 1st top group
« Reply #4 on: 25 12, 2022, 11:16:18 am »
It seems like I am getting a good feature here. It will be good small addition to the F1 Panel as it will be helpful in some scenarios like you don't have to open your F1 Panel to know who's catching up to X points.  :thumb:

Wish we could turn back time to the gold DOPE days
01001001 01000001 01001101 01010100 01001000 01000101 01000010 01000101 01010011 01010100 00100001

Offline Yazed.

  • Donator L3
  • *****
  • Posts: 70
  • YaHoo.!
  • Registered: 09/01/2014
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYears
  • Ingame: Yazed
Re: Notification while taking 1st top group
« Reply #5 on: 26 12, 2022, 11:20:04 am »
I guess if this idea got added and I support it I have found out this code maybe its will help the dev's team to run it easly I havent tested it yet but here is the code

Code: [Select]
-- Set the interval at which the top group should be checked (in milliseconds)
local check_interval = 43200000 -- 12 hours

-- Set the initial value of the top group to an empty string
local top_group = ""

-- Create a timer to check the top group every 12 hours
setTimer(function()
    -- Connect to the server and retrieve a list of groups
    local groups = getGroupsFromServer()

    -- Sort the groups by member count in descending order
    table.sort(groups, function(a, b) return a > b end)

    -- Get the current top group
    local current_top_group = next(groups)

    -- If the top group has changed, display a notification to all players
    if current_top_group ~= top_group then
        top_group = current_top_group
        outputChatBox("Top group: " .. top_group, 0, 255, 0) -- green text
    end
end, check_interval, 0)

-- Display the top group to all players at the end of the day
setTimer(function()
    outputChatBox("Top group: " .. top_group, 255, 255, 255) -- white text
end, 86400000, 0) -- 1 day


my vote support this idea and I hope its will be added to the game soon :tick:

Offline Jumper

  • Senior Community Member
  • ****
  • Posts: 848
  • Registered: 19/10/2013
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYears
  • Group: FFHGaming
Re: Notification while taking 1st top group
« Reply #6 on: 28 12, 2022, 07:41:55 pm »
The example you mentioned about lv turf capture message is a way different than daily tops, I don't think there's any benfit coming from this suggestion as long as we do have F1 crim score, which takes 5 Second to check out, Normally groups postions dosent switch so fast but it's takes hours to be done so there's no actual need for a message to tell you about a group finally catched up other one, meanwhile you are already checking F1 for minutes or maybe hours, Negative.
LS Rapist
Criminals Mastermind
I don't feel safe in CIT anymore
Former Criminal Boss & Guider
ex L9 FightForHonor Founder, ex L8 CF deputy, ex L7 Vacouver Founder, ex L6 B13 leader, ex chaos deputy, ex crips founder, ex Bandidos founder, ex Dym founder, ex Sam leader.

Offline Nobody_

  • Senior Community Member
  • ****
  • Posts: 1113
  • Just keep swimming
  • Registered: 12/11/2021
    YearsYears
  • Group: The_ReNeGaDeS
  • Ingame: Noubody
  • Squad: Socios
Re: Notification while taking 1st top group
« Reply #7 on: 28 12, 2022, 09:36:13 pm »
I liked the idea, in the same way that everyone receives notifications when they lose their positions, there's no reason to not let it to groups too. Unless you're afraid of a little competition.  :tick:

Moving up and down, side to side, like a rollercoaster

Offline MasSenna

  • Junior Community Member
  • **
  • Posts: 233
  • am Just A fools boy
  • Registered: 29/09/2020
    YearsYearsYears
  • Group: SAPD
  • Ingame: MasSenna
Re: Notification while taking 1st top group
« Reply #8 on: 29 12, 2022, 07:00:00 am »
Nice idea.  :tick:

Offline TwCafe

  • Honorable
  • *****
  • Posts: 3285
  • Problems with Chinese language? Feel free to pm me
  • Registered: 18/07/2013
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYears
  • Ingame: TwCafe
  • Squad: Work
Re: Notification while taking 1st top group
« Reply #9 on: 30 12, 2022, 01:02:29 am »
8 positive votes. Next review will be done next week.
TAIWAN No.1
08.12.2021 Added as Chinese Translator | 14.02.2022 Add as Discussion Moderator
08.21.2023 Add as Assistant Head State Official | 10.05.2022 Add as Senior Community Member
20.07.2023 Awarded as Honorable
Ex. MI6 Co-FounderEx. DRN_Backup Founder | Ex. DRN Honorable

Offline Private

  • Translator
  • ***
  • Posts: 1880
  • Registered: 28/10/2017
    YearsYearsYearsYearsYearsYears
  • Group: Vexatious
  • Ingame: Private
  • Squad: uncrowned
Re: Notification while taking 1st top group
« Reply #10 on: 30 12, 2022, 02:00:40 am »
 :tick: but it doesn't need to notify the whole team in my opinion, just the top 5 groups would be better.

Offline Zeky

  • Senior Community Member
  • ****
  • Posts: 137
  • Registered: 29/06/2013
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYears
Re: Notification while taking 1st top group
« Reply #11 on: 30 12, 2022, 06:55:50 am »
I like the suggestion however it needs to be tweaked a little if it was to get added, in my opinion, instead of notifying EVERYONE on the job and adding to the bunch of notifications there already is for everyone how about it only notifies the group members that they've hit top 1? Because anyone can just check the top leaderboards at any time and I don't think it needs to notify everyone.  :tick:
Juice WRLD 999

Offline Shattah

  • Junior Community Member
  • **
  • Posts: 414
  • Fᴏʀ Hᴏɴᴏʀ, Fᴏʀ Bʀᴏᴛʜᴇʀ, Fᴏʀ Sᴛʀᴇᴇᴛ.
  • Registered: 02/04/2014
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYears
  • Group: FɪɢʜᴛFᴏʀHᴏɴᴏʀ
  • Ingame: Sʜᴀᴛᴛᴀʜ
Re: Notification while taking 1st top group
« Reply #12 on: 30 12, 2022, 11:49:46 pm »
Very harmless suggestion, would just improve accessibility of keeping track of group leaderboards. I see no reason why this can't get added.

Offline CoPe.

  • Scary Founder
  • Senior Community Member
  • ****
  • Posts: 1015
  • Just be happy :)
  • Registered: 16/02/2014
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYears
  • Group: Nightshade
  • Ingame: CoPe
  • Squad: xvtt_Agency
Re: Notification while taking 1st top group
« Reply #13 on: 04 01, 2023, 09:48:43 pm »
Looking like okey idea, I can just say…
Why not?  :tick:

Offline Bintangzz

  • Junior Community Member
  • **
  • Posts: 134
  • Registered: 24/10/2015
    YearsYearsYearsYearsYearsYearsYearsYears
  • Group: CA
  • Ingame: Bintangzz
  • Squad: GoJek
Re: Notification while taking 1st top group
« Reply #14 on: 05 01, 2023, 06:23:34 am »
 :tick: :tick:
Ex. Indonesian translator.
Ex. Indonesian helper.
13.01.2023 Accepted for JCM. -- WizarD + T0Y-B0Y.
Yours Sincerely
Bintangzz