When wind set to 0, flag waving animation starts skipping.
Description
Description
Details
Details
- Legacy ID
- 252426872
- Severity
- None
- Resolution
- Open
- Reproducibility
- Always
- Category
- Game Physics
Steps To Reproduce
start dedicated server
spawn flagpole om the client
_flag = "FlagPole_F" createVehicle (position player);
_flag setFlagTexture "\a3\data_f\Flags\flag_blue_co.paa";
set wind to 0 on the server
setWind [0,0,true];
wait until wind is 0 and observer the flag skipping.