So I saw some maps that when map maker joins the game they make, it shows text like "the map maker is in game" (such as mafia)
so I want to make trigger like when members from specific clan joins map shows text like "[ABC] clan member is playing the map" or whenever I joins the game "map maker is paying the map"
Each account has a unique player handle. All you do is string comparison that handle with hard coded player handle strings for the appropriate players.
That said it is generally considered bad mapping practice to do this outside of map developer only debug features.
Hi
So I saw some maps that when map maker joins the game they make, it shows text like "the map maker is in game" (such as mafia)
so I want to make trigger like when members from specific clan joins map shows text like "[ABC] clan member is playing the map" or whenever I joins the game "map maker is paying the map"
how do I make this stuff?
and plus how do I give them text a color?
please help me...
http://www.sc2mapster.com/forums/development/triggers/26109-101-guide-to-player-handles
@kogits35: Go
Can anyone tell me triggers to make it?
All that it is a simple player loop with an if then to check the handle and displays text if it matches.
ur link does not work
Each account has a unique player handle. All you do is string comparison that handle with hard coded player handle strings for the appropriate players.
That said it is generally considered bad mapping practice to do this outside of map developer only debug features.
In reply to jbcred:
Contribute to the wiki (Wiki button at top of page) Considered easy altering of the unit textures?
https://www.sc2mapster.com/forums/resources/tutorials/179654-data-actor-events-message-texture-select-by-id
https://media.forgecdn.net/attachments/187/40/Screenshot2011-04-17_09_16_21.jpg