Need Help Creating Multi board

Status
Not open for further replies.
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: 87
It looks like the Player_Name variables are not set until player has gained xp, does it still not show after?
 
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:
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.
Back
Top