Raised This Month: $12 Target: $400
 3% 

[MVP] MVP Of the Round + Custom Sounds (reAPI Support)


Post New Thread Reply   
 
Thread Tools Display Modes
Shadows Adi
AlliedModders Donor
Join Date: Aug 2019
Location: Romania
Old 04-24-2021 , 06:51   Re: MVP Of the Round + Custom SoundTracks (reAPI Support)
Reply With Quote #41

Update
Version 1.8
  • Cleaned and Improved pieces of code
__________________


Accepting Paid Requests, contact PM.

MVP Of The Round View project on GITHUB / AlliedModders
CSGO REMAKE ~ CSGO MOD [STABLE + SOURCE CODE]
Shadows Adi is offline
lexzor
Veteran Member
Join Date: Nov 2020
Old 04-29-2021 , 17:08   Re: MVP Of the Round + Custom SoundTracks (reAPI Support)
Reply With Quote #42

New bug:

Code:
L 04/30/2021 - 00:08:13: Invalid index 47 (count: 16)
L 04/30/2021 - 00:08:13: [AMXX] Displaying debug trace (plugin "most_valuable_player.amxx", version "1.8")
L 04/30/2021 - 00:08:13: [AMXX] Run time error 10: native error (native "ArrayGetArray")
L 04/30/2021 - 00:08:13: [AMXX]    [0] most_valuable_player.sma::PlayTrack (line 940)
L 04/30/2021 - 00:08:13: [AMXX]    [1] most_valuable_player.sma::CalculateTopKiller (line 899)
L 04/30/2021 - 00:08:13: [AMXX]    [2] most_valuable_player.sma::task_check_scenario (line 791)
EDIT: I updated ReHLDS and it's working now.

Last edited by lexzor; 04-29-2021 at 18:07.
lexzor is offline
Shadows Adi
AlliedModders Donor
Join Date: Aug 2019
Location: Romania
Old 04-29-2021 , 19:33   Re: MVP Of the Round + Custom SoundTracks (reAPI Support)
Reply With Quote #43

Quote:
Originally Posted by lexzor View Post
New bug:

Code:
L 04/30/2021 - 00:08:13: Invalid index 47 (count: 16)
L 04/30/2021 - 00:08:13: [AMXX] Displaying debug trace (plugin "most_valuable_player.amxx", version "1.8")
L 04/30/2021 - 00:08:13: [AMXX] Run time error 10: native error (native "ArrayGetArray")
L 04/30/2021 - 00:08:13: [AMXX]    [0] most_valuable_player.sma::PlayTrack (line 940)
L 04/30/2021 - 00:08:13: [AMXX]    [1] most_valuable_player.sma::CalculateTopKiller (line 899)
L 04/30/2021 - 00:08:13: [AMXX]    [2] most_valuable_player.sma::task_check_scenario (line 791)
When this happens, is there any player shown in the MVP Message?
__________________


Accepting Paid Requests, contact PM.

MVP Of The Round View project on GITHUB / AlliedModders
CSGO REMAKE ~ CSGO MOD [STABLE + SOURCE CODE]
Shadows Adi is offline
lexzor
Veteran Member
Join Date: Nov 2020
Old 04-29-2021 , 20:16   Re: MVP Of the Round + Custom SoundTracks (reAPI Support)
Reply With Quote #44

Quote:
Originally Posted by Shadows Adi View Post
When this happens, is there any player shown in the MVP Message?
No, it s not and bug is still there.
lexzor is offline
Romka11
New Member
Join Date: May 2021
Old 05-05-2021 , 13:27   Re: MVP Of the Round + Custom SoundTracks (reAPI Support)
Reply With Quote #45

Plugin idea is amazing. Thank you for work.

I have a little problem. Whenever I run this plugin my server get's crashed with "segmentation fault". Is it possible that ReGameDLL_CS or ReAPI version is the problem? Because this plugin works fine, but whenever I change maps for three or four times it get's crashed.

