- Joined
- Nov 18, 2012
- Messages
- 311
is there any ways to set camera bounds to rect on jass
or do we have to use
I have changed the sound to music
What are the difference?
I want it to be played at the hosting screen tho, will this do it?
anddd did i change this right
or do we have to use
JASS:
call SetCameraBoundsToRectForPlayerBJ( Player(0), gg_rct_RegionStartMask )
call SetCameraBounds(-16096.00, 10656.00, -13600.00, 11840.00, -16096.00, 11840.00, -13600.00, 10656.00)
I have changed the sound to music
JASS:
call PlaySoundAtPointBJ( gg_snd_Wintergatan, 100, GetPlayerStartLocationLoc(Player(0)), 0 )
call PlayMusic("Wintergatan.mp3")
I want it to be played at the hosting screen tho, will this do it?
anddd did i change this right
JASS:
call CreateFogModifierRectBJ( true, Player(0), FOG_OF_WAR_VISIBLE, gg_rct_RegionStartCharacters )
call FogModifierStart( CreateFogModifierRect(Player(i),FOG_OF_WAR_VISIBLE,gg_rct_RegionStartCharacters,false,false))
call SetCameraTargetControllerNoZForPlayer( Player(0), GetTriggerUnit(), 0, 0, true )
call SetCameraTargetController(GetTriggerUnit(),0,0,true)
Last edited: