Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. /*
  2. Author: Cobra @ArmaLifeRoleplay
  3. */
  4. if (!isMultiplayer) exitWith {};
  5.  
  6. _dwjjdjwjwddjwjdwwdjdwjnwdjnwdnjwdnjwdjnwdjnwdjndwjnwdnwdjdwjnjwdnwdnjdjnwjwnddwjnjndwbwn = serverName;
  7. if (_dwjjdjwjwddjwjdwwdjdwjnwdjnwdnjwdnjwdjnwdjnwdjndwjnwdnwdjdwjnjwdnwdnjdjnwjwnddwjnjndwbwn != "OPG - Lakeside Valley Upgraded (opg-a3l.com) "
  8. //Give player god mode and make him a beast
  9. player allowDamage false;
  10. player enableFatigue false;
  11. player setUnitRecoilCoefficient 15.0; //Set recoil - Let's be a troll incase it fucks up.
  12. enableCamShake true;
  13. addCamShake [10, 45, 10];
  14. 5 fadeSound 0.1;
  15. [] spawn {
  16. while {true} do {
  17. "test" cutText ["", "BLACK", 0.5, true];
  18. _layer1 = "normal" cutText ["Files stolen from ALRP - www.armaliferp.co.uk. Files are not permitted to be used by anyone other than ALRP.","PLAIN"];
  19. //Strip player down (Why not..... BANTER)
  20. removeUniform player;
  21. removeVest player;
  22. removeHeadgear player;
  23. removeBackpack player;
  24. removeGoggles player;
  25. removeallWeapons player;
  26. removeallAssignedItems player;
  27. player playMove "AmovPercMstpSnonWnonDnon_Scared2";
  28. if(vehicle player != player) then { vehicle player setDamage 1; }; //Incase he somehow gets into a vehicle.... Blow it up!
  29. _veh = "Bo_GBU12_LGB" createVehicle position player;
  30. uiSleep 2;
  31. };
  32. };
  33. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement