- Joined
- Jun 9, 2008
- Messages
- 734
If we use GetLocalPlayer() to enable weather effect to one person, can cause desync??
JASS:
function ...
if GetLocalPlayer()==GetTriggerPlayer()then
call EnableWeatherEffect(theweather,true)
endif
Last edited: