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

KnifeFight


Post New Thread Reply   
 
Thread Tools Display Modes
radiofanat
Junior Member
Join Date: Dec 2011
Old 01-10-2012 , 03:11   Re: KnifeFight
Reply With Quote #481

Can you set sm_ggdm_elimination = 0 for gungame elimination, when knifefight is started and enable them after knifefight is done? I mean like you did with noblock plugin.

sorry for my english.

Last edited by radiofanat; 01-10-2012 at 07:39.
radiofanat is offline
Paparazziv2
Senior Member
Join Date: Feb 2011
Location: Chile, La Serena
Old 01-15-2012 , 00:17   Re: KnifeFight
Reply With Quote #482

i have a problem, before the knifefight, sometimes the player (me) or other not show the weapon :/
__________________
Sorry for the bad english please.

Paparazziv2 is offline
Send a message via MSN to Paparazziv2
altex
Veteran Member
Join Date: May 2009
Location: Russia
Old 01-15-2012 , 05:20   Re: KnifeFight
Reply With Quote #483

what weapon do you want plugin to show before fight?
__________________
altex is offline
Jumpman
Senior Member
Join Date: Mar 2010
Location: Denmark
Old 01-28-2012 , 14:58   Re: KnifeFight
Reply With Quote #484

In v.1.3.8 !kfmenu not work for me it work before someone have same problem ?

Some thing i need to set before !kfmenu work ?

Last edited by Jumpman; 02-15-2012 at 17:16.
Jumpman is offline
GrO
Veteran Member
Join Date: Jun 2010
Location: Poland
Old 01-29-2012 , 21:55   Re: KnifeFight
Reply With Quote #485

Quote:
Originally Posted by altex View Post
what weapon do you want plugin to show before fight?
I think he meant that bug, when the weapon is invisible just after the fight.
GrO is offline
charrer
Junior Member
Join Date: Mar 2012
Old 03-30-2012 , 01:43   Re: KnifeFight
Reply With Quote #486

Hey, first of all, thanks for awesome plugin. We've been using this in our server for quite a while now.

The problem we have though, is that most of the players complain how they have to download chicken.wav everytime they enter the server. Is this caused by the plugin? Ive tried deleting the .wav, cleaning downloadlists, cache, nothing seems to work. Any way i could fix this?
charrer is offline
altex
Veteran Member
Join Date: May 2009
Location: Russia
Old 03-30-2012 , 03:18   Re: KnifeFight
Reply With Quote #487

i dont think this is caused by plugin
doublecheck your fastdl server and server settings
__________________

Last edited by altex; 03-30-2012 at 03:19.
altex is offline
charrer
Junior Member
Join Date: Mar 2012
Old 03-30-2012 , 03:34   Re: KnifeFight
Reply With Quote #488

Quote:
Originally Posted by altex View Post
i dont think this is caused by plugin
doublecheck your fastdl server and server settings
Now that you mention fastdl server it hits me, i dont have that sound on fastdl server, thats probably causing it. Thanks. Only place i didnt check
charrer is offline
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 03-30-2012 , 12:31   Re: KnifeFight
Reply With Quote #489

make sure you have that chicken.wav on both game server and fastdl
__________________
View my Plugins | Donate
TnTSCS is offline
aquabarbus
Junior Member
Join Date: Mar 2011
Location: Ukraine, Lviv
Old 04-17-2012 , 20:37   Re: KnifeFight
Reply With Quote #490

С недавнего времени начал замечать, что при конекте игрока, раньше не игравшего на сервере происходит лаг(0,5-1сек). Спешу грешить на некий участок вашего кода, связанный с куками. Возможно что такой лаг имеет место на больших базах SQLite. Воспроизвести лаг сложно, нет столько новых аккаунтов чтоб поочереди отключать плагины и проверять.



Code:
public OnClientPutInServer(client)
{
    g_soundPrefs[client] = GetConVarInt(g_Cvar_SoundPrefDefault);
    g_fightPrefs[client] = 0;

    if(!IsFakeClient(client))
    {   
        if (AreClientCookiesCached(client))
        {
            loadClientCookies(client);
        } 
    }
}

public OnClientCookiesCached(client)
{
    if(IsClientInGame(client) && !IsFakeClient(client))
    {
        loadClientCookies(client);  
    }
}

Last edited by aquabarbus; 04-17-2012 at 20:38.
aquabarbus 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 15:15.


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