OnPickupCollected: Difference between revisions

no edit summary
No edit summary
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{ScriptItem
{{ScriptItem2
|endpoint = client
|name = OnPickupCollected
|side = shared
|type = event
|type = event
|name = OnPickupCollected
|games = iii vc sa
|usage = a pickup is collected. A pickup can be collected by a player or a vehicle, depending on the pickup's type
|desc = a pickup is collected. A pickup can be collected by a player or a vehicle, depending on the pickup's type
|callbackParameters = Event event, Pickup pickup, Ped ped
|arg1 = Pickup pickup The pickup that was collected
|parameter1 = Pickup pickup The pickup that was collected
|arg2 = Ped ped The ped that collected the pickup
|parameter2 = Ped ped The ped that collected the pickup
|note = [https://wiki.gtaconnected.com/Resources/GTAVC/Pickups VC Pickup Types]
|cancellable = false
|cancel = false
|since=1.2.0
|sinceSS = 1.2.0
|notes = [https://wiki.gtaconnected.com/Resources/GTAVC/Pickups VC Pickup Types]
|sinceCS = 1.2.0
}}
}}
6,833

edits