Skip to content

Commit

Permalink
Fix painted vehicles not showing up immediately
Browse files Browse the repository at this point in the history
Thanks @iben
  • Loading branch information
oiad committed Aug 19, 2017
1 parent 7d78468 commit 3b18c7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dayz_server/compile/garage/server_spawnVehicle.sqf
Expand Up @@ -144,7 +144,9 @@ _query1 = format["DELETE FROM garage WHERE ID='%1'",_id];
_clrinit2 = format ["#(argb,8,8,3)color(%1)",_colour2];
_object setVehicleInit "this setObjectTexture [1,"+str _clrinit2+"];";
};


processInitCommands;

_characterID = str(_characterID);
_object setVariable ["CharacterID", _characterID, true];

Expand Down

0 comments on commit 3b18c7f

Please sign in to comment.