10.02.2016, 11:57
Quote:
|
You forgot one thing here....
Код:
public DestroyDynamicMine(mineid){
if(mineid < 0 || mineid >= MAX_MINES) return 0;
DestroyDynamicObject(MineComponent[mineid][mine_objectid]);
DestroyDynamicArea(MineComponent[mineid][mine_areaid]);
![]() |
I corrected.


