RestoreWorldModel

From Multi Theft Auto: Wiki

Jump to: navigation, search

This function allows restoring of world object,which was removed with RemoveWorldModel.

Syntax

bool restoreWorldModel ( int modelID, float radius, float x, float y, float z )

Returns

Returns true if the world object was restored, false otherwise.

Requirements

Minimum supported server 1.2.0-9.03618
Minimum supported client 1.2.0-9.03618
Note: Using this function requires the resource to have the above minimum version declared in the meta.xml <min_mta_version> section.

See Also

FROM VERSION 1.3.1 ONWARDS