AinzOoalGown Posted January 26, 2021 Posted January 26, 2021 Hi, I am trying to learn a bit more about the notifications. I was wondering what is the best way to call a notification when a player ranks up or down "MoneyRank"? Thanks Quote
Dayo Posted January 26, 2021 Posted January 26, 2021 I would advise against this as money rank can fluctuate alot during game play. 1 Quote
AinzOoalGown Posted January 26, 2021 Author Posted January 26, 2021 15 minutes ago, Dayo said: I would advise against this as money rank can fluctuate alot during game play. Ah ok no problem, thanks for the heads up. I was actually going to use it for my new Alignment system that which is a copy of the MoneyRank system to display a pic based on alignment. But it acts the same as the MoneyRank system, just doesnt happen as often, takes longer to get to "Rank Up or Down" in the alignment. Quote
Sim Posted February 1, 2021 Posted February 1, 2021 On 1/26/2021 at 4:28 PM, AinzOoalGown said: Ah ok no problem, thanks for the heads up. I was actually going to use it for my new Alignment system that which is a copy of the MoneyRank system to display a pic based on alignment. But it acts the same as the MoneyRank system, just doesnt happen as often, takes longer to get to "Rank Up or Down" in the alignment. I usually send a notification after the query. So after you update the "Players Rank" send notification. $this->user->newNotification($msg); 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.