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

Coloured win messages (bottom centred)


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   Counter-Strike        Category:   General Purpose       
~Ice*shOt
Veteran Member
Join Date: Mar 2009
Location: Lithuania
Old 04-04-2015 , 09:39   Coloured win messages (bottom centred)
Reply With Quote #1

Description
This simple plugin replaces old centred win messages with new coloured messages at the bottom of screen. The main idea is to add a lot of spaces at the message beginning and then send few empty messages to rise it up a little bit. CT's win message is blue and T's red.

Requirements
AMXX 1.8.3 build
Attached Files
File Type: sma Get Plugin or Get Source (coloured_win_messages.sma - 776 views - 1.5 KB)

Last edited by ~Ice*shOt; 04-04-2015 at 09:41.
~Ice*shOt is offline
Send a message via Skype™ to ~Ice*shOt
happy_2012
Senior Member
Join Date: Aug 2012
Old 04-04-2015 , 16:29   Re: Coloured win messages (bottom centred)
Reply With Quote #2

Pointless.
__________________
Discord contacts:
I rarely look at private messages here, but I am very active on Discord!
happy_2012 is offline
Linkin Hisoka
Senior Member
Join Date: Sep 2014
Location: Morocco, Marrakesh
Old 04-04-2015 , 17:24   Re: Coloured win messages (bottom centred)
Reply With Quote #3

Are you serious?
__________________
Moroccan and proud
Linkin Hisoka is offline
~Ice*shOt
Veteran Member
Join Date: Mar 2009
Location: Lithuania
Old 04-05-2015 , 05:58   Re: Coloured win messages (bottom centred)
Reply With Quote #4

Probably I had to mention that it is just for fun. And I also really don't asking to approve it Just a tip for those who doesn't knew that.

Last edited by ~Ice*shOt; 04-05-2015 at 11:52.
~Ice*shOt is offline
Send a message via Skype™ to ~Ice*shOt
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 04-05-2015 , 10:00   Re: Coloured win messages (bottom centred)
Reply With Quote #5

It is a bad ideea to require an unstable version of amxmodx. You should add support for 1.8.2 too
__________________
HamletEagle is offline
~Ice*shOt
Veteran Member
Join Date: Mar 2009
Location: Lithuania
Old 04-05-2015 , 10:28   Re: Coloured win messages (bottom centred)
Reply With Quote #6

Well I already have said, that I don't require to approve it. I would have putted this plugin in trash if I could. It is just a part of code which players can use by their needs. Anyway, here's color's stock which replaces client_print_color (1.8.3 build) function.

PHP Code:
stock PrintColor(const id, const input[], any:...)
{
    new 
Count 1Players[32];
    static 
Msg[191];

    
vformat(Msg190input3);
    
replace_all(Msg190"!g""^x04");
    
replace_all(Msg190"!y""^x01");
    
replace_all(Msg190"!t""^x03");

    if (
id)
        
Players[0] = id;
    else
        
get_players(PlayersCount"ch");

    for (new 
0Counti++)
    {
        if (
is_user_connected(Players[i]))
        {
            
message_begin(MSG_ONE_UNRELIABLEget_user_msgid("SayText"), _Players[i]);
            
write_byte(Players[i]);
            
write_string(Msg);
            
message_end();
        }
    }


Last edited by ~Ice*shOt; 04-05-2015 at 10:29.
~Ice*shOt is offline
Send a message via Skype™ to ~Ice*shOt
Linkin Hisoka
Senior Member
Join Date: Sep 2014
Location: Morocco, Marrakesh
Old 04-05-2015 , 11:40   Re: Coloured win messages (bottom centred)
Reply With Quote #7

Quote:
I had probably mention that it is just for fun. And I also really don't asking to approve it Just a tip for those who doesn't knew that.
HaHa (y)
__________________
Moroccan and proud
Linkin Hisoka is offline
~Ice*shOt
Veteran Member
Join Date: Mar 2009
Location: Lithuania
Old 04-05-2015 , 11:51   Re: Coloured win messages (bottom centred)
Reply With Quote #8

Quote:
Originally Posted by Linkin Hisoka View Post
HaHa (y)
The most important thing is to do something
~Ice*shOt is offline
Send a message via Skype™ to ~Ice*shOt
Linkin Hisoka
Senior Member
Join Date: Sep 2014
Location: Morocco, Marrakesh
Old 04-05-2015 , 18:18   Re: Coloured win messages (bottom centred)
Reply With Quote #9

Quote:
Quote:
The most important thing is to do something
yeah ;)
__________________
Moroccan and proud
Linkin Hisoka is offline
Blizzard_87
Veteran Member
Join Date: Oct 2012
Old 04-05-2015 , 21:35   Re: Coloured win messages (bottom centred)
Reply With Quote #10

Quote:
Originally Posted by ~Ice*shOt View Post
Well I already have said, that I don't require to approve it.
Then don't even post it in this section.
__________________
Blizzard_87 is offline
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 20:49.


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