Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/07/19 in all areas

  1. It's almost certainly Harry Talks. If it isn't him, then someone parroting him.
    1 point
  2. Two statements if(daTimer == 0){ // Timer done run code. daTimer = -1; }else if(daTimer > 0){ daTimer--; } There's literally no need to set it to -1 if its less than -1, as if it is less than -1, you don't do anything anyway.
    1 point
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.