OnClientPlayerStuntFinish: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Dox'd)
(No difference)

Revision as of 15:35, 6 December 2007

This event is triggered whenever the local player finishes a vehicle stunt.

Parameters

string stuntType, int stuntTime, float stuntDistance
  • stuntType: the type of stunt the player just performed. Valid types are:
    • 2wheeler
    • wheelie
    • stoppie
  • stuntTime: the number of miliseconds the stunt lasted.
  • stuntDistance: the distance traveled while doing the stunt.

Source

The source of this event is the local player.

Example

See Also