I tested all the plugins and modules, the problem is happening only with this plugin.

By the way I saw a server working with this plugin and it has a VIP option (only person with some flags) are able to choose particular sounds. How you can do that?

Last edited by Romka11; 05-05-2021 at 13:28.
Romka11 is offline
Shadows Adi
AlliedModders Donor
Join Date: Aug 2019
Location: Romania
Old 05-06-2021 , 05:43   Re: MVP Of the Round + Custom SoundTracks (reAPI Support)
Reply With Quote #46

Quote:
Originally Posted by Romka11 View Post
Plugin idea is amazing. Thank you for work.

I have a little problem. Whenever I run this plugin my server get's crashed with "segmentation fault". Is it possible that ReGameDLL_CS or ReAPI version is the problem? Because this plugin works fine, but whenever I change maps for three or four times it get's crashed.

I tested all the plugins and modules, the problem is happening only with this plugin.

By the way I saw a server working with this plugin and it has a VIP option (only person with some flags) are able to choose particular sounds. How you can do that?
Show the output for version, meta list, amxx modules. ReHLDS, ReGameDLL and reAPI should be updated to the latest version.

Maybe the owner made a custom setting for the plugin, maybe I will implement this soon.
__________________


Accepting Paid Requests, contact PM.

MVP Of The Round View project on GITHUB / AlliedModders
CSGO REMAKE ~ CSGO MOD [STABLE + SOURCE CODE]
Shadows Adi is offline
Shadows Adi
AlliedModders Donor
Join Date: Aug 2019
Location: Romania
Old 05-17-2021 , 14:36   Re: MVP Of the Round + Custom SoundTracks (reAPI Support)
Reply With Quote #47

Update!
Version 1.9

  • Added a new feature: VIP Only Tracks
  • Fixed a bug reported in #42
  • Optimized code
__________________


Accepting Paid Requests, contact PM.

MVP Of The Round View project on GITHUB / AlliedModders
CSGO REMAKE ~ CSGO MOD [STABLE + SOURCE CODE]
Shadows Adi is offline
Shadows Adi
AlliedModders Donor
Join Date: Aug 2019
Location: Romania
Old 05-23-2021 , 06:30   Re: MVP Of the Round + Custom SoundTracks (reAPI Support)
Reply With Quote #48

Update!
Version 2.0

  • Now the tracks are showing along with the MVP of the round
  • Added a check for ASCII alphabet character in FindCharPos() stock
  • Added a check for is_user_vip() stock if the flag is not an ASCII character
  • Optimized the code

For more ideas, you can let me know in this topic.

P.S.: Could I get a review on this plugin, please?
__________________


Accepting Paid Requests, contact PM.

MVP Of The Round View project on GITHUB / AlliedModders
CSGO REMAKE ~ CSGO MOD [STABLE + SOURCE CODE]
Shadows Adi is offline
SoulWeaver16
Senior Member
Join Date: May 2021
Location: Uruguay
Old 06-03-2021 , 22:23   Re: MVP Of the Round + Custom SoundTracks (reAPI Support)
Reply With Quote #49

Where can I find AMX mod x 1.9+?
I only know 1.8.2 :/
SoulWeaver16 is offline
Supremache
Veteran Member
Join Date: Sep 2019
Location: Egypt
Old 06-03-2021 , 22:54   Re: MVP Of the Round + Custom SoundTracks (reAPI Support)
Reply With Quote #50

Quote:
Originally Posted by SoulWeaver16 View Post
Where can I find AMX mod x 1.9+?
I only know 1.8.2 :/
https://www.amxmodx.org/downloads-ne...h=master&all=1
https://github.com/alliedmodders/amxmodx
__________________
Youtube.com/Supremache

Bank System [Nvault - SQL Support]
VIP System
  • If you think it's that simple, then do it yourself.
Supremache is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:08.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode