When creating dynamic polygon
#1

I'm trying to create a dynamic area,using streamer plugin,and i'm making a dynamic polygon.
So first i made some points,stored in an array:
Code:
new Float:pArea [][] =
{
	{1323.5114,10.8203,158.5349},
	{1323.1530,10.8203,267.2626},
	{1342.7168,10.8203,357.8168},
	{1343.3971,10.8203,90.2510}
};
But,how do i put that into this:
Code:
CreateDynamicPolygon(Float:points[], Float:minz = -FLOAT_INFINITY, Float:maxz = FLOAT_INFINITY, maxpoints = sizeof points, worldid = -1, interiorid = -1, playerid = -1);
Reply


Messages In This Thread
When creating dynamic polygon - by Tagathron - 04.11.2013, 13:05
Re: When creating dynamic polygon - by Pottus - 04.11.2013, 13:18
Re: When creating dynamic polygon - by Tagathron - 04.11.2013, 13:31
Re: When creating dynamic polygon - by Vince - 04.11.2013, 13:39
Re: When creating dynamic polygon - by Tagathron - 04.11.2013, 13:48
Re: When creating dynamic polygon - by rayan khan - 02.11.2015, 08:34

Forum Jump:


Users browsing this thread: 1 Guest(s)