Bumbulis Posted June 11, 2008 Report Share Posted June 11, 2008 Lieta tāda ka daudzos serveros ir ta kad Biohazard serverim kad win humans paraadaas balts ekrāns, bet kad zombiji win paliek melns ekrāns, bet man tā nav tikkai tā skana un viss, gribu zināt tas plugins vai versija kautklāda īpaša? Paldies... Link to comment Share on other sites More sharing options...
dimka62 Posted June 12, 2008 Report Share Posted June 12, 2008 Man ar noderētu... Link to comment Share on other sites More sharing options...
KlumpaHLTV Posted June 12, 2008 Report Share Posted June 12, 2008 Tev 100% ir ta visi TS - Zombiji ,bet CT - Cilveki ? un ta ir old ver. Link to comment Share on other sites More sharing options...
Bumbulis Posted June 12, 2008 Author Report Share Posted June 12, 2008 Nē nē man ir ar infivēšanu. visi cilvēki 1 pārvēršas par zombiju in ficē utt vai nu visus inficē vai CT nosauj zombijus kas ir inficēti man tā ir. Link to comment Share on other sites More sharing options...
KlumpaHLTV Posted June 12, 2008 Report Share Posted June 12, 2008 Nav ko ar WH spelet jo wh euztver to gaismu tapat ka smoku un flash Link to comment Share on other sites More sharing options...
Bumbulis Posted June 14, 2008 Author Report Share Posted June 14, 2008 Kā tad ijeju wosaa man ir tas ijeju savaa nav Link to comment Share on other sites More sharing options...
tk1 Posted June 14, 2008 Report Share Posted June 14, 2008 wos paši taisa daudzko! Link to comment Share on other sites More sharing options...
shine Posted June 14, 2008 Report Share Posted June 14, 2008 #include <amxmodx> new g_msgScreenFade new fadespeed new fade_level[33] new color public plugin_init() { register_plugin("Win Fade","0.7","Sh!nE*") fadespeed = register_cvar("amx_fadespeed","10") register_event("SendAudio","terr","a","2=%!MRAD_terwin") register_event("SendAudio","ct","a","2=%!MRAD_ctwin") register_logevent("round_start", 2, "1=Round_Start") g_msgScreenFade = get_user_msgid("ScreenFade") } public terr() { new players[32],num get_players(players,num) for(new i=0;i < num;i++) {set_task(0.1,"show_effects",players+7777,_,_,"b");fade_level[players]=0;color=0;} } public ct() { new players[32],num get_players(players,num) for(new i=0;i < num;i++) {set_task(0.1,"show_effects",players+7777,_,_,"b");fade_level[players]=0;color=255;} } public round_start() { new players[32],num get_players(players,num) for(new i=0;i < num;i++) {remove_task(players+7777);} } public show_effects(task) { new id = task-7777 fade_level[id] += get_pcvar_num(fadespeed) if(fade_level[id] > 255) fade_level[id] = 255 message_begin(MSG_ONE, g_msgScreenFade, {0,0,0}, id) write_short(1<<12) write_short(1<<12) write_short(1<<12) write_byte(color) write_byte(color) write_byte(color) write_byte(fade_level[id]) message_end() } Neesmu testeejis, bet vajadzetu iet. Link to comment Share on other sites More sharing options...
Bumbulis Posted June 14, 2008 Author Report Share Posted June 14, 2008 Ahine nejiet, kad copmileeju paraada error ka nav output vfaila .amx vaik kautkas tml. Link to comment Share on other sites More sharing options...
shine Posted June 14, 2008 Report Share Posted June 14, 2008 http://www.amxmodx.org/webcompiler.cgi Nemaki nokompileet.. nevaru vainot . Link to comment Share on other sites More sharing options...
Bumbulis Posted June 14, 2008 Author Report Share Posted June 14, 2008 Tāpat nevar... Parādās: Your plugin failed to compile! Read the errors below: Welcome to the AMX Mod X 1.76-300 Compiler. Copyright © 1997-2006 ITB CompuPhase, AMX Mod X Team /home/groups/amxmodx/tmp3/phpSUz1Fv.sma(22) : error 021: symbol already defined: "plugin_init" 1 Error. Could not locate output file /home/groups/amxmodx/public_html/websc3/phpSUz1Fv.amx (compile failed). Link to comment Share on other sites More sharing options...
shine Posted June 14, 2008 Report Share Posted June 14, 2008 Nez.. man viss gaja: fade_after_win.zip Link to comment Share on other sites More sharing options...
Bumbulis Posted June 14, 2008 Author Report Share Posted June 14, 2008 Īsti nezinu vai tas plugins iet vismaz uzrakstiju amxx plugins tur paraadija ka iet bet kad eju ieksaa serverii serverim dont send errors uzmetaas nezinu kapeec Paskataties attēlu Shine moz zini atbild tu vissgudrākais esi ..... Link to comment Share on other sites More sharing options...
shine Posted June 14, 2008 Report Share Posted June 14, 2008 Don't Send errors? Pats tikko savu pluginu iztesteeju - straada fantastiski. Vaina ir citur. Link to comment Share on other sites More sharing options...
Bumbulis Posted June 14, 2008 Author Report Share Posted June 14, 2008 Bļēee, kur? man nav nejausmas kas tas par hungapp? Link to comment Share on other sites More sharing options...
Bumbulis Posted June 15, 2008 Author Report Share Posted June 15, 2008 Laikam buus jaapaaraisa serveris ;( Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now