Scripting/Squirrel/Functions/Vehicle.Health: Revision history

Jump to navigation Jump to search
Caution icon
This wiki is using an old backup from 2020
Some information may be old/missing

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

26 April 2019

30 January 2017

13 February 2016

  • curprev 11:5811:58, 13 February 2016Ultimatejugo talk contribs 186 bytes +186 Created page with " == Syntax == <pre>Vehicle.Health();</pre> == Example == <pre>if (cmd == "carhp") { local veh = player.Vehicle; MessagePlayer("Your cars health is " + veh.Health + "", playe..."