All public logs

Combined display of all available logs of RAGE Multiplayer Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 17:14, 22 April 2024 Shr0x talk contribs created page Vehicle::setDriftTyresEnabled (Created page with "{{JSContainer| === Required Arguments === *'''handle:''' Vehicle handle *'''enable:''' Boolean ===Return value=== *'''void''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.setDriftTyresEnabled(handle, enable); </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> const vehicle = mp.vehicles.atRemoteId(0); //get vehicle with remote id 0 if (!vehicle || !mp.vehicles.exists(vehicle)) return; //if the vehicle don't exist we return here //Ve...")