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

[ANY] CallAdmin - Extended Report Mod


Post New Thread Reply   
 
Thread Tools Display Modes
Creampuffyness
Senior Member
Join Date: Jun 2009
Old 01-15-2016 , 14:06   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #1411

Quote:
Originally Posted by Popoklopsi View Post
Mh weird. But in approximately one week there will be an update for the client anyway.
I might have fixed the issue by running another instance of it, weird. However, this led me to something else. Currently I am running the Steam module, and the desktop module. In my testing, i noticed that when I do a test !calladmin, it successfully sends a steam message, and the desktop client gets the message. When I handle a call from the desktop client, the steam bot does not tell other admins the call was handled. This is also true in reverse, when I use /calladmin_handle 1 the desktop clients are not notified that the call is finished. Is there a way to get those to sync up, and alert eachother?
__________________

Last edited by Creampuffyness; 01-15-2016 at 14:10.
Creampuffyness is offline
Impact123
Veteran Member
Join Date: Oct 2011
Location: Germany
Old 01-15-2016 , 15:58   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #1412

No. Read the bit about report handling here to understand why that happens.
__________________

Last edited by Impact123; 01-15-2016 at 16:00.
Impact123 is offline
poel
Veteran Member
Join Date: Mar 2013
Old 01-15-2016 , 16:49   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #1413

where is the latest version of extension ?
poel is offline
Impact123
Veteran Member
Join Date: Oct 2011
Location: Germany
Old 01-16-2016 , 02:12   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #1414

It's inside the CallAdmin_Steam.zip from the first post. It's also linked in the documentation of the steam module.
__________________

Last edited by Impact123; 01-16-2016 at 02:19.
Impact123 is offline
poel
Veteran Member
Join Date: Mar 2013
Old 01-16-2016 , 03:10   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #1415

Quote:
Originally Posted by Impact123 View Post
It's inside the CallAdmin_Steam.zip from the first post. It's also linked in the documentation of the steam module.
thks !
poel is offline
BloodJkeee
Member
Join Date: Aug 2015
Old 01-16-2016 , 11:29   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #1416

Today I got a crash with messagebot
https://crash.limetech.org/lj6nklg7nc6k
BloodJkeee is offline
Impact123
Veteran Member
Join Date: Oct 2011
Location: Germany
Old 01-16-2016 , 12:43   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #1417

I'm not the developer of the extension but I'm afraid that isn't really helpful. Can you see more information after you logged in?
__________________
Impact123 is offline
mazdarx8
Veteran Member
Join Date: Aug 2014
Old 01-16-2016 , 17:18   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #1418

Is it possible to add (calladmin.exe) how much calls admins taken and put them in to database?
mazdarx8 is offline
Impact123
Veteran Member
Join Date: Oct 2011
Location: Germany
Old 01-16-2016 , 17:23   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #1419

This might be possible to compute in the future when the reports table has a field whichs contains data about who handled it. We currently have no plans to change the database schema of the 0.1.x version branch.
__________________

Last edited by Impact123; 01-16-2016 at 17:28.
Impact123 is offline
Tad
Junior Member
Join Date: Jan 2016
Old 01-18-2016 , 05:14   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #1420

So your plugin .sp from Git is causing issues on the compile.

PHP Code:
calladmin.sp(327) : warning 213tag mismatch
calladmin
.sp(328) : warning 213tag mismatch
calladmin
.sp(329) : warning 213tag mismatch
calladmin
.sp(330) : warning 213tag mismatch
calladmin
.sp(331) : warning 213tag mismatch
calladmin
.sp(332) : warning 213tag mismatch
calladmin
.sp(333) : warning 213tag mismatch
calladmin
.sp(334) : warning 213tag mismatch 

Offending section is your AutoExecConfig call. The below is the correct way to build it.

PHP Code:
    g_hVersion                CreateConVar("sm_calladmin_version"CALLADMIN_VERSION"Plugin version"FCVAR_NOTIFY|FCVAR_DONTRECORD);
    
g_hAdvertInterval         CreateConVar("sm_calladmin_advert_interval""60.0",  "Interval to advert the use of calladmin, 0.0 deactivates the feature"FCVAR_NONEtrue0.0true1800.0);
    
g_hPublicMessage          CreateConVar("sm_calladmin_public_message""1",  "Whether or not a report should be notified to all players or only the reporter."FCVAR_NONEtrue0.0true1.0);
    
g_hOwnReason              CreateConVar("sm_calladmin_own_reason""1",  "Whether or not a client can submit their own reason."FCVAR_NONEtrue0.0true1.0);
    
g_hConfirmCall            CreateConVar("sm_calladmin_confirm_call""1",  "Whether or not a call must be confirmed by the client"FCVAR_NONEtrue0.0true1.0);
    
g_hSpamTime               CreateConVar("sm_calladmin_spamtime""25""An user must wait this many seconds after a report before he can issue a new one"FCVAR_NONEtrue0.0);
    
g_hReportTime             CreateConVar("sm_calladmin_reporttime""300""An user cannot be reported again for this many seconds"FCVAR_NONEtrue0.0);
    
g_hAdminAction            CreateConVar("sm_calladmin_admin_action""0""What happens when admins are in-game on report: 0 - Do nothing, let the report pass, 1 - Block the report and notify the caller and admins in-game about it"FCVAR_NONEtrue0.0true1.0); 
.

Please note, all you need to remove is the "AutoExecConfig_".

No idea how to do Git pull/push requests sorry

Last edited by Tad; 01-18-2016 at 05:16.
Tad is offline
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 05:47.


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