Heya,
I'm trying to find the cause of my desync. I know it has to do with GetLocalPlayer(), but I can't find my mistake...
I'm not sure, but is this the thing that might be wrong here?:
I'm trying to find the cause of my desync. I know it has to do with GetLocalPlayer(), but I can't find my mistake...
I'm not sure, but is this the thing that might be wrong here?:
JASS:
loop
exitwhen i > 8
if GetLocalPlayer() == Player(i) then
set Text[i] = CreateTextTag()
endif
set i = i + 1
endloop