AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   Feedback plugin (https://forums.alliedmods.net/showthread.php?t=49520)

Deviance 01-06-2007 08:54

Feedback plugin
 
15 Attachment(s)
Feedback plugin

About:
This plugin makes so your clients can leave feedback about your server. Ever wanted to know what your clients do and do not like? then this plugin is the answer!

Use amx_feedback <feedback> to write feedback, i.e amx_feedback "nice server!"
The time format is month/day/year - hour:minute:second, you can change
this in the plugin, look here for time formats
The feedback get's saved in feedback.txt, that is located in the config dir(amxmodx/configs)

Installation:
  1. Download feedback.rar
  2. Extract it to the amxmodx map
  3. Add feedback.amxx to your plugins.ini file

Translations:
[en] - By Doombringer
[sv] - By Doombringer
[de] - By lumbsta/Curryking
[pl] - By trawiator
[fr] - By arkshine
[bp] - By commonbullet
[es] - By KylixMynxAltoLAG
[nl] - By mvdv25
[fi] - By harbu

Cvars:
SF_enabled (Default 1) - 0: disables the plugin, 1: enables the plugin.
SF_spam_time (Default 60) - Seconds before a player can write feedback again
SF_announce_time (Default 100) Time before the plugin makes a message about the feedback plugin, set to -1 to disable.
SF_min_chars (Default 5) Minimum chars for a feedback message.
SF_max_chars (Default 64) Maximum chars for a feedback message.

Also please leave some feedback about this plugin! :D

Brad 01-06-2007 12:01

Re: Feedback plugin
 
I could swear a plugin like this already exists, but I couldn't find it by searching. If anyone else knows the one I'm talking about please link.

SweatyBanana 01-06-2007 13:02

Re: Feedback plugin
 
I searched for about thirty minutes and couldn't find one. I seem to remember one also though.. Maybe it was an Amx Mod plugin.. :|

DA 01-06-2007 13:04

Re: Feedback plugin
 
Nice plugin. Please add the feedback command to your thread.

6pack 01-06-2007 13:05

Re: Feedback plugin
 
Nice plugin....But can you make it also writes who left the comment?

right now its just this (and why does it say 6/1/2007?);

"[06/01/2007 - 12:08:32] "feedback"

SweatyBanana 01-06-2007 13:25

Re: Feedback plugin
 
Quote:

Originally Posted by 6pack (Post 424295)
Nice plugin....But can you make it also writes who left the comment?

right now its just this (and why does it say 6/1/2007?);

"[06/01/2007 - 12:08:32] "feedback"

As for the date, it is showing days first.. Fix for you:
Code:

    get_time("%m/%d/%Y - %H:%M:%S", time, 49)
    format(output, 163, "[%s] %s", time, feedback)

As for the feedback, what did you write as a feedback message?

It should show like this:

[06/01/2007 - 12:08:32] "This is the feedback message.."

It should show the whole input args

6pack 01-06-2007 13:36

Re: Feedback plugin
 
Quote:

Originally Posted by SweatyBanana (Post 424303)
As for the date, it is showing days first.. Fix for you:
Code:

    get_time("%m/%d/%Y - %H:%M:%S", time, 49)
    format(output, 163, "[%s] %s", time, feedback)

As for the feedback, what did you write as a feedback message?

It should show like this:

[06/01/2007 - 12:08:32] "This is the feedback message.."

It should show the whole input args

I was just testing it posting "feedback" as my message

6pack 01-06-2007 13:46

Re: Feedback plugin
 
I dont know if this is what it supposed to do but I made a comment, went to the text file and the comment was there. Disconnected, connected 5 minutes later...left another comment, went to the text file...original comment was not there replaced by the new one.

@Banana, thanks for the fix with the date...I should have known, DUH on me

Deviance 01-06-2007 13:47

Re: Feedback plugin
 
Sorry everyone, i was in a very rush when i wrote/posted this, i gonna update everything now! :D

EDIT: Updated plugin to version 1.1 and updated the comments. Sorry again!

SweatyBanana 01-06-2007 14:37

Re: Feedback plugin
 
Also maybe add steamid


All times are GMT -4. The time now is 01:28.

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