• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Need Help Creating Multi board

Status
Not open for further replies.
Level 7
Joined
Jul 8, 2009
Messages
48
upload_2019-12-18_1-51-32.png

upload_2019-12-18_1-52-47.png
 

Attachments

  • upload_2019-12-18_1-51-52.png
    upload_2019-12-18_1-51-52.png
    49.4 KB · Views: 46
Level 7
Joined
Jul 4, 2007
Messages
249
It looks like the Player_Name variables are not set until player has gained xp, does it still not show after?
 
Level 7
Joined
Jul 8, 2009
Messages
48
still doesn't show i could be missing something in the actual rank system but i have yet found what im missing

it will show when multiple people but name gets cut out for player 2 when there are 2 people but ti will show player 1 rank and name and player 2 rank
 
Last edited:
Level 7
Joined
Jul 4, 2007
Messages
249
He actually has a init trigger "Untitled Trigger 002" that sets player 0
JASS:
set PlayerName[0] = GetPlayerName(Player(0))
So try copying this to your init trigger
 
Last edited:
Status
Not open for further replies.
Top