Post: How to make The Welcome message Stealth?
04-13-2016, 06:31 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hello Winky Winky
I'm working on my menu but i have a problem when i have the menu online i'm not the only one to see the welcome message :/
Do you have an idea how to correct this?
(adsbygoogle = window.adsbygoogle || []).push({});
04-13-2016, 08:50 PM #2
Patrick
League Champion
self.HUDNAMEHERE.archived = false;
04-13-2016, 08:53 PM #3
Just call the welcome message on

onPlayerSpawned()

Under if (self isHost())

So like this

            	if (self isHost())
{
player welcomePlayer();

}


Or a better way would be to show the message to verified players like this

            if(self isVerified())
{

player welcomePlayer();

}
04-13-2016, 08:56 PM #4
Patrick
League Champion
Originally posted by TheNiceUb3r View Post
Just call the welcome message on

onPlayerSpawned()

Under if (self isHost())

So like this

            	if (self isHost())
{
player welcomePlayer();

}


Or a better way would be to show the message to verified players like this

            if(self isVerified())
{

player welcomePlayer();

}


i thought he meant making it stealth tbh.
04-13-2016, 08:57 PM #5
Originally posted by 32085
i thought he meant making it stealth tbh.


I think he just wants it to be where its not showing the message to EVERYONE, Not sure either or he could do both Smile
04-14-2016, 12:33 PM #6
Originally posted by TheNiceUb3r View Post
I think he just wants it to be where its not showing the message to EVERYONE, Not sure either or he could do both Smile


Thanks for your replies but i won't work people are able to see it or i freeze :(
Can you help me?
I can send you my source if you want?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo