Skip to content

Tags: Pottus/ColAndreas

Tags

1.5.0

Toggle 1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.5.0

	/**--------------------------------------------------------------------------**\
<summary>
	CA_RestoreBuilding
</summary>
<param name="modelid">The removed model to be restored</param>
<param name="Float:x, Float:y, Float:z">The coordinates in which the objects will be restored</param>
<param name="Float:radius">The radius around the specified point to restore from</param>
<returns>
	0 when the map is not initialized
	1 when successfully restored
</returns>
<remarks>
    You must use this function after using `CA_Init`
</remarks>
\**--------------------------------------------------------------------------**/
native CA_RestoreBuilding(modelid, Float:x, Float:y, Float:z, Float:radius);

1.4.1

Toggle 1.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #71 from AmyrAhmady/master

fix custom model refs initialization loop

v1.4.0.3

Toggle v1.4.0.3's commit message
Correction

Addressing conversation @043f184ff2cb074eb847a32ffdcc12c9142492e0 comments.

v1.4.0

Toggle v1.4.0's commit message
Rename the default EXTRA id definitions.

v1.3.0

Toggle v1.3.0's commit message
Revert "getMotionState()"

This reverts commit 67bbb1c.
CA_SetObjectPos seems to stop working with this commit.

1.2

Toggle 1.2's commit message
Gitignore

1.1

Toggle 1.1's commit message
Create folders for Linux builds

Keeping pre-compiled releases organized to avoid confusion

1.0

Toggle 1.0's commit message
Update

Fixed issue with CA_RayCastLineAngle()
Updated colandreas.inc it was an older version