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

[ ReQ ] Need Help plz


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
popeye10
Senior Member
Join Date: May 2014
Location: Navi Mumbai (India)
Old 09-05-2014 , 12:09   [ ReQ ] Need Help plz
Reply With Quote #1

[IMG]http://s15.************/md7sy8xhn/2014_09_04_00002.jpg[/IMG]

I want this same as picture.
the admin name is default color white and msg color is coloring .
i make this 1 but admin & msg color is same & ( ^_^ ) can't work.
plz help me
thanQ in advance
PHP Code:
#include <amxmodx>
#include <amxmisc>
#include <dhudmessage>

#define PLUGIN "Admin Funny Message"
#define VERSION "1.0"
#define AUTHOR "POPEYE"

#define ACCESS ADMIN_BAN

public plugin_init( )
{
    
register_pluginPLUGINVERSIONAUTHOR );
    
    
register_concmd"lal""cmd_LAL" );
    
    
register_clcmd"say /lal""cmd_LAL" );
    
register_clcmd"say_team /lal""cmd_LAL" );
    
    
register_logevent"logevent_RoundStart"2"1=Round_Start" );
}

public 
cmd_LAL(idlevelcid)
{
    if( !
cmd_accessidlevelcid) ) return PLUGIN_CONTINUE;
    
    new 
name[32];
    
get_user_name(idname31);
    
    
set_dhudmessage(25500, -1.00.3000.56.00.10.2);
    
show_dhudmessageid"%s  :   L a L ( 0_0 )"name );
    
    return 
PLUGIN_CONTINUE;

__________________

Last edited by popeye10; 09-08-2014 at 17:16.
popeye10 is offline
aron9forever
Veteran Member
Join Date: Feb 2013
Location: Rromania
Old 09-05-2014 , 14:24   Re: [ ReQ ] Need Help plz
Reply With Quote #2

okay lemme explain
that isn't possible ok
what you are seeing in the picture, are actually 3 huds, one that's white that contains the name and the a, one that's red and contains the two Ls and one blue that has the ( ) and one green

I don't know of any way to make one single hud message multi colored
if i'm wrong please correct me
__________________
Meanwhile, in 2050:
Quote:
Originally Posted by aron9forever
useless small optimizations
Quote:
Originally Posted by Black Rose View Post
On a map that is 512x512x128 units you end up with 3,355,443,200,000 different "positions". To store each one of those positions individually in the variable "user_or" you need 12 terabytes of memory.
aron9forever is offline
popeye10
Senior Member
Join Date: May 2014
Location: Navi Mumbai (India)
Old 09-05-2014 , 17:43   Re: [ ReQ ] Need Help plz
Reply With Quote #3

It's possible but i dont know about this code
i saw in sv the admin type in console < lal >
then show like this pic ...
I want ,
Admin name in white color : and msg in that coloring or same as picture.
plz help me i realy like this coloring msg
__________________

Last edited by popeye10; 09-06-2014 at 09:41.
popeye10 is offline
Old 09-06-2014, 09:55
popeye10
This message has been deleted by YamiKaitou. Reason: threads merged
Kia
AlliedModders Donor
Join Date: Apr 2010
Location: In a world of madness
Old 09-06-2014 , 11:56   Re: [REQ] {dhudmessage color} help me plz
Reply With Quote #4

I think it's using multiple plugins since a DHUD Message can only contain one color.
__________________
Kia is offline
ANTICHRISTUS
kingdom of weird stuff
Join Date: Jun 2010
Location: My kingdom is not in thi
Old 09-06-2014 , 19:18   Re: [REQ] {dhudmessage color} help me plz
Reply With Quote #5

idk but I saw similar stuff in the black rose's chat plugin screenshots.
__________________
ANTICHRISTUS is offline
popeye10
Senior Member
Join Date: May 2014
Location: Navi Mumbai (India)
Old 09-07-2014 , 10:22   Re: Need Help for dhudmessage plz
Reply With Quote #6


how to set
admin name in defualt color white & msg color is onther color ?
exp.
admin name ( white ) : msg ( green )
__________________
popeye10 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 14:38.


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