Raised This Month: $ Target: $400
 0% 

Suprimir armas de los mapas FY


  
 
 
Thread Tools Display Modes
lolo630
Junior Member
Join Date: May 2011
Old 05-31-2012 , 13:59   Re: Suprimir armas de los mapas FY
#11

Quote:
Originally Posted by Bugg View Post
Lo dicho, hay alguna manera para que no salgan armas e los mapas fy?

Tipo Fy_poolday y todo eso?

Creo recordar que había algún tipo de comando.....


Saludos.
PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
#include < fakemeta >
#define PLUGIN "No Armas"
#define VERSION "1.0"
#define AUTHOR "cL-2"

 

new const szMaps[ ][ ] =
{
    
"awp_map",
    
"aim_map"
}
new 
asd

public plugin_precache( )
{
    static 
mapname32 ]; 
    
get_mapnamemapnamecharsmaxmapname ) ); 
    for ( new 
0sizeofszMaps ); i++ )
    {
        if ( 
equalimapnameszMaps[i] ) ) 
        {
            
asd register_forward(FM_Spawn"fw_Spawn")
        }
    }
}
public 
plugin_init( ) {
    
unregister_forward(FM_Spawnasd)
}


public 
fw_Spawn(ent)
{
    
    if (!
pev_valident )) return 1;
    
    new 
classname32 ]; peventpev_classnameclassname31 )
    
    if ( 
equalclassname"armoury_entity" ) )
    {
        
engfunc(EngFunc_RemoveEntityent )
        return 
4;
    }
    
    return 
1;

y poner los mapas que quieras que no alla armas

PHP Code:
{
    
"awp_map",
    
"aim_map"

lolo630 is offline
Neeeeeeeeeel.-
Some Guy Yellin'
Join Date: Jul 2010
Location: Argentina
Old 05-31-2012 , 14:19   Re: Suprimir armas de los mapas FY
#12

Che como que yo habia posteado otra versión con lo que dijeron y parece que no la postié aca o.O nose donde la abre puesto JAJAJAJ
__________________
Neeeeeeeeeel.- is offline
Send a message via Skype™ to Neeeeeeeeeel.-
Bugg
Senior Member
Join Date: Jan 2012
Old 06-01-2012 , 14:25   Re: Suprimir armas de los mapas FY
#13

Gracias a todos!!!!!!!
Bugg 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 10:22.


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