Skip to content

AFI viewdistance

tuntematonjr edited this page Dec 12, 2023 · 2 revisions

To limit player max view distance, set this variable for clients (no need for setting it for server).

You can put this in initPlayerLocal.sqf

afi_viewdistance_max  = 1000; // Set maximum view distance (default: 12000)
Clone this wiki locally