21.11.2011, 14:08
(
Последний раз редактировалось Amine_Mejrhirrou; 21.11.2011 в 14:44.
)
well i have a small problem :
this is the script
i saw that even if i set the DestroyObject , the objects stay in the map , is that normal ?
================================================== ==================
================================================== ==================
i found how to avoid this
this is the script
Quote:
if(team[playerid] == 10) { DestroyObject(mob1); mob1 = CreateObject(2906,XX,YY,ZZ+0.6,0,0,0); mob1 = CreateObject(2908,XX,YY,ZZ+0.6,0,0,0); CreateExplosion(XX,YY,ZZ, 10,; return 1; } |
================================================== ==================
================================================== ==================
i found how to avoid this