- Joined
- Aug 19, 2005
- Messages
- 47
Hello,
I have this code, but it doesn't create the special effect as I want it to.
The ping is OK.
Thanks for help
I have this code, but it doesn't create the special effect as I want it to.
JASS:
local unit c = GetTriggerUnit()
local weathereffect e = AddWeatherEffect( Rect(GetUnitX(c)-300.,GetUnitY(c)-300.,GetUnitX(c)+300.,GetUnitY(c)+300.), 'MEds' )
call PingMinimap(GetUnitX(c),GetUnitY(c),2.0)
The ping is OK.
Thanks for help