Advertisement
Guest User

Untitled

a guest
Aug 4th, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. waitUntil { !isNil ("PVDZ_plr_LoginRecord")};
  2. if (dayzPlayerLogin2 select 2) then
  3. {
  4. sleep 5;
  5. loadoutAction = player addaction [("<t color=""#0074E8"">" + ("Select Class") +"</t>"),"loadout\select.sqf","",5,false,true,"",""];
  6. sleep 4;
  7. cutText ["To select your loadout, just choose "loadout" on the Scroll menu", "PLAIN DOWN"];
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement