Scripting/Squirrel/Functions/Vehicle.Health: Difference between revisions

From Vice City Multiplayer
Jump to navigation Jump to search
Caution icon
This wiki is using an old backup from 2020
Some information may be old/missing
(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...")
 
No edit summary
Line 10: Line 10:
MessagePlayer("Your cars health is " + veh.Health + "", player);
MessagePlayer("Your cars health is " + veh.Health + "", player);
}</pre>
}</pre>
== Related Functions ==
{{Scripting/Squirrel/Functions/Vehicle_Functions}}
[[Category:Scripting/Squirrel/Functions/Vehicle_Functions]]

Revision as of 22:03, 30 January 2017