Advertisement
Erwannc

Untitled

Jul 21st, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. if (Side Player isequalto civilian) exitwith {};
  2. if (license_civ_driver) exitwith {hint"Vous avez deja le permis"};
  3. if (life_atmcash<949) exitwith {hint"Vous n avez pas assez d argent"};
  4. if (life_atmcash > 949) then {
  5. hint "Debut du test ...";
  6. life_atmcash = life_atmcash - 950;
  7. moniteur = "C_SUV_01_F" createvehicle [getpos autoecole select 0, getpos autoecole select 1];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement