1st place notfication for my fighting map

Hello in my fighting map I want it so every couple seconds or minutes it sends a notification to all player who is in first place Is that possible?

1 Like

Use a repeating trigger to check scores and broadcast the leader’s name to all players.

3 Likes

Is there a way to put an in game leaderboard instead of checking it just see it in game

Here ya go (I’m going to see if there are more)

3 Likes

I’ma see if it works because KON_GGC was a bit confusing

1 Like

K its ok Ill see how to use this (maybie to say IDK but Tnx) Also could you find me a way to add less cool down to only one player on their gadget (No reload speed u know)

1 Like

If you are tracking knockouts, use a lifecycle to detect when a player knocks someone out, and then increase a property for just that player. Use blocks to find out who’s in first. I’ll write some more about this in the morning.

1 Like

ok I took away the solution so take you time (PLS I NEED THIS)

1 Like

I’m still looking but this might help a bit
(I might start testing it out since I can’t found a guide on it)

How to send notifications to whoever is in first place:

Place a lifecycle device. Use these settings:


Place a property device with the following settings:

name the property “knockouts”
Add a notification device with these settings (you can customize the other settings also to make it look better):

Add this block in the notification device:

Add 2 wire repeaters and give one of them a delay of 60 seconds.
Add a lifecycle that listens for “Game Start” and does not broadcast on a channel. Wire this to the wire repeater with the 60 second delay.

Add a relay with these settings:

Wire the wire repeaters without the 60 second delay to this relay.

THIS IS UNFINISHED, I WILL WORK ON THIS LATER. IT ISN’T WORKING RIGHT NOW, SO I NEED TO FIGURE OUT A WAY TO MAKE IT WORK. THESE STEPS SHOULD WORK.

1 Like

k so right now it only works for the first place guy.Is there a way to make it so it tracks objects instead of eliminations? because eliminations on my map got a bit buggy so I made it that it gave you a light shard instead and it tracks light shards instead of knockouts

2 Likes

It is possible. On the leaderboard, set it to items, and set the item it is tracking to light shards. I am having some issues with what I put above, so if I can get it to work, I’ll get back to you.

I think that I can make it so the property changes when you get an elimination and you get light shards because I made it so when you eliminate you get 1 light shard

1 Like

I got that part to work, it’s just the detecting who’s in first place that I can’t figure out. I think I have an idea, but I still need to test it.

The first place thing I got it but is there a way that It shows to everywone Who is in first with their name?

At the top of the map, there is a leaderboard button. You can click it and it shows you the whole leaderboard. Sorry if that wasn’t what you were looking for.

ye i know so is there a way that it says you are in 2nd 3rd 4th etc instead If yes thats all I need

I don’t think this is currently possible. I tried to track what place each player was in, but I was unable to do so. I think the best way to do this would just be looking at the leaderboard. Sorry.

So what u made a bit ago what does it exactly do

Right now, it tracks the amounts of knockouts a player has and relays a relay with all players every 60 seconds. It’s not very useful. Sorry that I couldn’t find a way to make this work. When I tried, it glitched wierdly in my testing map.