Recent content by Shnurok

  1. S

    How to get the ID or class

    Wow! Thank you, it really explains a lot! In such a case, is it possible to make a trigger that so would be activated when entering the server?
  2. S

    How to get the ID or class

    _Mi17 = typeOf _object == "Mi17_rockets_RU"; if (_Mi17) then { _object setObjectTexture [0, "#(rgb,8,8,3)color(0.1,0.2,0.3,1)"]; }; is also not working!:(
  3. S

    How to get the ID or class

    I made so: At the bottom of the file "dayz_server.pbo\compile\server_objectUpdate.sqf" added: if (_object isKindOf "Mi17_rockets_RU") then { _object setVehicleInit "this setObjectTexture [0, ""#(rgb,8,8,3)color(0.1,0.2,0.3,1)""];"; processInitCommands; }; It does not work. Help please!
  4. S

    How to get the ID or class

    Sorry for my English! :( How to get the vehicle ID or vehicle Class? I need to apply: setObjectTexture [0, "#(rgb,8,8,3)color(0.1,0.2,0.3,1)"]; to the vehicle with the class "Mi17_rockets_RU" and ID "123" Thanks in advance!
Back
Top