Post: Help with adding a presitge icon on welcome message.
05-29-2013, 05:50 PM #1
zombiegangster
Pokemon Trainer
(adsbygoogle = window.adsbygoogle || []).push({}); Hi all, I was wondering how I could add a prestige icon in my welcome message thanks for the help. Below is a picture of where I want it and what script im using.


[ATTACH=CONFIG]24791[/ATTACH]

    doStart() 
{
notifyData = spawnStruct();
notifyData.titleText = "^2Welcome to the lobby!";
notifyData.notifyText = "^3Patch made by Zombie Gangster";
self maps\_hud_message::notifyMessage( notifyData );
}
05-29-2013, 06:50 PM #2
forflah123
Who’s Jim Erased?
Originally posted by zombiegangster View Post
Hi all, I was wondering how I could add a prestige icon in my welcome message thanks for the help. Below is a picture of where I want it and what script im using.


[ATTACH=CONFIG]24791[/ATTACH]

    doStart() 
{
notifyData = spawnStruct();
notifyData.titleText = "^2Welcome to the lobby!";
notifyData.notifyText = "^3Patch made by Zombie Gangster";
self maps\_hud_message::notifyMessage( notifyData );
}


loke this ???

You must login or register to view this content.

    doStart()  
{
self thread maps\mp\gametypes\_hud_message:GaspldNotifyMessage( "^2Welcome to the lobby!", "^3Patch made by Zombie Gangster", "rank_prestige10", (1, 0.5, 0), 10 );
}
05-29-2013, 08:48 PM #3
zombiegangster
Pokemon Trainer
Originally posted by forflah123 View Post
loke this ???


Yes! perfect I might change the actual image around but that looks great. You're awesome fla can't wait for your next release.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo