document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. new BielGordo = random(2);
  2. new bool:BielEstaGordo;
  3.  
  4. if(BielGordo == 0)
  5. {
  6. BielEstaGordo = true;
  7. }
  8. else
  9. {
  10. BielEstaGordo = false;
  11. }
');