Handling Editor

From Multi Theft Auto: Wiki
Jump to navigation Jump to search

The handling editor is an open source handling editor for the MTA 1.1 handling branch. The handling editor is also known as heditor or ahe.

Links

Name Link
Google Code Page http://www.code.google.com/p/hedit/
Forum Post http://forum.mtasa.com/viewtopic.php?f=108&t=30494

Users

Name Role
Remi-X Owner
Qais Committer

Functions

importModelHandling


Syntax

bool importModelHandling( int modelID, table data )

Required Arguments

modelID: The model id of what you want to import all handling data to (integer) data: The data of which you wish the handling of the vehicle to (table)

Returns

Returns true if the handling was set successfully, false otherwise.