04.11.2013, 13:05
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:
But,how do i put that into this:
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}
};
Code:
CreateDynamicPolygon(Float:points[], Float:minz = -FLOAT_INFINITY, Float:maxz = FLOAT_INFINITY, maxpoints = sizeof points, worldid = -1, interiorid = -1, playerid = -1);


