Post: NEED HELP Want to add Welcome message to gsc
01-09-2015, 11:59 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); yo i just want to add a normal welcome message to my gsc but if i do ill become ps3 freeze ..
can any1 show me how to correctly add a welcome message pls?
(adsbygoogle = window.adsbygoogle || []).push({});
02-12-2015, 08:32 AM #2
iiiCenTurY
Gym leader
Call this in OnPlayerSpawned() :
    self WelcomeMessage();



    welcomeMessage()
{
notifyData = spawnstruct();
notifyData.titleText = "Welcome To MenuName";
notifyData.notifyText = "Your Status Is " + verificationToColor(self.status);
notifyData.glowColor = (0.3, 0.6, 0.3);
notifyData.duration = 8;
notifyData.font = "objective";
notifyData.hideWhenInMenu = false;
self thread maps\mp\gametypes\_hud_message::notifyMessage(notifyData);
self iPrintln("Press ?? and ?? To Open The Menu!");
}


I think thats it Smile

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo