Destroy Object
#10

Quote:
Originally Posted by Vince
Посмотреть сообщение
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?
And how can i change it that it deletes all this objects if i used this command twice?
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: 7 Guest(s)