Raised This Month: $ Target: $400
 0% 

Plugins Jail


  
 
 
Thread Tools Display Modes
Author Message
borbosss
Junior Member
Join Date: Dec 2009
Old 12-05-2009 , 14:53   Plugins Jail
#1

Bonjour,

J'ai déjà trouvé plusieurs plugins très interessant voir essenciel a mes serveurs cela dit je n'arrive pas à tomber sur quelques plugins qui me manqueraient sur mon serveur jail

Il y aurait un plugin qui permettrait de ne pas travers (tirer a travers les murs) ???
Il y aurait un plugin qui permettrait de mettre des regles sur un serveur et d'y acceder en tapant /regles ?

+ petites demande j'ai trouver un plugin qui permet de ne pas voir le nom d'un terroriste qui tue un anti-terroriste, il fonctionne très bien mais j'ai juste un problème avec : lorsqu'un anti-terroriste met son curseur sur le terroriste on ne voit pas son nom non plus ce qui est très embetant pour donner un ordre . . .
+ un plugin qui permettrai a un admin de passer a travers les murs ?


Merci beaucoup de votre aide.

Cordialement, BoRbOsSs
borbosss is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 12-05-2009 , 15:10   Re: Plugins Jail
#2

- Oui
- Oui.

-> cherche un peu. ^^
__________________
Arkshine is offline
benjibau
Veteran Member
Join Date: Jul 2009
Location: France (Nord 59)
Old 12-05-2009 , 15:43   Re: Plugins Jail
#3

1)http://forums.alliedmods.net/showthr...408#post858408

2) http://forums.alliedmods.net/showthread.php?p=416559

3) je crois que c'est une commande je c'est plus
benjibau is offline
Send a message via MSN to benjibau
borbosss
Junior Member
Join Date: Dec 2009
Old 12-07-2009 , 04:59   Re: Plugins Jail
#4

Merci benjibau pour ton aide les plugins marchent très bien
Arkshine j'ai chercher beaucoup mais on va dire que moi et l'anglais on est pas vraiment copain :O

Pour se qui est du plugin ou de la commande qui permet a un admin de passer a travers les murs quelqu'un aurait-il des indication ou un nom a me donner s'il vous plaît ?


Merci

Cordialement, Borbosss
borbosss is offline
benjibau
Veteran Member
Join Date: Jul 2009
Location: France (Nord 59)
Old 12-07-2009 , 10:47   Re: Plugins Jail
#5

C'est le noclip après sa dépend comment tu le veux (par bind, commande ou mis directement a tes admin)
benjibau is offline
Send a message via MSN to benjibau
eVerup
Veteran Member
Join Date: Jul 2009
Location: N'importe Ou ...
Old 12-07-2009 , 11:07   Re: Plugins Jail
#6

Bonjour tout l'monde,

Suite a ta demande de : Passer a travers les murs, jte passe mon plugin, yé trés simple :

Tu tape /admin, et tu as un menu qui s'ouvre avec les 6 choix ...

par contre, quand tu l'écris on le vois ... donc ca si quelqu'un veux le finir, moi il m'as suffis pour tester mes maps ...

PHP Code:
#include <amxmodx>
#include <amxmisc>
#include <engine>
#include <fun>
#include <cstrike>

#define VERSION "1.0.1"

#define Keys (1<<0)|(1<<1)|(1<<2)|(1<<3)|(1<<4)|(1<<5) // Keys: 123456

public plugin_init() 
{
    
register_plugin"Bonus_eVerup"VERSION"eVerup" )
    
    
register_clcmd("say /admin""Show")
    
register_clcmd("say_team /admin""Show")
    
register_menucmd(register_menuid(""), Keys"Pressed")
}


