• 🏆 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!

Desync when trigger runs

Status
Not open for further replies.
Level 2
Joined
Jun 3, 2018
Messages
17
This trigger desyncs nearly all players when it runs, directly after a player loses their king/base. Can someone tell me what's wrong with it? (the last bit just repeats for every player)
 

Attachments

  • mytrigger.png
    mytrigger.png
    207.2 KB · Views: 34
(Target of Current Camera View) is a value that is different for each player, and is not synced when playing a multiplayer game. That means you can't use it as a point to create a unit, because the unit will be created at a different location for each player. That will cause a desync, since units must always be at the same place for all clients.
 
Status
Not open for further replies.
Top