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

[Mod]Jailbreak Zombies


Post New Thread Reply   
 
Thread Tools Display Modes
healasuk
Member
Join Date: Dec 2012
Old 01-14-2013 , 01:37   Re: [Mod]Jailbreak Zombies
Reply With Quote #11

When will the fix be released?
healasuk is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 01-14-2013 , 10:29   Re: [Mod]Jailbreak Zombies
Reply With Quote #12

Quote:
Originally Posted by DorCoMaNdO View Post
A new version will be ready soon, a critical change is the fix of a bug that didn't allow Terrorists to pickup weapons even when the plugin is off.

Because of the bug mentioned above, we recommend you to wait to the new version before using the plugin.
PHP Code:
public Action:OnWeaponDecideUse(clientweapon)
{
    if(
client && IsClientInGame(client) && IsPlayerAlive(client) && GetClientTeam(client) == CS_TEAM_T)
    {
        
decl String:sClassname[128];
        
GetEntityClassname(weaponsClassnamesizeof(sClassname));
        
        if(
StrContains(sClassname"knife"false) == -1)
        {
            return 
Plugin_Handled;
        }
    }
    return 
Plugin_Continue;

>>
PHP Code:
public Action:OnWeaponDecideUse(clientweapon)
{
    if(
client && IsClientInGame(client) && IsPlayerAlive(client) && GetClientTeam(client) == CS_TEAM_T && g_bEnabled)
    {
        
decl String:sClassname[128];
        
GetEntityClassname(weaponsClassnamesizeof(sClassname));
        
        if(
StrContains(sClassname"knife"false) == -1)
        {
            return 
Plugin_Handled;
        }
    }
    return 
Plugin_Continue;

__________________
retired
shavit is offline
DorCoMaNdO
Senior Member
Join Date: Feb 2012
Old 01-15-2013 , 06:27   Re: [Mod]Jailbreak Zombies
Reply With Quote #13

Quote:
Originally Posted by shavit View Post
PHP Code:
public Action:OnWeaponDecideUse(clientweapon)
{
    if(
client && IsClientInGame(client) && IsPlayerAlive(client) && GetClientTeam(client) == CS_TEAM_T)
    {
        
decl String:sClassname[128];
        
GetEntityClassname(weaponsClassnamesizeof(sClassname));
        
        if(
StrContains(sClassname"knife"false) == -1)
        {
            return 
Plugin_Handled;
        }
    }
    return 
Plugin_Continue;

>>
PHP Code:
public Action:OnWeaponDecideUse(clientweapon)
{
    if(
client && IsClientInGame(client) && IsPlayerAlive(client) && GetClientTeam(client) == CS_TEAM_T && g_bEnabled)
    {
        
decl String:sClassname[128];
        
GetEntityClassname(weaponsClassnamesizeof(sClassname));
        
        if(
StrContains(sClassname"knife"false) == -1)
        {
            return 
Plugin_Handled;
        }
    }
    return 
Plugin_Continue;

I know how to code and I already noticed that, I am working on something else in the plugin, I am busy so I don't have much time to work on it.
DorCoMaNdO is offline
healasuk
Member
Join Date: Dec 2012
Old 01-15-2013 , 23:37   Re: [Mod]Jailbreak Zombies
Reply With Quote #14

Man i really want to put this on my server. When do you think a fix will be released?
healasuk is offline
DorCoMaNdO
Senior Member
Join Date: Feb 2012
Old 01-16-2013 , 07:59   Re: [Mod]Jailbreak Zombies
Reply With Quote #15

Quote:
Originally Posted by healasuk View Post
Man i really want to put this on my server. When do you think a fix will be released?
I will try to get time to work on what I started today but I don't promise anything, I am very busy at this time.
DorCoMaNdO is offline
healasuk
Member
Join Date: Dec 2012
Old 01-23-2013 , 00:20   Re: [Mod]Jailbreak Zombies
Reply With Quote #16

Are you any closer to the new update?
healasuk is offline
hardy4u
Senior Member
Join Date: Oct 2012
Location: Sydney,Australia
Old 02-06-2013 , 14:06   Re: [Mod]Jailbreak Zombies
Reply With Quote #17

will be great, this plugin.... but where is all material for zombies? i mean zombie skins and sounds?
__________________


I fix/manage Servers of CS:S,CS:GO | Steam ID :- t1rath
Donations (CS:GO items) keeps me motivated.
hardy4u is offline
Moshiko014
Senior Member
Join Date: Apr 2010
Old 06-23-2013 , 12:33   Re: [Mod]Jailbreak Zombies
Reply With Quote #18

i'm trying to put this on CS:GO but i have problem with tha native Bfwritebyte,
can you fix it?
http://wiki.alliedmods.net/Protobuf
Moshiko014 is offline
Dkmuniz
Senior Member
Join Date: Jun 2013
Old 06-24-2013 , 15:59   Re: [Mod]Jailbreak Zombies
Reply With Quote #19

The plugin makes the server crashes
Dkmuniz is offline
Dkmuniz
Senior Member
Join Date: Jun 2013
Old 06-27-2013 , 10:26   Re: [Mod]Jailbreak Zombies
Reply With Quote #20

The plugin makes the server crashes, and one idea: puts skins for the zombies :p
Dkmuniz is offline
Reply


Thread Tools
Display Modes

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:30.


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