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

Solved [Paid] ServerAdvertisement3 fix


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 01-16-2019 , 05:47   [Paid] ServerAdvertisement3 fix
Reply With Quote #1

So, since nothing more comes from Bara, I ask everyone coder if one can fix it, I would give 10 € as a thank you. You can also free it for everyone afterwards, but I'm annoyed that I still have to use the old script with the memory leaks

hes Version: https://github.com/Bara/ServerAdvertisement3

Problem when i use bara version plugin
Code:
L 12/31/2018 - 00:02:50: [SM] Blaming: ServerAdvertisements3.smx
L 12/31/2018 - 00:02:50: [SM] Call stack trace:
L 12/31/2018 - 00:02:50: [SM]   [0] ArrayList.GetString
L 12/31/2018 - 00:02:50: [SM]   [1] Line 508, D:\Cloud\SourcePawn\GitHub\ServerAdvertisement3\scripting\ServerAdvertisements3.sp::Timer_PrintMessage
L 12/31/2018 - 00:02:57: Error log file session closed.
Thank you for reading and have a nice day

Last edited by freak.exe_uLow; 01-16-2019 at 10:40.
freak.exe_uLow is offline
GUCCICSGO
Junior Member
Join Date: Jan 2019
Location: IASI
Old 01-16-2019 , 10:08   Re: [Paid] ServerAdvertisement3 fix
Reply With Quote #2

Quote:
Originally Posted by freak.exe_uLow View Post
So, since nothing more comes from Bara, I ask everyone coder if one can fix it, I would give 10 € as a thank you. You can also free it for everyone afterwards, but I'm annoyed that I still have to use the old script with the memory leaks

hes Version: https://github.com/Bara/ServerAdvertisement3

Problem when i use bara version plugin
Code:
L 12/31/2018 - 00:02:50: [SM] Blaming: ServerAdvertisements3.smx
L 12/31/2018 - 00:02:50: [SM] Call stack trace:
L 12/31/2018 - 00:02:50: [SM]   [0] ArrayList.GetString
L 12/31/2018 - 00:02:50: [SM]   [1] Line 508, D:\Cloud\SourcePawn\GitHub\ServerAdvertisement3\scripting\ServerAdvertisements3.sp::Timer_PrintMessage
L 12/31/2018 - 00:02:57: Error log file session closed.
Thank you for reading and have a nice day

check this


https://ufile.io/tg4u3
GUCCICSGO is offline
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 01-16-2019 , 10:20   Re: [Paid] ServerAdvertisement3 fix
Reply With Quote #3

Quote:
Originally Posted by GUCCICSGO View Post
thanks but not really the best advert plugin, and for the next, i think thats better when you use the Manage Attachments to upload you files, your link is not the best (no hate) so i find someone, hes trying to fix that

Last edited by freak.exe_uLow; 01-16-2019 at 10:20.
freak.exe_uLow is offline
Lubricant Jam
AlliedModders Donor
Join Date: Oct 2016
Location: United Kingdom
Old 01-16-2019 , 10:51   Re: [Paid] ServerAdvertisement3 fix
Reply With Quote #4

Quote:
Originally Posted by freak.exe_uLow View Post
thanks but not really the best advert plugin, and for the next, i think thats better when you use the Manage Attachments to upload you files, your link is not the best (no hate) so i find someone, hes trying to fix that
Let me know when you get it done, wouldn't mind helping chipping in as I started to use this recently.
Lubricant Jam is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 01-16-2019 , 11:10   Re: [Paid] ServerAdvertisement3 fix
Reply With Quote #5

Plugin without source file *.sp, what if you just jump in river...
Quote:
Originally Posted by GUCCICSGO View Post
Bacardi is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 01-16-2019 , 11:16   Re: [Paid] ServerAdvertisement3 fix
Reply With Quote #6

I have not tested, but I think this line
https://github.com/Bara/ServerAdvert...ments3.sp#L612

it check over array index size, bound.
Should perhaps
Code:
	if(g_iCurrentMessage >= aMessagesList.Length-1)
	{
__________________
Do not Private Message @me

Last edited by Bacardi; 01-16-2019 at 11:34.
Bacardi is offline
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 01-16-2019 , 11:32   Re: [Paid] ServerAdvertisement3 fix
Reply With Quote #7

Quote:
Originally Posted by Lubricant Jam View Post
Let me know when you get it done, wouldn't mind helping chipping in as I started to use this recently.
I'm not an asshole, so i share it here....have fun

this fix, fixed the issue
Quote:
L 01/16/2019 - 150:22: [SM] Exception reported: Invalid Handle 8a1060f (error: 1)
L 01/16/2019 - 150:22: [SM] Blaming: ServerAdvertisements3.smx
L 01/16/2019 - 150:22: [SM] Call stack trace:
L 01/16/2019 - 150:22: [SM] [0] ArrayList.GetString
L 01/16/2019 - 150:22: [SM] [1] Line 508, D:\Cloud\SourcePawn\GitHub\ServerAdvertisemen t3\scripting\ServerAdvertisements3.sp::Timer_ PrintMessage
NO SUPPORT, its tested and works fine on my server

EDIT: NEW LINK

Last edited by freak.exe_uLow; 01-22-2019 at 10:13.
freak.exe_uLow is offline
Ejziponken
AlliedModders Donor
Join Date: Apr 2008
Old 01-18-2019 , 13:10   Re: [Paid] ServerAdvertisement3 fix
Reply With Quote #8

Quote:
Originally Posted by freak.exe_uLow View Post
I'm not an asshole, so i share it here....have fun

this fix, fixed the issue


NO SUPPORT, its tested and works fine on my server

L 01/18/2019 - 19:07:14: [SM] Exception reported: Invalid Handle bdf0301 (error: 1)
L 01/18/2019 - 19:07:14: [SM] Blaming: ServerAdvertisements3.smx
L 01/18/2019 - 19:07:14: [SM] Call stack trace:
L 01/18/2019 - 19:07:14: [SM] [0] ArrayList.Length.get
L 01/18/2019 - 19:07:14: [SM] [1] Line 498, ServerAdvertisements3.sp::Timer_PrintMessage
Ejziponken is offline
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 01-18-2019 , 13:50   Re: [Paid] ServerAdvertisement3 fix
Reply With Quote #9

Quote:
Originally Posted by Ejziponken View Post
L 01/18/2019 - 19:07:14: [SM] Exception reported: Invalid Handle bdf0301 (error: 1)
L 01/18/2019 - 19:07:14: [SM] Blaming: ServerAdvertisements3.smx
L 01/18/2019 - 19:07:14: [SM] Call stack trace:
L 01/18/2019 - 19:07:14: [SM] [0] ArrayList.Length.get
L 01/18/2019 - 19:07:14: [SM] [1] Line 498, ServerAdvertisements3.sp::Timer_PrintMessage
yeah, the repeat message is not working...i got the same error, im still waiting for the fix from the scripter
freak.exe_uLow is offline
Ejziponken
AlliedModders Donor
Join Date: Apr 2008
Old 01-18-2019 , 14:18   Re: [Paid] ServerAdvertisement3 fix
Reply With Quote #10

Quote:
Originally Posted by freak.exe_uLow View Post
yeah, the repeat message is not working...i got the same error, im still waiting for the fix from the scripter
Alright cool
Ejziponken 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 16:24.


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