Vehicle::isCopInArea3D: 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.

5 May 2024

  • curprev 19:3419:34, 5 May 2024Shr0x talk contribs 591 bytes +591 Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''x1:''' {{RageType|number}} *'''x2:''' {{RageType|number}} *'''y1:''' {{RageType|number}} *'''y2:''' {{RageType|number}} *'''z1:''' {{RageType|number}} *'''z2:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.isCopInArea3D(x1, x2, y1, y2, z1, z2) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //to..."