Jump to content
  • 0

Write a message when a player join the game


Staf

Question

Hi,

 

When an admin join the game we get the following message : "You are an administrator! Press Insert at any time to access the administration menu or F2 for debug information.".

Now how to do to write a message for all kind of players (simple player + moderator + admin) ?

For the Admin we have the ID : adminjoined

For The moderator the ID : modjoined

Then for a simple player what's the ID ?

 

Thank you.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • -1

You could create a switch for when the player is an administrator, moderator etc ... and then in a common event, you place "switch (admin) is true" show chat text "admin entered the game" and those who do not have that Switch on real will show the text "player has entered"

Link to comment
Share on other sites

×
×
  • Create New...