CSPLague
Kolay Bir İstek - Printable Version

+- CSPLague (https://www.csplague.com)
+-- Forum: CS 1.6 Plugin (Eklenti) Bölümü (https://www.csplague.com/forumdisplay.php?fid=6)
+--- Forum: [İSTEK] Cs 1.6 Plugin İstek Bölümü (https://www.csplague.com/forumdisplay.php?fid=80)
+---- Forum: Çözülmüş İstekler (https://www.csplague.com/forumdisplay.php?fid=87)
+---- Thread: Kolay Bir İstek (/showthread.php?tid=10476)



Kolay Bir İstek - leyla045 - 17-07-14

Merhaba ben küçük bişi isticem araştrıdım bulamadım forumda varsa k.b. atıyom zm mapi açınca yani zm_ benim belirledim cvarların uygulanmasını istiyorum atıyom sv_gravity 750 plugin deil cvar kolay bişi şimdiden teşekkürler .


Cevap: Kolay Bir İstek - peNgueN - 17-07-14

Mapconfig kullanıyor musunuz ?


Cevap: Kolay Bir İstek - leyla045 - 17-07-14

peNgueN dateline='' Wrote: Mapconfig kullanıyor musunuz ?
Hyr kullanmıyorum .


Cevap: Kolay Bir İstek - peNgueN - 17-07-14

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

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"

new Commands[][] = {
    
    
"sv_gravity 750",
    
"sv_aimmove 9999",
    
"sv_airaccerelate 101"
    
//
}

public 
plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    new 
mapname32 ];
    
get_mapnamemapnamecharsmaxmapname ) );
    
    if( 
containimapname"zm" ) ) 
    {
        for( new 
isizeof Commandsi++ )
            
server_cmdCommands] );
    }




Cevap: Kolay Bir İstek - leyla045 - 17-07-14

peNgueN dateline='' Wrote:
PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"

new Commands[][] = {
    
    
"sv_gravity 750",
    
"sv_aimmove 9999",
    
"sv_airaccerelate 101"
    
//
}

public 
plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    new 
mapname32 ];
    
get_mapnamemapnamecharsmaxmapname ) );
    
    if( 
containimapname"zm" ) ) 
    {
        for( new 
isizeof Commandsi++ )
            
server_cmdCommands] );
    }


Cevap için teşekkür ederim fakat olmadı .

- - - - - - - - - -

penguen kardeş sanırım ben anlatımda hata yaptım zm mapi deil zm_ ile başlayan maplarde bu cvarların kullanılmasını istiyorum örnek zm_assault zm_dust2 .


Cevap: Kolay Bir İstek - peNgueN - 18-07-14

Ufak birşeyi unutmuşum Smile

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

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "Oto Komutlar"
#define VERSION "1.0"
#define AUTHOR "author"

new Commands[][] = {
    
    
"sv_gravity 100",
    
"sv_airmove 9999",
    
"sv_airaccerelate 999"
    
//
}

public 
plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    new 
mapname64 ];
    
get_mapnamemapnamecharsmaxmapname ) );
    
    if( ( 
containimapname"zm" ) != -) ) 
    {
        for( new 
isizeof(Commands); i++ )
            
server_cmdCommands] );
    
    }




Cevap: Kolay Bir İstek - leyla045 - 19-07-14

Konu Çözülmüştür penguen teşekkürler.