29.06.2009, 17:46
yup you must use news as objects
exapmle
exapmle
pawn Код:
new object1;
new object2;
new object3;...
object1 = CreateObject...
object2= CreateObject...
DestroyObject(object1);
DestroyObject(object2);...