GTA V NativesgraphicsGraphics::setForcePedFootstepsTracksOn this pageGraphics::setForcePedFootstepsTracksForces footstep tracks on all surfaces. Syntax ```js mp.game.graphics.setForcePedFootstepsTracks(toggle); ``` Required Arguments toggle: Boolean Return value Undefined Example ```js // todo ``` See also