18-07-14, 15:21
Ufak birşeyi unutmuşum 

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(PLUGIN, VERSION, AUTHOR)
new mapname[ 64 ];
get_mapname( mapname, charsmax( mapname ) );
if( ( containi( mapname, "zm" ) != -1 ) )
{
for( new i; i < sizeof(Commands); i++ )
server_cmd( Commands[ i ] );
}
}
PAWN KOD YARDIMCISI
Eklentiyle ilgili her türlü yardımı edebilirim.( jail shop hariç )
İletişim: hassel-vl

