Skip to content

v1.4.1 draft

Compare
Choose a tag to compare
@Crayder Crayder released this 12 Sep 22:47
· 29 commits to master since this release
b2d5f09

With added support for custom DL models.

/**--------------------------------------------------------------------------**\
<summary>
	CA_LoadFromDff
</summary>
<param name="newid">Custom model id to be added to col. pool</param>
<param name="dffFileName">Dff file path you want to load its collision</param>
<returns>
	-1 if plugin couldn't find/open file (relatd to permissions or wrong path)
	0 if dff file had no collision or corrupted data
	1 if loading dff file and reading collision data was successful
</returns>
<remarks>
	Loads collision from given dff file to support SA-MP 0.3DL custom models.
</remarks>
\**--------------------------------------------------------------------------**/
native CA_LoadFromDff(newid, const dffFileName[]);