onPlayerFailedVehicleEntry

From Liberty Unleashed Wiki
Revision as of 02:38, 15 April 2011 by Juppi (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Home   |   Squirrel Scripting   |   Server Functions   |   Server Events   |   Client Functions   |   Client Events

This event is called when a player fails an attempt to enter a vehicle (either the player walks away or the vehicle moves further).

Syntax

  1. function onPlayerFailedVehicleEntry( Player player, Vehicle vehicle, int seat )

Arguments

  • player - The player who attempted to enter a vehicle
  • vehicle - Vehicle which the player attempted to enter
  • seat - The seat of the vehicle the player was going to enter

Returns

This event does not handle return values.

Example

Some explanation here

This function needs an example. You can help us complete the wiki by writing one, or maybe even more :o
  1.  
  2. -- todo
  3.  

Notes

-- List of used functions and other notes here.

Related Events

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox