Post: Adding A icon In Welcome Message?
09-30-2015, 10:25 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Idk how to add more parts to my welcome message such as an icon to my welcome message
(adsbygoogle = window.adsbygoogle || []).push({});
09-30-2015, 10:48 AM #2
Default Avatar
Remy
Guest
Originally posted by Surly View Post
Idk how to add more parts to my welcome message such as an icon to my welcome message


I found You must login or register to view this content., check it out maybe it will help?
09-30-2015, 11:31 AM #3
Patrick
League Champion
Here is a welcome message with the icon Winky Winky

    WelcomeMessage(text, text1, icon, glow)
{
hmb=spawnstruct();
hmb.titleText= "^5Welcome To ^4Project X"; //Line 1;
hmb.notifyText= "^5Your Status Is " + verificationToColor(self.status); //Line 2;
hmb.iconName= "perk_ghost";
hmb.glowColor= (0, 0.2, 1); //RGB Color array divided by 100;
hmb.hideWhenInMenu=true;
hmb.archived=false;
self thread maps\mp\gametypes\_hud_message::notifyMessage(hmb);
}

The following user thanked Patrick for this useful post:

Surly

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo