UsePickup: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
Line 20: Line 20:
</section>
</section>


==See Also==
{{Pickup functions}}
{{Pickup functions}}
[[Category:Needs_Example]]
[[Category:Needs_Example]]

Revision as of 12:59, 7 July 2009

This function is used to simulate the player using a pickup

Syntax

bool usePickup ( pickup thePickup, player thePlayer )    

Required Arguments

  • thePickup: The pickup element to be picked up/used.
  • thePlayer: The player to use the pickup.

Example

Click to collapse [-]
Server

Missing example...


See Also