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

Knife Fight 1.5 (09/10/09 Last Update)


Post New Thread Reply   
 
Thread Tools Display Modes
meigyoku
BANNED
Join Date: Apr 2009
Old 08-14-2009 , 15:10   Re: Knife Fight 1.4 (08/08/09 Last Update)
Reply With Quote #41

I tested it, do not work correctly. (Also bots and humans)
meigyoku is offline
fezh
Veteran Member
Join Date: Dec 2008
Location: BANNED
Old 08-14-2009 , 15:12   Re: Knife Fight 1.4 (08/08/09 Last Update)
Reply With Quote #42

Quote:
Originally Posted by meigyoku View Post
I tested it, do not work correctly. (Also bots and humans)
Can you tell us what is not working properly?
__________________
"There is no knowledge, that is not power"
fezh is offline
alan_el_more
Veteran Member
Join Date: Jul 2008
Location: amxmodx-es.com
Old 08-17-2009 , 20:40   Re: Knife Fight 1.4 (08/08/09 Last Update)
Reply With Quote #43

Within a time I will update the plugin
__________________
alan_el_more is offline
Jack86
Veteran Member
Join Date: Dec 2008
Location: Belgrade, Serbia
Old 08-18-2009 , 04:31   Re: Knife Fight 1.4 (08/08/09 Last Update)
Reply With Quote #44

So far works ok, but when knife fight starts all players loose their weapons and have to rebuy at the end of knife fight, it would be nice if their weapons could be given back to them at the end or they could be forced in some way to only use knife during the fight.
__________________

Jack86 is offline
meigyoku
BANNED
Join Date: Apr 2009
Old 08-18-2009 , 11:40   Re: Knife Fight 1.4 (08/08/09 Last Update)
Reply With Quote #45

I tested it, when I say /kf, about 90% players are forced use knife, 10% remain are still use guns.
meigyoku is offline
Excalibur.007
Veteran Member
Join Date: Sep 2009
Location: Singapore
Old 09-09-2009 , 02:41   Re: Knife Fight 1.4 (08/08/09 Last Update)
Reply With Quote #46

Error in the lang file!

Code:
[en]
HUD_KF = Knife Fight !!!
HUD_ENABLE = %s has actived the Knife Fight
HUD_ENABLE = %s has desactived the Knife Fight
--->

Code:
[en]
HUD_KF = Knife Fight!!!
HUD_ENABLE = %s has activated the Knife Fight
HUD_DISABLE = %s has deactivated the Knife Fight
Excalibur.007 is offline
alan_el_more
Veteran Member
Join Date: Jul 2008
Location: amxmodx-es.com
Old 09-09-2009 , 10:11   Re: Knife Fight 1.4 (08/08/09 Last Update)
Reply With Quote #47

I just need to check that the plugin works well and it will update to version 1.5.
Only a matter of waiting
__________________
alan_el_more is offline
alan_el_more
Veteran Member
Join Date: Jul 2008
Location: amxmodx-es.com
Old 09-10-2009 , 09:20   Re: Knife Fight 1.5 (09/10/09 Last Update)
Reply With Quote #48

Update to version 1.5
Enjoy
__________________
alan_el_more is offline
meigyoku
BANNED
Join Date: Apr 2009
Old 09-24-2009 , 13:52   Re: Knife Fight 1.5 (09/10/09 Last Update)
Reply With Quote #49

I use KF in CSDM. When server is full and play about 10 minutes, then KF plugin make my server lag. I must disalbe KF mode for less lag.
meigyoku is offline
alan_el_more
Veteran Member
Join Date: Jul 2008
Location: amxmodx-es.com
Old 09-24-2009 , 14:31   Re: Knife Fight 1.5 (09/10/09 Last Update)
Reply With Quote #50

Try delete this:

PHP Code:
register_event("CurWeapon""event_cur_weapon""b""1=1")
g_msgCurWeapon get_user_msgid("CurWeapon")

//...

public event_cur_weapon(id)
{
    if (!
is_user_alive(id))
        return;
    
    if (
knife_fight && !((1<<read_data(2)) & (1<<CSW_KNIFE)))
    {
        
engclient_cmd(id"weapon_knife")
        
        
emessage_begin(MSG_ONEg_msgCurWeapon_id)
        
ewrite_byte(1)
        
ewrite_byte(CSW_KNIFE)
        
ewrite_byte(-1)
        
emessage_end()
    }

__________________
alan_el_more 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 21:33.


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