Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

Commit

Permalink
Added process statement stored using setVehicleInit
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Benes committed Aug 19, 2017
1 parent 42dbc58 commit 682f99a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -299,6 +299,7 @@ if ((playersNumber west + playersNumber civilian) == 0) exitWith {
_clrinit2 = format ["#(argb,8,8,3)color(%1)",_pcolor2];
_object setVehicleInit "this setObjectTexture [1,"+str _clrinit2+"];";
};
processInitCommands;
};
};
// =======================================================================
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# Paint Vehicles

**Last update: [2017-05-25], v1.1** ([see changelog](#changelog))
**Last update: [2017-08-19], v1.1** ([see changelog](#changelog))

---

Expand Down

0 comments on commit 682f99a

Please sign in to comment.