Help me out with warning 228
#2

Try this
pawn Код:
enum tdmCameraPos
{
    Float: tCamX,
    Float: tCamY,
    Float: tCamZ,
    Float: tLookX,
    Float: tLookY,
    Float: tLookZ,
}

new TDMs_Camera_Info[2][tdmCameraPos] = {
{3864.5346, -2012.9477, 36.7410, 3858.5166, -2004.9614, 32.6736},
{3864.5346, -2012.9477, 36.7410, 3858.5166, -2004.9614, 32.6736}
};

printf("%f", TDMs_Camera_Info[0][tCamX]);
Reply


Messages In This Thread
Help me out with warning 228 - by Emre__ - 04.08.2014, 20:20
Re: Help me out with warning 228 - by ViniBorn - 04.08.2014, 21:29

Forum Jump:


Users browsing this thread: 1 Guest(s)