Scripting/Squirrel/Functions/SetVehiclesForcedRespawnHeight: Difference between revisions
Jump to navigation
Jump to search
This wiki is using an old backup from 2020
Some information may be old/missing
(this function will set vehicles forced respawnheight) |
No edit summary |
||
Line 1: | Line 1: | ||
This function will set the vehicles forced respawn height in the game. | |||
== Syntax == | == Syntax == | ||
Line 8: | Line 10: | ||
* ''int'' '''height''' - The height | * ''int'' '''height''' - The height | ||
== Example == | |||
{{Scripting/Needs_Example}} | |||
=== Notes === |
Revision as of 14:09, 6 March 2016
This function will set the vehicles forced respawn height in the game.
Syntax
SetVehiclesForcedRespawnHeight( height )
Arguments
- int height - The height
Example
This page needs an example. We will try our best to complete the wiki as soon as possible.