CIT Forum Index

Ingame Community => News and Updates => Topic started by: Papa MaMo on 22 12, 2022, 04:52:39 pm

Title: [+++] Notification while taking 1st top group
Post by: Papa MaMo 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
Title: Re: Notification while taking 1st top group
Post by: Mask 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:
Title: Re: Notification while taking 1st top group
Post by: Matrix. on 23 12, 2022, 05:00:04 pm
 :tick:
Title: Re: Notification while taking 1st top group
Post by: RX1 on 23 12, 2022, 09:09:07 pm
Really cool idea . it will effect to work for 1st more harder ,  :happy: Positive  :tick:
Title: Re: Notification while taking 1st top group
Post by: Justice 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:
Title: Re: Notification while taking 1st top group
Post by: Yazed. 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:
Title: Re: Notification while taking 1st top group
Post by: Jumper 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.
Title: Re: Notification while taking 1st top group
Post by: Nobody_ 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:
Title: Re: Notification while taking 1st top group
Post by: MasSenna on 29 12, 2022, 07:00:00 am
Nice idea.  :tick:
Title: Re: Notification while taking 1st top group
Post by: TwCafe on 30 12, 2022, 01:02:29 am
8 positive votes. Next review will be done next week.
Title: Re: Notification while taking 1st top group
Post by: Private 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.
Title: Re: Notification while taking 1st top group
Post by: Zeky 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:
Title: Re: Notification while taking 1st top group
Post by: Shattah 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.
Title: Re: Notification while taking 1st top group
Post by: CoPe. on 04 01, 2023, 09:48:43 pm
Looking like okey idea, I can just say…
Why not?  :tick:
Title: Re: Notification while taking 1st top group
Post by: Bintangzz on 05 01, 2023, 06:23:34 am
 :tick: :tick:
Title: Re: Notification while taking 1st top group
Post by: Conroy on 05 01, 2023, 07:45:04 am
Your idea is not bad, but the part of how it gonna notify the players shouldn't be like that way in my opinion, I perfer to make the notification way be like how Mask stated. It would be cool if the notification being like a group note or something similar since I don't see any point of notifying the whole players in the group. I'm positive anyways.
Title: Re: Notification while taking 1st top group
Post by: Apollo on 05 01, 2023, 10:00:20 am
Notifications on your screen are meant to exist for more important reasons, those who aim for a team's top position already observe the scores when its needed, other than that, we are not sure if the majority of a group's members would like to get mentioned for such a thing.
Going Negative.
Title: Re: Notification while taking 1st top group
Post by: TwCafe on 06 01, 2023, 02:48:56 am
14 positive, 1 negative votes. Marked as Low Priority.
Title: Re: [+] Notification while taking 1st top group
Post by: Impostor on 10 01, 2023, 02:40:15 pm
a
 :tick:
Title: Re: [+] Notification while taking 1st top group
Post by: Pinky on 11 01, 2023, 07:16:08 am
Ye we need this.  :tick:
Title: Re: [+] Notification while taking 1st top group
Post by: Timbery on 11 01, 2023, 04:07:05 pm
Absolute waste of time.

Use these methods to keep track of on what position your group is and who is going to overtake your score.
F1 -> civilians
F1 -> law
F1 -> criminal
If you are really interested in holding a certain top, just frequently check the score board and you will predict what is possible to happen and what not. Takes no more than 20 seconds to open that panel, pick up a side and check your group's score and the nearby ones.

Negative
Title: Re: [+] Notification while taking 1st top group
Post by: ObitoINF on 11 01, 2023, 07:21:55 pm
nice idea  :tick:
Title: Re: [+] Notification while taking 1st top group
Post by: Persius#USSF on 12 01, 2023, 04:42:41 am
nothing really important and necessary since already there is a system to check via f1 so
Title: Re: [+] Notification while taking 1st top group
Post by: TwCafe on 14 01, 2023, 05:39:38 pm
17 positive, 3 negative votes. If this topic cannot be marked as Medium Priority next week, it'll be locked.
Title: Re: [+] Notification while taking 1st top group
Post by: fareshanna12 on 14 01, 2023, 10:23:23 pm
It seems a great idea, people can know now the most active group easier my vote positive
Title: Re: [+] Notification while taking 1st top group
Post by: swe on 17 01, 2023, 12:02:36 am
Nice idea for contention and competition.My vote is positive  :tick:
Title: Re: [+] Notification while taking 1st top group
Post by: Arcanus on 18 01, 2023, 05:46:41 pm
It's a good idea and nothing is lost trying, I am positive  :tick:
Title: Re: [+] Notification while taking 1st top group
Post by: WooZy on 20 01, 2023, 01:28:16 am
I don't think its really useful, I mean is it really hard to check F1 by time? I will be negative this time.
 :cros:
