- Joined
- Jul 24, 2007
- Messages
- 308
i have some questions and mostly about leaks, they are:
1 - should i type: Custom script:
2 - why does this location be removed and become center of playable map area (this be used many times in game) :
3 - how to enable/disable sending signals being displayed on minimap in-game?
1 - should i type: Custom script:
- Custom script: set bj_wantDestroyGroup = false
2 - why does this location be removed and become center of playable map area (this be used many times in game) :
- Set CameraLoc = Region
-
Player Group - Pick every player in (All players matching (((Matching player) slot status) Equal to Is playing)) and do (Actions)
-
Loop - Actions
- Unit - Create 1 Just Another Unit for (Picked player) at (Random point in CameraLoc) facing 180.00 degrees
- Set UnitV[(Player number of (Picked player))] = (Last created unit)
-
Loop - Actions
- Custom script: call RemoveRect(udg_CameraLoc)
3 - how to enable/disable sending signals being displayed on minimap in-game?
Last edited: