OnPickupCollected

From GTA Connected
Revision as of 11:00, 14 October 2020 by Mex (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Event Client Only icon-iii.png icon-vc.png icon-sa.png icon-iv.png Online and Offline Not Cancellable

Available since Client 1.2.0

function(Event event, Pickup pickup, Ped ped)

The OnPickupCollected event is invoked when a pickup is collected. A pickup can be collected by a player or a vehicle, depending on the pickup's type.

Parameters

1) Event event The event object for this event.
2) Pickup pickup The pickup that was collected.
3) Ped ped The ped that collected the pickup.

Attributes

const This event cannot be cancelled.

Notes

Examples

There aren't any examples for this event.

Compatibility

There isn't any compatibility information for this event.

Related

Client Related

icon-iii.png icon-vc.png icon-sa.png OnPickupCollected