Dump var?
#5

Quote:
Originally Posted by vassilis
Посмотреть сообщение
Why would you need to delete a variarble? If you want to delete it then don't create it at all.
Maybe I need to create var which will connect two callbacks?

Код:
new var;

stock a()
{
....
var = xxx;
....
b();
....
return (true);
}

stock b()
{
....
if(a==xxx)
{ .... }
else
{ .... }
....
return (true);
}
Reply


Messages In This Thread
Dump var? - by vannesenn - 13.12.2015, 17:50
Re: Dump var? - by Vince - 13.12.2015, 18:00
Re: Dump var? - by vannesenn - 13.12.2015, 21:16
Re: Dump var? - by vassilis - 13.12.2015, 21:21
Re: Dump var? - by vannesenn - 13.12.2015, 21:28
Re: Dump var? - by DRIFT_HUNTER - 13.12.2015, 21:31
Re: Dump var? - by Vince - 13.12.2015, 21:38
Re: Dump var? - by vannesenn - 13.12.2015, 21:43

Forum Jump:


Users browsing this thread: 2 Guest(s)