12.06.2013, 22:09
I made something like that:
tCameraSpot and tCameraLookAt has three spaces, array.
I tried to set their variables through the new TutorialPlaces and it didn't work out.
tCameraSpot and tCameraLookAt has three spaces, array.
I tried to set their variables through the new TutorialPlaces and it didn't work out.
pawn Код:
enum TUT_SPOTS
{
Float:tCameraSpot[3],
Float:tCameraLookAt[3],
tText[128]
}
new TutorialPlaces[][TUT_SPOTS] = {
{1668.3604,-2308.7495,-0.1835, 1644.9135,-2329.9458,-2.6797, "Airport test 1"},
{1721.4801,-2264.8171,-0.1987, 1741.2997,-2251.1802,-2.8516,-2.6797, "Airport test 2"}
};