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).
- 08:24, 29 May 2024 Shr0x talk contribs created page Vehicle::isStreamedFor (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...")