Witam...
Poszukuje Nazwy Plugina Na Czarny flashbang taki jaki jest na Serwerze Poland no-steam
Bede Bardzo Wdzieczny ZA Pomoc![]()
|
|
Witam...
Poszukuje Nazwy Plugina Na Czarny flashbang taki jaki jest na Serwerze Poland no-steam
Bede Bardzo Wdzieczny ZA Pomoc![]()
chodzi ci o cos takiego ze jak dostaniesz Fleszem to zostajesz "oslepione"
na czarno?
Ja niewiem wszyscy o tym Poland Non Steam...
A zastanawiales się moze ze to sa pluginy wlasnej produkcji?Pzez Voi ?
mariusz Tak chodzi mi o to
terrorist_98, Bardzo Prosze + Daj pomogl ;-)
Kliknij Na MNIE
255 255 255 - bialy ^^
000 000 000 - czarny ;P
Musisz .sma zedytowac ;-)
jak nie dasz rady Napisz w tym temacie
Hmm no ja niewiem ...
Kod:amx_fb_r - Red ( Default: 255 ) amx_fb_g - Green ( Default: 25 ) amx_fb_b - Blue ( Default: 25 )
Na odwrót... zera to biały, 255 to czarny.Zamieszczone przez mariusz785
Dałem Pomógł![]()
Mam pytanko w jakim miejscu napisac zeby byl czerwony flash?
Kod:#include <amxmodx> #define PLUGIN "Colored Flashbangs" #define VERSION "1.0" #define AUTHOR "v3x" new g_nMsgScreenFade public plugin_init() { register_plugin(PLUGIN,VERSION,AUTHOR) register_event("ScreenFade","FlashedEvent","be","4=255","5=255","6=255","7>199") g_nMsgScreenFade = get_user_msgid("ScreenFade") // Cvars register_cvar("amx_fb_mode", "1") register_cvar("amx_fb_r", "255") register_cvar("amx_fb_g", "25") register_cvar("amx_fb_b", "25") } public FlashedEvent( id ) { new iMode = get_cvar_num("amx_fb_mode") if ( !iMode ) return PLUGIN_CONTINUE new iRed,iGreen,iBlue switch( iMode ) { case 1: { iRed = get_cvar_num("amx_fb_r") iGreen = get_cvar_num("amx_fb_g") iBlue = get_cvar_num("amx_fb_b") } case 2: { iRed = random_num(0,255) iGreen = random_num(0,255) iBlue = random_num(0,255) } } if ( !( iRed ) || !( iGreen ) || !( iBlue ) ) { iRed = 100 iGreen = 100 iBlue = 100 } message_begin( MSG_ONE,g_nMsgScreenFade,{0,0,0},id ) write_short( read_data( 1 ) ) // Duration write_short( read_data( 2 ) ) // Hold time write_short( read_data( 3 ) ) // Fade type write_byte ( iRed ) // Red write_byte ( iGreen ) // Green write_byte ( iBlue ) // Blue write_byte ( read_data( 7 ) ) // Alpha message_end() return PLUGIN_HANDLED }
register_cvar("amx_fb_r", "255")
register_cvar("amx_fb_g", "25")
register_cvar("amx_fb_b", "25")
Zedytowałem .sma Skompilowałem I Niemam Czarnego Flasha Tylko Szary :evil:
Pomóżcie co zrobić żeby był czarny flash!?
Ja nic nie kompilowalem a mam czerwony xD
Oops, pomyliłem się, 0 0 0 to czarny, ale mniejsza z tym. Prawidłowy plugin z czarnym flashem.
Kod:#include <amxmodx> #define PLUGIN "Colored Flashbangs" #define VERSION "1.0" #define AUTHOR "v3x" new g_nMsgScreenFade public plugin_init() { register_plugin(PLUGIN,VERSION,AUTHOR) register_event("ScreenFade","FlashedEvent","be","4=255","5=255","6=255","7>199") g_nMsgScreenFade = get_user_msgid("ScreenFade") // Cvars register_cvar("amx_fb_mode", "1") register_cvar("amx_fb_r", "0") register_cvar("amx_fb_g", "0") register_cvar("amx_fb_b", "0") } public FlashedEvent( id ) { new iMode = get_cvar_num("amx_fb_mode") if ( !iMode ) return PLUGIN_CONTINUE new iRed,iGreen,iBlue switch( iMode ) { case 1: { iRed = get_cvar_num("amx_fb_r") iGreen = get_cvar_num("amx_fb_g") iBlue = get_cvar_num("amx_fb_b") } case 2: { iRed = random_num(0,255) iGreen = random_num(0,255) iBlue = random_num(0,255) } } if ( !( iRed ) || !( iGreen ) || !( iBlue ) ) { iRed = 100 iGreen = 100 iBlue = 100 } message_begin( MSG_ONE,g_nMsgScreenFade,{0,0,0},id ) write_short( read_data( 1 ) ) // Duration write_short( read_data( 2 ) ) // Hold time write_short( read_data( 3 ) ) // Fade type write_byte ( iRed ) // Red write_byte ( iGreen ) // Green write_byte ( iBlue ) // Blue write_byte ( read_data( 7 ) ) // Alpha message_end() return PLUGIN_HANDLED }
Dalej Jest Szary :evil:
Taki Jak Na Tym Obrazku:
***ChOlErA***
co zrobic zeby byl czarny!?
terrorist_98, masz plugin good_flashbang (lub coś podobnego), wyłącz go. Spróbuj jeszce przenieść w plugins.ini nazwę tego pluginu zaraz za admin.amxx.
| « modele | AMX nie da się wyłonczyć... » |