13.04.2014, 22:19
The compiler does constant math. This means that you will just end up with:
You can't write an if-statement without some kind of variable.
pawn Код:
if(false)
{
return 14;
}
else
{
return 15;
}