Title: Re: [+] Notification while taking 1st top group
Post by: TwCafe on 25 01, 2023, 04:26:30 pm
22 positive, 4 negative votes. Marked as Medium Priority.
Title: Re: [++] Notification while taking 1st top group
Post by: Foster on 26 01, 2023, 01:07:22 pm
 :tick: :tick:
Title: Re: [++] Notification while taking 1st top group
Post by: TwCafe on 01 02, 2023, 03:43:31 am
23 positive, 4 negative votes. If this topic cannot be marked as High Priority next week, it'll be locked.
Title: Re: [++] Notification while taking 1st top group
Post by: KarabiN on 04 02, 2023, 02:53:23 pm
We usually get notifications for most things anyway and it can be frustrating to increase it. In my opinion it's just laziness not to look at F1 to see where your group is. Negative
Title: Re: [++] Notification while taking 1st top group
Post by: Dinçer on 04 02, 2023, 06:05:55 pm
 :tick:
Title: Re: [++] Notification while taking 1st top group
Post by: JimMys on 06 02, 2023, 04:47:41 am
  :tick:
Title: Re: [++] Notification while taking 1st top group
Post by: TwCafe on 08 02, 2023, 04:45:36 am
25 positive, 5 negative votes. Marked as High Priority.
Title: Re: Notification while taking 1st top group
Post by: Gio on 09 02, 2023, 11:32:14 am
:tick: but it doesn't need to notify the whole team in my opinion, just the top 5 groups would be better.
:tick:
Title: Re: Notification while taking 1st top group
Post by: glock on 18 02, 2023, 10:56:14 pm
those who aim for a team's top position already observe the scores when its needed
exactly this, plus such feature would be spammy and annoying when groups compete for top 1 as the positions swap really often.  :cros:
Title: Re: [+] Notification while taking 1st top group
Post by: .Snow on 19 02, 2023, 09:29:39 am
Absolute waste of time.

Use these methods to keep track of on what position your group is and who is going to overtake your score.
F1 -> civilians
F1 -> law
F1 -> criminal
If you are really interested in holding a certain top, just frequently check the score board and you will predict what is possible to happen and what not. Takes no more than 20 seconds to open that panel, pick up a side and check your group's score and the nearby ones.

Negative
Yeah Exactly. Negative
Title: Re: [+++] Notification while taking 1st top group
Post by: ultrAslan on 19 02, 2023, 04:45:27 pm
It can be a notification that only people in its group can see. it would also be fair for the group that lost the first place to see it. that is, the interlocutor will be for two groups. :tick:
Title: Re: [+++] Notification while taking 1st top group
Post by: TomHartS2 on 19 02, 2023, 08:37:57 pm
I don't think this is really needed, for players....ok, but for groups it's not really necessary...  :cros:
Title: Re: [+++] Notification while taking 1st top group
Post by: Palavra70 on 22 02, 2023, 10:03:56 pm
 :tick: :tick: I agree
Title: Re: [+++] Notification while taking 1st top group
Post by: hyperlink on 23 02, 2023, 12:01:01 am
just check f1, no need to get more annoying notifications. :cros:
Title: Re: [+++] Notification while taking 1st top group
Post by: Legemci on 23 02, 2023, 07:28:00 pm
 :tick:
Title: Re: [+++] Notification while taking 1st top group
Post by: Arran on 26 02, 2023, 04:53:55 pm
- Added 'Todays Top Group Change' to '/settings' to change if and how you see the new group that's taken the lead for most score today. (Arran)
- Added a notification that the relevant team will see when LV turf, LS turf, Civilian, Police, Criminal group takes the lead in today's top. (Arran + Papa MaMo)