31.12.2014, 00:56
I want to save pos player and use them in CreateDynamicPolygon (points [] ....
We all do it using an array for example
. I want to set Polygons on the server, not in the way.
We all do it using an array for example
Код:
new Float:Points[12] = {2305.5264, 1783.7133, 2305.5264, 1882.6989, 2167.5994, 1882.6989, 2167.5994, 1859.0988, 2128.2075, 1783.7133, 2305.5264, 1783.7133}; AdminHQArea = CreateDynamicPolygon(Points, 5.0, 15.0, sizeof(Points));