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

FRC v12.0 [Team Flash, Detector, Tool]


Post New Thread Reply   
 
Thread Tools Display Modes
$n1p3r
Member
Join Date: Feb 2010
Old 10-22-2010 , 05:03   Re: FRC v12.0 [Team Flash, Detector, Tool]
Reply With Quote #61

L 10/20/2010 - 0139: [AMXX] Displaying debug trace (plugin "flashbang_remote_control.amxx")
L 10/20/2010 - 0139: [AMXX] Run time error 10: native error (native "cs_get_user_team")
L 10/20/2010 - 0139: [AMXX] [0] 51563.attach::fw_think (line 1067)

I'm getting this when debugging plugin!

My error logs are full of this
$n1p3r is offline
Send a message via MSN to $n1p3r Send a message via Skype™ to $n1p3r
Tiny
Senior Member
Join Date: Jun 2004
Location: France
Old 10-22-2010 , 06:40   Re: FRC v12.0 [Team Flash, Detector, Tool]
Reply With Quote #62

Does it happen when the player changes team ?
__________________
KiKoo et Bisous
Tiny is offline
$n1p3r
Member
Join Date: Feb 2010
Old 10-22-2010 , 11:23   Re: FRC v12.0 [Team Flash, Detector, Tool]
Reply With Quote #63

I dont know when does it happens, I just checked my logs, and saw that everyday, and text file spammed with that!
$n1p3r is offline
Send a message via MSN to $n1p3r Send a message via Skype™ to $n1p3r
AllMassive
Senior Member
Join Date: Sep 2004
Location: /dev/urandom
Old 12-31-2010 , 21:16   Re: FRC v12.0 [Team Flash, Detector, Tool]
Reply With Quote #64

I also get:

Code:
L 12/28/2010 - 02:09:09: [CSTRIKE] Invalid player 16
L 12/28/2010 - 02:09:09: [AMXX] Run time error 10 (plugin "flashbang_remote_control.amxx") (native "cs_get_user_team") - debug not enabled!
L 12/28/2010 - 02:09:09: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 12/28/2010 - 02:09:10: [CSTRIKE] Invalid player 16
L 12/28/2010 - 02:09:10: [AMXX] Run time error 10 (plugin "flashbang_remote_control.amxx") (native "cs_get_user_team") - debug not enabled!
L 12/28/2010 - 02:09:10: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
AllMassive is offline
bibu
Veteran Member
Join Date: Sep 2010
Old 01-01-2011 , 11:30   Re: FRC v12.0 [Team Flash, Detector, Tool]
Reply With Quote #65

change in the lang file:

[fin]

->

[fi]
bibu is offline
unique
Senior Member
Join Date: Sep 2007
Old 04-03-2011 , 07:27   Re: FRC v12.0 [Team Flash, Detector, Tool]
Reply With Quote #66

Hy can you make it to work on Linux OS please?
edit:and flashbang_remote_control.txt in data>lang dir?
and frc.inc in config dir?

Last edited by unique; 04-03-2011 at 08:31.
unique is offline
flain
Junior Member
Join Date: May 2011
Old 05-20-2011 , 09:42   Re: FRC v12.0 [Team Flash, Detector, Tool]
Reply With Quote #67

Sorry for the dumm question but how to change the language ? D
flain is offline
gOOdRich
Member
Join Date: Apr 2008
Location: East Siberia
Old 05-23-2011 , 10:41   Re: FRC v12.0 [Team Flash, Detector, Tool]
Reply With Quote #68

Quote:
Originally Posted by ot_207 View Post
Subplugin submission.

Name: FRC Money Punishment v1.0
Description: This plugin replaces the main plugin punishment. It makes the flasher loose money when flashing teammates.
For flashing most itself not to remove money.
[ru] За ослепление самого себя не снимать деньги.

UPD: Thank for PomanoB

Code:
public fw_FRC_postflash(id, flasher, ent, amount)
{
	if (id != flasher && get_user_team(id) == get_user_team(flasher))
	{
		new money = cs_get_user_money(id)
		new price = get_pcvar_num ( (amount == _:AMOUNT_BLIND_FULLY) ? cv_full : cv_part )
		cs_set_user_money(id, (money < price) ? 0 : money - price, 1)
	}
}

Last edited by gOOdRich; 06-01-2011 at 12:44. Reason: UPD
gOOdRich is offline
NiNjutsu
New Member
Join Date: Mar 2011
Location: Serbia
Old 09-10-2011 , 10:31   Re: FRC v12.0 [Team Flash, Detector, Tool]
Reply With Quote #69

Great plugin, almost perfect, for any good cs server

I have problems with people on my server, plugin work just fine. Some people trying to avoid punishment system (the player that has been punished isn't allowed to throw flashbangs anymore).
They just retry connection and punish is gone. After that, they have again some number of mistakes to make.

I use
"Reconnect Features" (http://forums.alliedmods.net/showthread.php?t=63484) wich set back players scores and money amounts, and it can also prevent players from spawning twice during the same round.

If you can add ability to this plugin to set back number of flashes hi trow to teammates after retry, just in the same way like in "Reconnect Features" plugin.

Thank you
NiNjutsu is offline
Old 09-10-2011, 10:35
dlplays
This message has been deleted by xPaw. Reason: Spam.
gOOdRich
Member
Join Date: Apr 2008
Location: East Siberia
Old 09-21-2012 , 11:59   Re: FRC v12.0 [Team Flash, Detector, Tool]
Reply With Quote #70

How about the banning system?
gOOdRich 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 22:30.


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