23.03.2012, 13:05
Take the coordinates from AddPlayerClasses and add them to the array, like in the "Declaring The Data" part.
These are the coordinates:
EDIT:
Let's say you have this AddPlayerClass part:
So you have to copy the x, y and z coordinates. That would be x=1958.3783, y=1343.1572 and z=15.3746.
Now to add them to the array:
Understand it ?
These are the coordinates:
pawn Код:
{213.55, 347.37, 37.58},
{458.63, 348.58, 57.38},
{753.39, 375.73, 83.75},
{753.58, 375.38, 38.38}
EDIT:
Let's say you have this AddPlayerClass part:
pawn Код:
AddPlayerClass(7, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
Now to add them to the array:
pawn Код:
{1958.3783, 1343.1572, 15.3746},