• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Need Help Creating Multi board

Status
Not open for further replies.
Level 7
Joined
Jul 8, 2009
Messages
42
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: 44
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
42
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