UsePickup

From Multi Theft Auto: Wiki
Revision as of 11:47, 28 February 2008 by EAi (talk | contribs)
Jump to navigation Jump to search

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...