SetVehicleDoorsUndamageable: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
__NOTOC__  
__NOTOC__  
{{Server client function}}
This function is used to make a cars doors undamageable.
This function is used to make a cars doors undamageable.



Revision as of 16:14, 13 August 2007

This function is used to make a cars doors undamageable.

Syntax

bool setVehicleDoorsUndamageable ( vehicle thevehicle, bool state )

Required Arguments

  • thevehicle: The vehicle of which you wish to set the car door damageability.
  • state: true or false.

Returns

Returns true if successful, false otherwise.

Example

This example does...

--This line does...
blabhalbalhb --abababa
--This line does this...
mooo

See Also

Template:FunctionArea functions -- leave this unless you complete the function