- Joined
- Dec 19, 2007
- Messages
- 1,234
Hay ^.^
this leak is about group of units that instead of one it need to be interger called IL (it is the player number)
Set myunitgroup[IL] = (Units owned by (Owner of (Triggering unit)) of type Locust)
Set IL = (Player number of (Owner of (Triggering unit)))
call DestroyGroup(udg_myunitgroup[1]) 1= need to be IL which is an integer of the player number. (so i cant do remove to 1 because that there are 6 players that may fit.
this leak is about group of units that instead of one it need to be interger called IL (it is the player number)
Set myunitgroup[IL] = (Units owned by (Owner of (Triggering unit)) of type Locust)
Set IL = (Player number of (Owner of (Triggering unit)))
call DestroyGroup(udg_myunitgroup[1]) 1= need to be IL which is an integer of the player number. (so i cant do remove to 1 because that there are 6 players that may fit.