Destroy Object
#8

Quote:
Originally Posted by Blackazur
Посмотреть сообщение
And how can i change it? If i create the object twice before my feet and i try to delete it with the command for deleting the object, it only delete the 1 object not the object that i created twice. But i want that it delete all the objects that i created.
What you're doing is similar to this:
pawn Код:
new a;

a = 1;
a = 2;
a = 3;

printf("a = %d", a); // prints: "a = 3";
You're overwriting the variable. I hope you understand that?
Reply


Messages In This Thread
Destroy Object - by Blackazur - 22.02.2014, 14:17
Re : Destroy Object - by S4t3K - 22.02.2014, 14:21
AW: Destroy Object - by Blackazur - 22.02.2014, 14:26
Re : Destroy Object - by S4t3K - 22.02.2014, 14:33
Re: Destroy Object - by BigGroter - 22.02.2014, 14:33
AW: Destroy Object - by Blackazur - 22.02.2014, 15:52
Re : Destroy Object - by S4t3K - 22.02.2014, 15:55
Re: AW: Destroy Object - by Vince - 22.02.2014, 16:00
Re : Destroy Object - by S4t3K - 22.02.2014, 16:06
AW: Re: AW: Destroy Object - by Blackazur - 22.02.2014, 16:14

Forum Jump:


Users browsing this thread: 3 Guest(s)