Answered GSC HELP (MESSAGE SHOWS UP TO EVERYONE)

Reqo Mods

Modder
Messages
111
Reaction score
22
Points
803
Hey CCM
my menu is nearly finished im just testing and adding finishing stuff, ive just seen that when i spawn in my welcome message shows up on everyoes screen in my game anyway i can get rid of that, just so it shows up on my screen thanks VC.
 

Liam

BU4
Messages
185
Reaction score
171
Points
818
most likely you have the function of playerspawned.

do this

if(self isHost())
{
do message here
}

and put that onplayerspawned
 
Last edited by a moderator:
Top