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

[ANY] Player Report


Post New Thread Reply   
 
Thread Tools Display Modes
pvkii
Member
Join Date: Apr 2012
Old 09-11-2012 , 06:41   Re: [ANY] Player Report 1.0
Reply With Quote #21

Quote:
Originally Posted by Visual77 View Post
Did you forget the .txt? This works for me.
You mean the playerreport_reasons.txt? I have that one, and it works but as I say only when I am admin. Just have to remove myself from the admins cache and it no longer works. Strange thing.
pvkii is offline
cool_myll
SourceMod Donor
Join Date: Aug 2011
Old 09-14-2012 , 09:52   Re: [ANY] Player Report 1.0
Reply With Quote #22

Also except for the reason bug, i dont think report log is created
__________________
cool_myll is offline
Visual77
Veteran Member
Join Date: Jan 2009
Old 09-15-2012 , 06:58   Re: [ANY] Player Report 1.0
Reply With Quote #23

Quote:
Originally Posted by cool_myll View Post
Also except for the reason bug, i dont think report log is created
Log file is in addons/sourcemod/configs/playerreport_logs.txt
I know, it's a little confusing that it is created in the configs folder. Maybe author should change that to the log folder

Last edited by Visual77; 09-15-2012 at 07:04.
Visual77 is offline
cool_myll
SourceMod Donor
Join Date: Aug 2011
Old 09-16-2012 , 19:16   Re: [ANY] Player Report 1.0
Reply With Quote #24

Quote:
Originally Posted by Visual77 View Post
Log file is in addons/sourcemod/configs/playerreport_logs.txt
I know, it's a little confusing that it is created in the configs folder. Maybe author should change that to the log folder
Nop. This file isnt created and the reasons are the default (i have the reasons changed but it use the default).
__________________
cool_myll is offline
noctua
Member
Join Date: Dec 2010
Old 09-17-2012 , 03:20   Re: [ANY] Player Report 1.0
Reply With Quote #25

A mysql version would be great.
noctua is offline
Huntereb
>:) (:<
Join Date: Jul 2012
Old 09-18-2012 , 12:14   Re: [ANY] Player Report 1.0
Reply With Quote #26

Is it possible to make it so it only reports to admins with the Z rank?
Huntereb is offline
Horsedick
AlliedModders Donor
Join Date: Sep 2011
Old 09-18-2012 , 15:36   Re: [ANY] Player Report 1.0
Reply With Quote #27

Quote:
Originally Posted by Huntereb View Post
Is it possible to make it so it only reports to admins with the Z rank?
I think (again think) if you change line 102

Quote:
if (CheckCommandAccess(z, "sm_admin", ADMFLAG_GENERIC))
to:

Quote:
if (CheckCommandAccess(z, "sm_admin", ADMFLAG_ROOT, true))
it may work....not sure I've not tested this nor use it - I prefer just a motd opening command linking to a HTML form document so they can submit the form to send to me over my email which is instant and goes only to me.

Last edited by Horsedick; 09-18-2012 at 16:09.
Horsedick is offline
minimoney1
SourceMod Donor
Join Date: Dec 2010
Old 09-18-2012 , 15:53   Re: [ANY] Player Report 1.0
Reply With Quote #28

Quote:
Originally Posted by Horsedick View Post
I think (again think) if you change line 102



to:



it may work....not sure I've not tested this nor use it - I prefer just a motd opening command linking to a HTML form document so they can submit the form to send to me over my email which is instant and goes only to me.
You need to change it to
Code:
if (CheckCommandAccess(z, "sm_admin", ADMFLAG_ROOT, true))
"sm_admin" is already a command which means that your change will return true for any person that has access to that command. The last parameter ignores all overrides.
__________________
Need help? PM me or add me on Steam.
My Steam




Quote:
Originally Posted by Rp.KryptoNite View Post
For some reason his Plugin never worked for me ,
@credits were added
im not stealing any plugins dude its my THING
minimoney1 is offline
Horsedick
AlliedModders Donor
Join Date: Sep 2011
Old 09-18-2012 , 16:08   Re: [ANY] Player Report 1.0
Reply With Quote #29

Quote:
Originally Posted by minimoney1 View Post
You need to change it to
Code:
if (CheckCommandAccess(z, "sm_admin", ADMFLAG_ROOT, true))

"sm_admin" is already a command which means that your change will return true for any person that has access to that command. The last parameter ignores all overrides.

yep correct..thanks for adding
Horsedick is offline
thenumb3rguy
Senior Member
Join Date: Oct 2012
Location: Hong Kong
Old 11-25-2012 , 00:21   Re: [ANY] Player Report
Reply With Quote #30

can someone fix this plugin? Normal players cant use sm_report or /report.
thenumb3rguy 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 03:35.


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