Advertisement
Guest User

Untitled

a guest
Nov 15th, 2013
1,008
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. new Inicio = random(2);
  2.  
  3. new bool:BielFicaSemCamisa;
  4. new bool:DannielSeAssusta;
  5. new bool:CocaColaFicaComTesao;
  6. new bool:LkPira;
  7.  
  8. if(Inicio == 1)
  9. {
  10. BielFicaSemCamisa = true;
  11. }
  12. else
  13. {
  14. BielFicaSemCamisa = false;
  15. }
  16. if(BielFicaSemCamisa == true)
  17. {
  18. DannielSeAssusta = true;
  19. CocaColaFicaComTesao = true;
  20. LkPira = true;
  21. }
  22. else
  23. {
  24. DannielSeAssusta = false;
  25. CocaColaFicaComTesao = false;
  26. LkPira = false;
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement