if statement / condition
#3

It means if it's true.
pawn Код:
if(somecondition)
{
    //somecondition returns true;
}
pawn Код:
if(!somecondition)
{
    //somecondition returns false;
}
Reply


Messages In This Thread
if statement / condition - by thefatshizms - 24.12.2012, 18:27
Re: if statement / condition - by Typhome - 24.12.2012, 18:29
Re: if statement / condition - by Konstantinos - 24.12.2012, 18:31
Re: if statement / condition - by thefatshizms - 24.12.2012, 18:33

Forum Jump:


Users browsing this thread: 1 Guest(s)