• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

How to make this one platofrm work for all player?

Status
Not open for further replies.
Level 6
Joined
Mar 28, 2018
Messages
135

Attachments

  • 55961-2ee5c04a9abd86e62fd5641d11733906.jpg
    55961-2ee5c04a9abd86e62fd5641d11733906.jpg
    22.3 KB · Views: 37
Level 45
Joined
Feb 27, 2007
Messages
5,578
Depends how that's coded (I didn't look) but in general a liberal and intelligent application of GetLocalPlayer() in conjunction with the duplication of a lot of this code (or making multiple instances if it's vJASS) could make it work for all players. That's likely a significant amount of work.

You might be able to, instead, allow multiple players to use that interface, but only ever 1 at a time. So if player 2 is using it, player 1 cannot. That would probably be simpler.
 
Status
Not open for further replies.
Top