How to make this one platofrm work for all player?

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

Attachments

  • 55961-2ee5c04a9abd86e62fd5641d11733906.jpg
    55961-2ee5c04a9abd86e62fd5641d11733906.jpg
    22.3 KB · Views: 36
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