Advertisement
Guest User

Untitled

a guest
Aug 4th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if (!isDedicated) then {
  2. waitUntil { !isNil ("PVDZ_plr_LoginRecord") and
  3. (player getVariable ["humanity",0] > 5000 and
  4. typeOf player == "Survivor2_DZ") or
  5. (player getVariable ["humanity",0] < -2000 and
  6. (typeOf player == "Bandit1_DZ" or typeOf player == "BanditW1_DZ")) or
  7. (player getVariable ["humanity",0] > 0 and
  8. (typeOf player == "Survivor2_DZ" or typeOf player == "SurvivorW2_DZ"))
  9. };
  10. if (dayzPlayerLogin2 select 2) then
  11. {
  12. sleep 5;
  13. loadoutAction = player addaction [("<t color=""#0074E8"">" + ("Select Class") +"</t>"),"loadout\select.sqf","",5,false,true,"",""];
  14. sleep 4;
  15. cutText ["To select your loadout, just choose "loadout" on the Scroll menu", "PLAIN DOWN"];
  16. }
  17. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement