Raised This Month: $51 Target: $400
 12% 

[REQ] End Round Screen Plugin


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
pLaMeN
Member
Join Date: Nov 2010
Location: Bulgaria
Old 01-29-2011 , 10:13   [REQ] End Round Screen Plugin
Reply With Quote #1

Hi,
Today i played in 1 server..
This server has one (strange) plugin, who i liked.
This plugin change the screen,(after Zombies Win, Human Win, No one win and etc.) of all players smooth to blue color.
And my question is, can someone maked for me ?
Thanks advance

(I'm sory for bad english, i use a google translator )
pLaMeN is offline
Send a message via Skype™ to pLaMeN
Kidev
Veteran Member
Join Date: Jun 2010
Location: France
Old 01-29-2011 , 12:39   Re: [REQ] End Round Screen Plugin
Reply With Quote #2

I'll maybe do it. But I'm not sure I can do it... I'm a beginner ^^
__________________
Kidev is offline
benjoo
Senior Member
Join Date: Jan 2010
Old 01-29-2011 , 13:42   Re: [REQ] End Round Screen Plugin
Reply With Quote #3

Im looking for the same thing
benjoo is offline
dreamedward
Senior Member
Join Date: Aug 2010
Location: ZombieWorld
Old 01-29-2011 , 14:28   Re: [REQ] End Round Screen Plugin
Reply With Quote #4

I was looking for the same plugin a few months ago.Here it is - http://forums.alliedmods.net/showthread.php?t=136647
dreamedward is offline
benjoo
Senior Member
Join Date: Jan 2010
Old 01-29-2011 , 14:59   Re: [REQ] End Round Screen Plugin
Reply With Quote #5

It is for zombieplague, can someone make it to the regular gameplay.

Quote:
"Thank you for the script, it works But i have a problem.I want it to fade slowly and smoothly from blues to more blue and more blue, from red to more red and more red to you dont even see the screen.I Hope You Can Do It That Way"
And that's excatly what I am after too, but the other code is for zombieplague

Here's the code for zp, hope someone can turn it to regular gameplay

PHP Code:
#include <amxmodx> 
#include <zombieplague> 

new g_msgScreenFade 
const UNIT_SECOND = (1<<12

public 
plugin_init() 

    
register_plugin("[ZP] ScreeFade""1.0""alan_el_more"
     
    
g_msgScreenFade get_user_msgid("ScreenFade"


public 
zp_round_ended(winteam

    switch(
winteam
    { 
        case 
WIN_NO_ONE
            
make_screenfade(02550
        case 
WIN_HUMANS
            
make_screenfade(00255
        case 
WIN_ZOMBIES
            
make_screenfade(25500
    } 


public 
make_screenfade(rgb

    
message_begin(MSG_BROADCASTg_msgScreenFade
    
write_short(UNIT_SECOND 4)    // Duration 
    
write_short(UNIT_SECOND 1)    // Hold time 
    
write_short(0x0001)        // Fade type 
    
write_byte (r)                    // Red 
    
write_byte (g)                   // Green 
    
write_byte (b)                 // Blue 
    
write_byte (255)        // Alpha 
    
message_end() 


Last edited by benjoo; 01-29-2011 at 15:02.
benjoo is offline
ANTICHRISTUS
kingdom of weird stuff
Join Date: Jun 2010
Location: My kingdom is not in thi
Old 01-29-2011 , 15:51   Re: [REQ] End Round Screen Plugin
Reply With Quote #6

this one is better [ZP] Sub-Plugin: New Win Messages 1.4 but for zombie plague
__________________
ANTICHRISTUS is offline
benjoo
Senior Member
Join Date: Jan 2010
Old 01-29-2011 , 16:55   Re: [REQ] End Round Screen Plugin
Reply With Quote #7

I already know about it. It would be better if someone could combine "New win messages" and "fade" plugin.
benjoo is offline
pLaMeN
Member
Join Date: Nov 2010
Location: Bulgaria
Old 01-30-2011 , 08:30   Re: [REQ] End Round Screen Plugin
Reply With Quote #8

Thank you very much !
pLaMeN is offline
Send a message via Skype™ to pLaMeN
Reply



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 02:45.


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