• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

How to make this one platofrm work for all player?

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

Attachments

  • 55961-2ee5c04a9abd86e62fd5641d11733906.jpg
    55961-2ee5c04a9abd86e62fd5641d11733906.jpg
    22.3 KB · Views: 33
Level 38
Joined
Feb 27, 2007
Messages
4,951
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