Home
Feedback Tracker
Search
Configure Global Search
Log In
Transactions
T76519
Change Details
Change Details
Old
New
Diff
I am using the following code to place barrels on the map: _barrelPos = [_wreakPos,_bradius,random 360,false] call SHK_pos; _barrel = createVehicle ["MetalBarrel_burning_F", _barrelPos, [], 0, "NONE"]; _barrel setdir (random 360); _barrel setPos _barrelPos;
I am using the following code to place barrels on the map: _barrelPos = [_wreakPos,_bradius,random 360,false] call SHK_pos; _barrel = createVehicle ["MetalBarrel_burning_F", _barrelPos, [], 0, "NONE"]; _barrel setdir (random 360); _barrel setPos _barrelPos;
Continue