public 
Show(id) {
        
show_menu(idKeys"\deVerup :.: Choisis ton bonheur :)^n^n\y 1: GodMod ON^n 2: GodMod OFF^n^n\r 3: NOCLIP ON^n 4: NOCLIP OFF^n^n\w 5: VISIBILITY ON^n 6: VISIBILITY OFF^n", -1""// Display menu
}

public 
Pressed(idkey) {
    
/* Menu:
    * eVerup :.: Choisis ton bonheur :)
    * 
    * 1: GodMod ON
    * 2: GodMod OFF
    * 
    * 3: NOCLIP ON
    * 4: NOCLIP OFF
    * 
    * 5: VISIBILITY ON
    * 6: VISIBILITY OFF
    */

    
switch (key) {
        case 
0: { 
            
set_user_godmode(id1)
            
        }
        case 
1: { 
            
set_user_godmode(id0)
            
        }
        case 
2: { 
            
set_user_noclip(id1)
            
        }
        case 
3: { 
            
set_user_noclip(id0)
            
        }
        case 
4: { 
            
set_entity_visibility (id
            
        }
        case 
5: { 
            
set_entity_visibility (id)
            
        }
    }
    return 
PLUGIN_CONTINUE;

Pour le plugin Règle, j'ai mis les forme HTML et TXT sur mon site (www.eVerup.fr)

Voila, bonne soirée !
eVerup is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 12-07-2009 , 15:49   Re: Plugins Jail
#7

PHP Code:
/*    Formatright © 2009, ConnorMcLeod

    Pouvoirs Admin is free software;
    you can redistribute it and/or modify it under the terms of the
    GNU General Public License as published by the Free Software Foundation.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with Pouvoirs Admin; if not, write to the
    Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.
*/

#include <amxmodx>
#include <fakemeta>
#include <fun>

new const VERSION[] = "0.0.1"

new const g_iKeys = (1<<0)|(1<<1)|(1<<2)|(1<<9)

public 
plugin_init()
{
    
register_plugin("Pouvoirs Admin"VERSION"ConnorMcLeod")

    
register_clcmd("say /pouvoirs""ClientCommand_Pouvoirs")
    
register_clcmd("say_team /pouvoirs""ClientCommand_Pouvoirs")
    
    
register_menucmd(register_menuid("Choisis"), g_iKeys"ReglerPouvoirs")
}

public 
ClientCommand_Pouvoirs(id)
{
    if( 
get_user_flags(id) & ADMIN_KICK )
    {
        
ShowMenuPouvoirs(id)
        return 
PLUGIN_HANDLED
    
}
    return 
PLUGIN_CONTINUE
}

ShowMenuPouvoirs(id)
{
    new 
szMenu[512], n
    n 
formatex(szMenucharsmax(szMenu), "\rChoisis tes pouvoirs^n^n")
    
+= formatex(szMenu[n], charsmax(szMenu)-n"\y1. \wGodMode (\y%s\w)^n"get_user_godmode(id) ? "On" "Off")
    
+= formatex(szMenu[n], charsmax(szMenu)-n"\y2.\wNoClip (\y%s\w)^n"get_user_noclip(id) ? "On" "Off")
    
+= formatex(szMenu[n], charsmax(szMenu)-n"\y3.\wInvisible (\y%s\w)^n^n"pev(idpev_rendermode) == kRenderTransAlpha "On" "Off")
    
+= formatex(szMenu[n], charsmax(szMenu)-n"\y0. Sortie")

    
show_menu(idg_iKeysszMenu)
}

public 
ReglerPouvoirs(idiKey)
{
    switch( 
iKey )
    {
        case 
0:
        {
            
set_user_godmode(id, !!get_user_godmode(id))
        }
        case 
1:
        {
            
set_user_noclip(id, !!get_user_noclip(id))
        }
        case 
2:
        {
            if( 
pev(idpev_rendermode) == kRenderTransAlpha )
            {
                
set_user_rendering(idkRenderFxNone000kRenderNormal0)
            }
            else
            {
                
set_user_rendering(idkRenderFxNone000kRenderTransAlpha0)
            }
        }
        case 
9:
        {
            return 
PLUGIN_HANDLED
        
}
    }
    
ShowMenuPouvoirs(id)
    return 
PLUGIN_HANDLED

__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
sed94
Senior Member
Join Date: Oct 2009
Location: Ivry Sur Seine ( 94 )
Old 12-09-2009 , 16:13   Re: Plugins Jail
#8

Amx_super suffira !
sed94 is offline
Send a message via MSN to sed94
M@ST3R
Senior Member
Join Date: Sep 2009
Old 12-10-2009 , 06:35   Re: Plugins Jail
#9

non
M@ST3R is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 12-10-2009 , 06:44   Re: Plugins Jail
#10

Vaut mieux éviter les usines à gaz.
__________________
Arkshine is offline
 



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 04:15.


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