20.10.2012, 18:15
What's wrong with this?
pawn Код:
new Float:fPolyPoints[] =
{
1995.8484,1545.3135,
1958.4135,1528.4357,
1959.7385,1525.1604,
1995.8484,1541.0330,
1995.8484,1545.3135
};
public OnGameModeInit()
{
Bridge = CreateDynamicPolygon((fPolyPoints[0],fPolyPoints[1],fPolyPoints[2],fPolyPoints[3],fPolyPoints[4],fPolyPoints[5],fPolyPoints[6],fPolyPoints[7],fPolyPoints[8],fPolyPoints[9]), 13.1859, 21.1337);
}