Advertisement
Guest User

Untitled

a guest
Apr 26th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. if (!synco_pula) then {
  2.  
  3. if (life_copLevel < 1) exitWith {
  4.  
  5. hint "Non sei un membro del dipartimento dello sceriffo!";
  6.  
  7. synco_pula = false
  8. synco_med = false
  9. synco_civ = true
  10.  
  11. } else {
  12.  
  13. hint "Benvenuto, collega";
  14.  
  15. [] call life_core_initCop
  16.  
  17. synco_pula = true
  18. synco_med = false
  19. synco_civ = false
  20. };
  21. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement