View Single Post
EFFx
Veteran Member
Join Date: Feb 2016
Location: São Paulo, Brasil
Old 03-14-2021 , 17:43   Re: [AMXX] CSGO Round End Events
Reply With Quote #102

Updated to v2.3


Fixed some formats in some events.
Fixed some events that wasn't being called.
Fixed the 'bought X items' check for grenades.

Added new rare events:
- Player X killed Y enemies through the wall.
- Player X killed an enemy and remained with 1 HP.
- Player X killed himself this round.
- Player X died X rounds without killing anybody.


Changed some values from some events.
Changed MIN_TIMES to random_num(2, 4).

Changed the system of how the events appear:
Now it gives priority to rare events, so everytime a rare event happens, it'll be printed.
However it has a check to see if the rare event selected already happened recently, otherwise it'll be ignored.

Example:

Code:
L 03/10/2021 - 19:03:29: [RoundEndEvents.amxx] Events this round:
L 03/10/2021 - 19:03:30: [RoundEndEvents.amxx] M0rbid Desire received 2 different attacks before dying.
L 03/10/2021 - 19:03:30: [RoundEndEvents.amxx] M0rbid Desire given damage to 3 different enemies before dying.
L 03/10/2021 - 19:03:30: [RoundEndEvents.amxx] Nicole_Kidman killed 4 opponents.
L 03/10/2021 - 19:03:30: [RoundEndEvents.amxx] Terrorists had the best accuracy with 21%
L 03/10/2021 - 19:03:30: [RoundEndEvents.amxx] killaruna's accuracy was 42% while his team was 17%
L 03/10/2021 - 19:03:30: [RoundEndEvents.amxx] Jet_Li did 162 damage but does not killed any enemy.
L 03/10/2021 - 19:03:30: [RoundEndEvents.amxx] =========================
L 03/10/2021 - 19:03:30: [RoundEndEvents.amxx] Choosed: Jet_Li did 162 damage but does not killed any enemy.
Between all normal events that happens easily every round, it choosed the most rare thing to happen in a round, which was the high damage without any kill.
-

After some rounds, this is the list:

Code:
L 03/10/2021 - 19:46:47: Tommy_Lee_Jones killed an enemy with knife.
L 03/10/2021 - 19:48:13: Make my Day defused the bomb with 2 alive terrorists.
L 03/10/2021 - 19:52:03: Pseudolukian killed an enemy with his last bullet.
L 03/10/2021 - 19:54:02: U're Dead did 2 assists.
L 03/10/2021 - 19:55:31: Pseudolukian killed 2 opponents.
L 03/10/2021 - 19:56:36: Make my Day caused the first death after 19 seconds of round starts.
L 03/10/2021 - 19:58:15: Jean_Claude_Van_Damme's accuracy was 47% while his team was 32%
L 03/10/2021 - 19:59:47: Samuel_L_Jackson received 4 different attacks before dying.
L 03/10/2021 - 20:00:46: Samuel_L_Jackson killed an enemy with grenade after dying.
L 03/10/2021 - 20:02:21: Tommy_Lee_Jones survived the most time: 90 seconds.
L 03/10/2021 - 20:03:07: Terrorists won without taking any casualties.
L 03/10/2021 - 20:03:55: The Counter-Terrorists eliminated the Terrorists in 43 seconds.
L 03/10/2021 - 20:05:54: Make my Day lasted 2 consecutive rounds without dying.
L 03/10/2021 - 20:06:38: Jim_Carrey given damage to 2 different enemies before dying.
L 03/10/2021 - 20:08:20: Make my Day jumped 12 times during the round.
L 03/10/2021 - 20:09:43: Counter-Terrorists had the best accuracy with 38%
L 03/10/2021 - 20:10:46: Chris_Tucker did 163 damage but does not killed any enemy.
This feels better for the player seeing that he did something important in the round, instead of just printing 'You killed 2 players' everytime.
Also, it got 17 events without repeating.
-

Second attempt:

Code:
[L 03/10/2021 - 20:16:01: Jean_Claude_Van_Damme killed an enemy with grenade in that round.
L 03/10/2021 - 20:18:50: Tommy_Lee_Jones killed 2 enemies with headshots that round.
L 03/10/2021 - 20:20:44: Terrorists had the best accuracy with 37%
L 03/10/2021 - 20:22:03: U're Dead killed an enemy with his last bullet.
L 03/10/2021 - 20:24:27: Jean_Claude_Van_Damme killed an enemy in the air.
L 03/10/2021 - 20:25:44: As the last member alive, Pseudolukian killed 2 enemies and won.
L 03/10/2021 - 20:27:11: Tommy_Lee_Jones given damage to 3 different enemies before dying.
L 03/10/2021 - 20:28:19: Make my Day brought a knife to a gunfight.
L 03/10/2021 - 20:30:09: Jean_Claude_Van_Damme jumped 12 times during the round.
L 03/10/2021 - 20:30:23: Samuel_L_Jackson killed an enemy with knife.
L 03/10/2021 - 20:31:39: Jim_Carrey defended the planted bomb from 2 enemies.
L 03/10/2021 - 20:32:46: Terrorists won without taking any casualties.
L 03/10/2021 - 20:34:06: Jean_Claude_Van_Damme defused the bomb with 2 alive terrorists.
L 03/10/2021 - 20:35:38: Make my Day lasted 2 consecutive rounds without dying.
L 03/10/2021 - 20:37:34: Pseudolukian finished off 2 woundest enemies.
L 03/10/2021 - 20:37:48: The Counter-Terrorists eliminated the Terrorists in 8 seconds.
L 03/10/2021 - 20:39:03: got has spent 7020 money.
L 03/10/2021 - 20:40:08: got threw 4 grenades that round.
L 03/10/2021 - 20:42:48: Bridget_Fonda survived the most time: 87 seconds.
L 03/10/2021 - 20:45:13: Tommy_Lee_Jones killed 2 opponents.
Yeah... 20 events without even repeating... *sighs*.

Debug about the fixes plus new events:

Code:
L 03/10/2021 - 21:23:11: Neural Noise killed an enemy through the wall.
L 03/10/2021 - 21:24:42: S.E.S. reloaded his weapon 2 times.
L 03/10/2021 - 21:26:37: Neural Noise killed an enemy with his last bullet.
L 03/10/2021 - 21:28:05: Neural Noise jumped 13 times during the round.
L 03/10/2021 - 21:29:04: Robert_Deniro killed an enemy and remained with 1 HP.
L 03/10/2021 - 21:31:03: Counter-Terrorists had the best accuracy with 30%
L 03/10/2021 - 21:32:33: Neural Noise's accuracy was 33% while his team was 31%
L 03/12/2021 - 21:04:17: Anthony_Hopkins reloaded his weapon 2 times.
L 03/12/2021 - 21:06:30: George_Hamilton died 2 rounds without killing anybody.
End of line.
__________________
• Ranking System • AutoMix 5vs5 System
• Web Ban System • Plugins for free

____________________________________________
For private works:
• Discord: EFFEXo#8850 • Steam: EFFEXo
EFFx is offline