01.06.2010, 19:20
Hello!
I wanna create random lotto numbers from 1-10. So i created this:
But now, the compiler writes this:
What's the problem with this? Please reply
Thanks
Nonameman
I wanna create random lotto numbers from 1-10. So i created this:
Код:
new Int:RandomLottoNumbers; //line 37 RandomLottoNumbers = random(10)+1;
Код:
\filterscripts\lotto.pwn(37) : warning 213: tag mismatch
Thanks
Nonameman