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

[ANY] CallAdmin - Extended Report Mod


Post New Thread Reply   
 
Thread Tools Display Modes
Impact123
Veteran Member
Join Date: Oct 2011
Location: Germany
Old 01-15-2017 , 12:45   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #1631

Indeed, the first page should be updated too, unfortunately the information that is not already in the wiki is kinda scattered around in this thread. Writing good documentation is hard, but I've always been open for suggestions. I hope we can get around to make the documentation user editable sometime. I'll add a list of commands with explanations what they do later. If you have tips on how to write a proper introduction, or what you'd like to see in one (link some example that you like), please share.

Edit: Here it is.
__________________

Last edited by Impact123; 01-15-2017 at 13:28.
Impact123 is offline
MrDanne
Member
Join Date: Jan 2017
Location: Stockholm, Sweden
Old 01-16-2017 , 01:37   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #1632

Quote:
Originally Posted by Impact123 View Post
Indeed, the first page should be updated too, unfortunately the information that is not already in the wiki is kinda scattered around in this thread. Writing good documentation is hard, but I've always been open for suggestions. I hope we can get around to make the documentation user editable sometime. I'll add a list of commands with explanations what they do later. If you have tips on how to write a proper introduction, or what you'd like to see in one (link some example that you like), please share.

Edit: Here it is.
Thanks

It is a long thread to read. Always good to know how to use the commands so I can share it with my admins and players to get the best experience while playing.

Last edited by MrDanne; 01-16-2017 at 01:41.
MrDanne is offline
Phorce_Phed
Member
Join Date: Jun 2006
Old 01-17-2017 , 21:18   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #1633

On server start:
Code:
L 01/17/2017 - 12:12:40: Error log file session closed.
L 01/17/2017 - 20:08:36: SourceMod error session started
L 01/17/2017 - 20:08:36: Info (map "de_dust2_csco") (file "errors_20170117.log")
L 01/17/2017 - 20:08:36: [SM] Exception reported: Array index out-of-bounds (index -1, limit 66)
L 01/17/2017 - 20:08:36: [SM] Blaming: calladmin.smx
L 01/17/2017 - 20:08:36: [SM] Call stack trace:
L 01/17/2017 - 20:08:36: [SM]   [1] Line 1347, calladmin.sp::ChatListener
L 01/17/2017 - 20:08:36: [SM] Exception reported: Array index out-of-bounds (index -1, limit 66)
L 01/17/2017 - 20:08:36: [SM] Blaming: calladmin.smx
L 01/17/2017 - 20:08:36: [SM] Call stack trace:
L 01/17/2017 - 20:08:36: [SM]   [1] Line 1347, calladmin.sp::ChatListener
L 01/17/2017 - 20:24:50: Error log file session closed.
Trying to test:
Code:
sm_calladmin_test
Unknown command "sm_calladmin_test"
Same behavior with the "development" version.

sm plugins list

sm exts list

SteamWorks.ext.so

discord.cfg

Last edited by Phorce_Phed; 01-17-2017 at 21:21.
Phorce_Phed is offline
Impact123
Veteran Member
Join Date: Oct 2011
Location: Germany
Old 01-17-2017 , 22:52   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #1634

The test command is just
Code:
calladmin_test
i documented it wrong.

I don't understand why you get this error. We hook the say, say2 and say_team commands. The ChatListener callback is called when a a client uses one of those commands. We use the client variable that is passed as an index inside an array without verifying it. As far as i know clients with an invalid index (-1) shouldn't be able to use a command, which is why we don't validate clients there. My guess is that some other plugin is causing it. Does this happen every time? Does it also happen if you disable all plugins that are not shipped with sourcemod?
__________________

Last edited by Impact123; 01-17-2017 at 22:59.
Impact123 is offline
Phorce_Phed
Member
Join Date: Jun 2006
Old 01-18-2017 , 10:38   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #1635

Quote:
Originally Posted by Impact123 View Post
Does this happen every time? Does it also happen if you disable all plugins that are not shipped with sourcemod?
Yes. I even disabled the Discord plugins so only CallAdmin and CallAdmin: Test are running:
Code:
L 01/18/2017 - 10:33:31: [SM] Exception reported: Array index out-of-bounds (index -1, limit 66)
L 01/18/2017 - 10:33:31: [SM] Blaming: calladmin.smx
L 01/18/2017 - 10:33:31: [SM] Call stack trace:
L 01/18/2017 - 10:33:31: [SM]   [1] Line 1347, calladmin.sp::ChatListener
L 01/18/2017 - 10:33:31: [SM] Exception reported: Array index out-of-bounds (index -1, limit 66)
L 01/18/2017 - 10:33:31: [SM] Blaming: calladmin.smx
L 01/18/2017 - 10:33:31: [SM] Call stack trace:
L 01/18/2017 - 10:33:31: [SM]   [1] Line 1347, calladmin.sp::ChatListener
sm plugins list
Phorce_Phed is offline
Impact123
Veteran Member
Join Date: Oct 2011
Location: Germany
Old 01-18-2017 , 14:14   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #1636

I can add a check for invalid clients there but if it happens every time then that is definitely not normal behavior for sourcemod and i would say that there's a bug in your installation of it. Otherwise there would be more reports. I would like to add you on steam and find out why this is happening if you're interested.
__________________
Impact123 is offline
Johnoclock
Member
Join Date: Oct 2014
Location: denmark
Old 01-20-2017 , 04:11   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #1637

Quote:
Originally Posted by john96dk View Post
hey i have a problem with calladmin client when i do update trackers i get a messge from windows saying couldn't init curl connect any way to fix it
Quote:
Originally Posted by Impact123 View Post
It's mainly focused on the plugins but please read the getting help article. There's not enough information to help you. Posting the full error message would be a good start.
i dont see any error message but i made a video https://youtu.be/iNfm5Kd8KS0

Last edited by Johnoclock; 01-20-2017 at 04:13.
Johnoclock is offline
JacobThePigeon
Junior Member
Join Date: Jul 2015
Location: Ontario, Canada
Old 01-21-2017 , 11:53   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #1638

Hi, I'm trying to recompile the plugin to add a secondary command for the Command_Call .

However, I get this error:
"...\scripting\calladmin.sp(27) : fatal error 182: cannot read from file: "autoexecconfig"

Any way I can get that autoexec?
__________________
JacobThePigeon is offline
Send a message via Skype™ to JacobThePigeon
Impact123
Veteran Member
Join Date: Oct 2011
Location: Germany
Old 01-21-2017 , 12:12   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #1639

There's an article about compiling CallAdmin in the wiki that's linked in the first post.
__________________
Impact123 is offline
JacobThePigeon
Junior Member
Join Date: Jul 2015
Location: Ontario, Canada
Old 01-21-2017 , 12:35   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #1640

Quote:
Originally Posted by Impact123 View Post
There's an article about compiling CallAdmin in the wiki that's linked in the first post.
Sorry for being so illiterate, thank you!
__________________
JacobThePigeon is offline
Send a message via Skype™ to JacobThePigeon
Reply



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 17:10.


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