- Joined
- Mar 6, 2015
- Messages
- 130
hello
recently i`m working on remove leaks from my spells but i get stuck in special effects they are leaking as hell ! very leaky! i use 3 methods all of them leaking
First Method :
Third Method:
recently i`m working on remove leaks from my spells but i get stuck in special effects they are leaking as hell ! very leaky! i use 3 methods all of them leaking
First Method :
-
Custom script: set udg_Effect_Dy[udg_TempInt] = AddSpecialEffectLoc(udg_Effect_Dy_model[udg_TempInt], udg_TempLoc)
-
Special Effect - Destroy Effect_Dy[TempInt]
-
Custom script: set udg_Effect_Dy[udg_TempInt]=null
-
Custom script: call RemoveLocation(udg_TempLoc)
-
Special Effect - Create a special effect at TempLoc using Effect_Dy_model[TempInt]
-
Set Effect_Dy[TempInt] = (Last created special effect)
-
Special Effect - Destroy Effect_Dy[TempInt]
-
Custom script: call RemoveLocation(udg_TempLoc)
Third Method:
-
Special Effect - Create a special effect at TempLoc using Effect_Dy_model[TempInt]
-
Special Effect - Destroy (Last created special effect)
-
Custom script: call RemoveLocation(udg_TempLoc)
Last edited: