SetObjectModel

From Multi Theft Auto: Wiki
Revision as of 04:24, 3 October 2006 by JonChappell (talk | contribs)
Jump to navigation Jump to search

This sets a new object model to the specified element.

Syntax

bool setObjectModel ( element object, int id )        

Required Arguments

  • object: A valid element.
  • id: An int specifying the model id.

Returns

Returns true if the model change was successful, false otherwise.

Example

This example does...

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

See Also