Advertisement
Guest User

Untitled

a guest
Oct 6th, 2021
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. id=1105;
  2. type="C_Nikos_aged";
  3. class CustomAttributes
  4. {
  5. class Attribute0
  6. {
  7. property="allowDamage";
  8. expression="_this allowdamage _value;";
  9. class Value
  10. {
  11. class data
  12. {
  13. class type
  14. {
  15. type[]=
  16. {
  17. "BOOL"
  18. };
  19. };
  20. value=0;
  21. };
  22. };
  23. };
  24. class Attribute1
  25. {
  26. property="enableSimulation";
  27. expression="if !(is3DEN) then {_this enablesimulation _value;};";
  28. class Value
  29. {
  30. class data
  31. {
  32. class type
  33. {
  34. type[]=
  35. {
  36. "BOOL"
  37. };
  38. };
  39. value=0;
  40. };
  41. };
  42. };
  43. nAttributes=2;
  44. };
  45. };
  46. class Item135
  47. {
  48. dataType="Object";
  49. class PositionInfo
  50. {
  51. position[]={25691.199,21.211159,21390.801};
  52. angles[]={0,2.4514022,0};
  53. };
  54. side="Civilian";
  55. flags=4;
  56. class Attributes
  57. {
  58. init="this enableSimulation false; this allowDamage false; this addAction[localize""STR_MAR_Station_Shop"",life_fnc_weaponShopMenu,""f_station_store""];this addAction[localize""STR_Shop_Station_Coffee"",life_fnc_virt_menu,""f_station_coffee""];"; this addAction["Rob the Gas Station",life_fnc_robstore];
  59. name="Station_shop_24";
  60. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement