Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
	/**--------------------------------------------------------------------------**\
<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);
  • Loading branch information
Crayder authored Nov 10, 2019
1 parent e7bf0a4 commit 2e4efce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Server/include/colandreas.inc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#define _colandreas_included
#pragma library colandreas

#define COLANDREAS_VERSION (10400) //a.b.c 10000*a+100*b+c
#define COLANDREAS_VERSION (10500) //a.b.c 10000*a+100*b+c
#define COLANDREAS (COLANDREAS_VERSION)

// Default extra ID types
Expand Down Expand Up @@ -1137,4 +1137,4 @@ Recommended loading order
There is currently no support for virtual worlds / interior or per player with streamer objects
*/
*/

0 comments on commit 2e4efce

Please sign in to comment.