Player::setPlayerCanDoDriveBy

From RAGE Multiplayer Wiki
Revision as of 21:30, 6 May 2017 by Marty uploader (talk | contribs) (yay)

Set whether this player should be able to do drive-bys.

'A drive-by is when a ped is aiming/shooting from vehicle. This includes middle finger taunts. By setting this value to false I confirm the player is unable to do all that. Tested on tick.' - THEAETIK

Syntax

mp.game.player.setPlayerCanDoDriveBy(toggle);

Required Arguments

  • toggle: Boolean

Return value

  • Undefined

Example

// todo

See also