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

[ANY] Report to Forums


Post New Thread Reply   
 
Thread Tools Display Modes
Doc-Holiday
AlliedModders Donor
Join Date: Jul 2007
Old 04-04-2013 , 14:43   Re: Re: [ANY] Report to Forums
Reply With Quote #261

Quote:
Originally Posted by nightrider View Post
Very nice, your support is amazing.
Does this mean the beta is working correctly?

I can't test my self until the weekend. Love my 12 hour work days lol
Doc-Holiday is offline
Wolfman
Member
Join Date: Apr 2009
Location: Australia
Old 04-04-2013 , 15:09   Re: [ANY] Report to Forums
Reply With Quote #262

is there more detailed install instructions as im unsure if you use the mysql database of your board or make new one?
Wolfman is offline
lyric
Veteran Member
Join Date: Sep 2012
Old 04-04-2013 , 15:42   Re: [ANY] Report to Forums
Reply With Quote #263

Quote:
Originally Posted by Wolfman View Post
is there more detailed install instructions as im unsure if you use the mysql database of your board or make new one?
you would use the database connection info for your forum
__________________
lyric is offline
Doc-Holiday
AlliedModders Donor
Join Date: Jul 2007
Old 04-04-2013 , 15:56   Re: Re: [ANY] Report to Forums
Reply With Quote #264

Quote:
Originally Posted by Wolfman View Post
is there more detailed install instructions as im unsure if you use the mysql database of your board or make new one?
As lyric said. It's the same database as your forum is on. It needs update select and insert access.

The the rest of install is simply configuring a config with vars and the rules menu. You can fully customize the menu.

By default it supports a total of 5 menus.

I have been thinking of a way to have an admin menu built in to report admin violations. This option would only be available if the target is an admin.

This option will be available when I release 1.1.6
Doc-Holiday is offline
tatercrisp
SourceMod Donor
Join Date: Mar 2008
Location: Chicken Coop
Old 04-04-2013 , 18:48   Re: [ANY] Report to Forums
Reply With Quote #265

Just to be clear this will not work if the server is hosted from gameservers.com?
tatercrisp is offline
lyric
Veteran Member
Join Date: Sep 2012
Old 04-04-2013 , 19:26   Re: [ANY] Report to Forums
Reply With Quote #266

Quote:
Originally Posted by tatercrisp View Post
Just to be clear this will not work if the server is hosted from gameservers.com?
It works with them just fine now.
__________________
lyric is offline
Doc-Holiday
AlliedModders Donor
Join Date: Jul 2007
Old 04-04-2013 , 19:29   Re: Re: [ANY] Report to Forums
Reply With Quote #267

Quote:
Originally Posted by tatercrisp View Post
Just to be clear this will not work if the server is hosted from gameservers.com?
It was my issue with the method of making player names safe asher pointed out my mistake and it was corrected
Doc-Holiday is offline
lyric
Veteran Member
Join Date: Sep 2012
Old 04-05-2013 , 10:08   Re: [ANY] Report to Forums
Reply With Quote #268

Quote:
Originally Posted by Doc-Holiday View Post
So here are my plans.. Redo the adding targets to the menu... It will act the same but it will only show connected players as long as IsUserConnected() returns true they will be on the menu. Ill try to figure out why the menu doesn't show up in spectate.. As for the two commands.

rtf_blacklist <name|steamid> if a STEAM_ID is given it will simply add the player (if that player isn't found in the game currently).

rtf_unblacklist would function similarly where if the first argument is a STEAM id it will search for that ID and remove it.

EDIT: Just viewed my source code... COMMAND_FILTER_ALIVE was in the add players to command..... Which is my problem.. Damn C/P lol...

Try this beta let me know if it does as expected.

What changed in the 1.1.6 beta:
Code:
rtf_blacklist <steamid> <reason> //Add a player to the black list whether they are in game or not. (command will function as it did in 1.1.5 if the player is still in game)

rtf_unblacklist <steamid> //Remove a player from the black list whether they are in game or not. (Command will function as it did in 1.1.5 if the player is still in game)
All players should now be in the menu whether they are alive, dead, or spectating.

THIS IS A BETA. A QUICK HACK AT THE CODE FROM MY CELL PHONE!!! IF IT DOESNT WORK REVERT TO CODE IN FIRST POST...
I finally got a chance to test this and there was no errors regarding the targetmenu thing but the adding to rtf-blacklist.txt seems broken even though it say it added correctly.

i added myself with the /rtf_blacklist "my" "test" and it did this after saying "Added STEAMID my to the list":

Code:
"Blacklist"
{
	"my"
	{
		"reason"		"test"
	}
}
It didn't add my steam id or my whole name which at the time was "my name".

Also, when I did /rtf_unblacklist "my" it said it added me to the list when it should say it removed me. It did remove my entry from rtf-blacklist.txt though so that's good

hopes this helps you buddy
__________________

Last edited by lyric; 04-05-2013 at 10:14.
lyric is offline
Doc-Holiday
AlliedModders Donor
Join Date: Jul 2007
Old 04-05-2013 , 10:28   Re: Re: [ANY] Report to Forums
Reply With Quote #269

Quote:
Originally Posted by lyric View Post
I finally got a chance to test this and there was no errors regarding the targetmenu thing but the adding to rtf-blacklist.txt seems broken even though it say it added correctly.

i added myself with the /rtf_blacklist "my" "test" and it did this after saying "Added STEAMID my to the list":

Code:
"Blacklist"
{
"my"
{
"reason""test"
}
}
It didn't add my steam id or my whole name which at the time was "my name".

Also, when I did /rtf_unblacklist "my" it said it added me to the list when it should say it removed me. It did remove my entry from rtf-blacklist.txt though so that's good

hopes this helps you buddy
You misd read the description. It should only add using a Steam ID if the player isn't found in the server.

Rtf_blacklist STEAM_1:0:12345678 test

would add that steam id with the reason test. No Name will be given..

I can maybe add a check if 3 arguments are given manually add the person.

In your example it shouldn't have added anyone.
Doc-Holiday is offline
lyric
Veteran Member
Join Date: Sep 2012
Old 04-05-2013 , 12:47   Re: [ANY] Report to Forums
Reply With Quote #270

Quote:
Originally Posted by Doc-Holiday View Post
You misd read the description. It should only add using a Steam ID if the player isn't found in the server.

Rtf_blacklist STEAM_1:0:12345678 test

would add that steam id with the reason test. No Name will be given..

I can maybe add a check if 3 arguments are given manually add the person.

In your example it shouldn't have added anyone.
ooooh my bad in that regards. I guess it was working okay except the part where when i removed myself from the blacklist it said I was added to the blacklist

i will try adding steamid instead shortly
__________________
lyric 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 13:04.


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