Anyone know how to add a picture to the billboard called in this script?
looked at the way they do it in Altis life but doesn't seem to work the same way?
diag_log format['Custom %1 - Starting billboards.sqf',time];
_pos = [13102.2, 10143.8, 0];
_object = createVehicle ["Land_Billboard_F", _pos, [], 0, "CAN_COLLIDE"];
_object setDir 185.52;
_object setPosATL _pos;
Cheers guys