• 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.

White mask

Status
Not open for further replies.
Level 5
Joined
Jul 24, 2007
Messages
199
Must work. Use this
JASS:
if GetLocalPlayer()==udg_Me then
    call Fade...
to fade a player's screen, with no touching the others. Don't call net functions for local players (i mean use locals only inside code functions), cuz function calls must appear syncedly, at one time on all computers.
 
Level 3
Joined
Jun 29, 2008
Messages
32
Must work. Use this

if GetLocalPlayer()==udg_Me then
call Fade...

to fade a player's screen, with no touching the others. Don't call net functions for local players (i mean use locals only inside code functions), cuz function calls must appear syncedly, at one time on all computers.
I don't use jass. i don't know how to use jass.
 
Status
Not open for further replies.
Top