08.03.2013, 11:30
Hey everyone , imagine we have a code like this :
the server will check if condition 1 is true then stop and will not contunue or will contunue and check if the player has the two condition ?
thank you
pawn Код:
if(adminlevel>1 or what ever) //cond1
{
//things
}
if(blabla)//cond2
{
}
thank you