Welcome Script

I was just wondering if it would be possible to add two welcome messages. Like for example, when one loads in, the other loads after it. Thanks for your input!

With this two things you could get it working i guess.

TriggerEvent(‘chatMessage’, ‘SYSTEM’, {0, 255, 0}, “Welcome to my server.”)

onPlayerJoining
Params: netId, name

That didn’t work, still got one message.

TriggerEvent(‘chatMessage’, ‘SYSTEM’, {0, 255, 0}, “Message 1”)
TriggerEvent(‘chatMessage’, ‘SYSTEM’, {0, 255, 0}, “Message 2”)