Files
Examples/SQF (arma)/Car%20Workshop.Altis/workshop.sqf
2019-04-28 22:42:37 +01:00

11 lines
232 B
Plaintext

hint "Okay, this is epic";
private _dialouge = createDialog "MyDialog";
private _carTextures; // Get available textures of car
waitUntil { !_dialouge };
hint "closed";
// Car setObjectTexture [ 0, "#(rgb,8,8,3)color(1,0,0,1)" ]