Raised This Month: $ Target: $400
 0% 

JailBreak Mod


Post New Thread Reply   
 
Thread Tools Display Modes
izzle
Senior Member
Join Date: Aug 2009
Old 10-29-2009 , 21:00   Re: JailBreak Mod
Reply With Quote #21

Quote:
Originally Posted by VMAN View Post
some1s_jailbreak doesn't require external wads
izzle is offline
drumzplaya13
Senior Member
Join Date: Feb 2008
Location: TEXAS
Old 10-29-2009 , 23:03   Re: JailBreak Mod
Reply With Quote #22

Some people just dont listen
__________________
Think Positive - Stay Positive
drumzplaya13 is offline
koleos
Senior Member
Join Date: Jul 2008
Old 10-30-2009 , 02:16   Re: JailBreak Mod
Reply With Quote #23

Quote:
Originally Posted by wacK View Post
Hello.

Can any good scripter make a jailbreak mod for me.

First go on this counter strike 1.6 server 74.63.192.29:27015

This is my server this mod has not been released to public yet.
koleos is offline
drumzplaya13
Senior Member
Join Date: Feb 2008
Location: TEXAS
Old 10-31-2009 , 01:05   Re: JailBreak Mod
Reply With Quote #24

Quote:
Originally Posted by koleos View Post
This is my server this mod has not been released to public yet.
is it in cs or cz? What do you mean it hasn't been released to the public, most of the plugins which run on the jb servers are on amx forums, other forums and the web.
__________________
Think Positive - Stay Positive
drumzplaya13 is offline
Akatsuki
Member
Join Date: Jul 2009
Old 10-31-2009 , 04:34   Re: JailBreak Mod
Reply With Quote #25

I saw all jail break plugins in one web.
__________________
ZombieXpMod Done 100%
Maybe I will create Avatar mod Na'vi vs Humans pending...
Akatsuki is offline
xPaw
Retired AMX Mod X Moderator
Join Date: Jul 2008
Old 10-31-2009 , 05:32   Re: JailBreak Mod
Reply With Quote #26

Quote:
Originally Posted by drumzplaya13 View Post
most of the plugins which run on the jb servers are on amx forums, other forums and the web.
Hm.. i coded 90% plugins my self for my jb server
__________________
xPaw is offline
KadiR
Unnecessary Member
Join Date: Aug 2008
Location: Zürich / Switzerland
Old 10-31-2009 , 05:34   Re: JailBreak Mod
Reply With Quote #27

Quote:
Originally Posted by xPaw View Post
Hm.. i coded 90% plugins my self for my jb server
Are you happy now?
KadiR is offline
xPaw
Retired AMX Mod X Moderator
Join Date: Jul 2008
Old 10-31-2009 , 08:22   Re: JailBreak Mod
Reply With Quote #28

No, but if there would be released all plugins, why should i code them ?
__________________
xPaw is offline
Old 10-31-2009, 08:23
xPaw
This message has been deleted by xPaw.
drumzplaya13
Senior Member
Join Date: Feb 2008
Location: TEXAS
Old 10-31-2009 , 14:58   Re: JailBreak Mod
Reply With Quote #29

Base plugins. I mean if people knew the names of them they with some time and research would find them or something like that. Z
xPaw I wish I was able to code like you, I found most of the plugins I needed by doing the research and searching for them but of course mine isn't as complete as your server probably is.
__________________
Think Positive - Stay Positive
drumzplaya13 is offline
lazarev
Veteran Member
Join Date: Sep 2008
Old 11-01-2009 , 12:05   Re: JailBreak Mod
Reply With Quote #30

Quote:
1.Terror can not spawn whit weapons or pistols.

2.CT spawns whit a colt, ammo "30/60 or 30/90"

3.If terror win the round and pickup a weapon its need to be gone next round.

4.Only CTs can use K mic
try this:
PHP Code:
#include <amxmodx>
#include <cstrike>
#include <fakemeta>
#include <fun>
#include <hamsandwich>

#define PLUGIN "Addon for jailbreak"
#define VERSION "1.0"
#define AUTHOR "Juice"

#define MAX_PLAYERS 32

new bool:g_mute[MAX_PLAYERS+1][MAX_PLAYERS+1];

new 
g_iMaxClients;

public 
plugin_init() {
    
register_pluginPLUGINVERSIONAUTHOR )
    
    
RegisterHamHam_Spawn"player""HamPlayerSpawn");
    
    
register_forward(FM_Voice_SetClientListening"fwd_voice_setclientlistening");
    
    
g_iMaxClients global_get(glb_maxClients)
}

public 
HamPlayerSpawn(id) {
    if( 
is_user_aliveid ) && is_user_connectedid ) ) {
        
strip_user_weaponsid );
        
give_itemid"weapon_knife" );
        if(
cs_get_user_team(id) == CS_TEAM_CT ) {
            
give_itemid"weapon_m4a1" );
            
cs_set_user_bpammoidCSW_M4A190 );
        }    
    }
}

public 
client_putinserver(id) {
    if( 
cs_get_user_teamid ) == CS_TEAM_T ) {
    for(new 
0<= g_iMaxClients; ++i
    
g_mute[id][i] = true
    
}
}
    
public 
client_disconnect(id)
    
clear_list(id)

clear_list(id)
{
    for(new 
0<= g_iMaxClients; ++i
        
g_mute[id][i] = false
}

public 
fwd_voice_setclientlistening(receiversenderlisten
{
    if(
receiver == sender)
        return 
FMRES_IGNORED
        
    
if(g_mute[receiver][sender])
    {
        
engfunc(EngFunc_SetClientListeningreceiversender0)
        return 
FMRES_SUPERCEDE
    
}
    return 
FMRES_IGNORED

I think mute is not working, it needs testing ^^

Quote:
5.You autojoin T
http://forums.alliedmods.net/showthread.php?p=438587
lazarev 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 18:52.


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