Enums help
#1

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.

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"}
};
Reply


Messages In This Thread
Enums help - by PaulDinam - 12.06.2013, 22:09
Re: Enums help - by Vince - 12.06.2013, 22:34
Re: Enums help - by PaulDinam - 12.06.2013, 22:38
Re: Enums help - by ReVo_ - 12.06.2013, 22:38
Re: Enums help - by PaulDinam - 12.06.2013, 22:44

Forum Jump:


Users browsing this thread: 1 Guest(s)