• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lets Count To 666 (Jumps of 6)

Status
Not open for further replies.
PHP:
<?PHP
     $multiplyPostCount = ((getPostCount - 1) * 6);
     if(getPostCount < 110) {
          echo $multiplyPostCount;
     }
     elseif(getPostCount == 110) {
          echo $multiplyPostCount . ". Yeah, that's right, I won.";
     }
     else {
          echo "The game is already done, there is a winner.";
     }
?>

We're at 300 now......
 
Last edited:
Status
Not open for further replies.
Back
Top