Vehicle::isStreamedFor: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 May 2024

  • curprev 08:3008:30, 29 May 2024Shr0x talk contribs 784 bytes −2 No edit summary
  • curprev 08:2408:24, 29 May 2024Shr0x talk contribs 786 bytes +786 Created page with "{{ServersideJsFunction}} {{JSContainer| ===Required Params=== *'''player''' {{RageType|Player}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.isStreamedFor(player); </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> const vehicle = mp.vehicles.at(0); //find vehicle with id 0; const player = mp.players.at(13); //find player with id 13 if (vehicle.isStreamedFor(player)) { console.log(`Vehicle..."