- Joined
- Jan 11, 2008
- Messages
- 55
Hi, im trying to get a camera system working, and it mostly works, The problem is that the system uses getlocalplayer, and desyncs, can anyone help me with de-desyncing it?
http://www.hiveworkshop.com/forums/spells-569/cam-system-v1-13-a-144480/
ect
http://www.hiveworkshop.com/forums/spells-569/cam-system-v1-13-a-144480/
JASS:
private function MultiboardSettings takes integer id returns nothing
if show[id] and GetLocalPlayer() == Player(id) then
if bj_lastCreatedMultiboard != null and bj_lastCreatedMultiboard != currentmb[id] then
set saved[id] = bj_lastCreatedMultiboard
call MultiboardDisplay(saved[id], false)
endif