introRules problem
#3

You are constantly overwriting the previous one. It's the same as doing

pawn Код:
a = 42;
a = 43;
a = 44;

print("%d", a);
If it seems logical what happens here, then why can't it be logical what happens in your code?
Reply


Messages In This Thread
introRules problem - by [..MonTaNa..] - 30.05.2013, 23:32
Re: introRules problem - by [..MonTaNa..] - 31.05.2013, 11:04
Re: introRules problem - by Vince - 31.05.2013, 11:42
Re: introRules problem - by HuSs3n - 31.05.2013, 11:56
Re: introRules problem - by [..MonTaNa..] - 31.05.2013, 12:49
Re: introRules problem - by [..MonTaNa..] - 31.05.2013, 14:32
Re: introRules problem - by [..MonTaNa..] - 01.06.2013, 01:15
Re: introRules problem - by DerickClark - 01.06.2013, 01:18
Re: introRules problem - by [..MonTaNa..] - 01.06.2013, 02:23

Forum Jump:


Users browsing this thread: 1 Guest(s)