[HELP]2D variable problem.
#2

That should work.. Although the last value of an array doesn't have a ","

So..

pawn Код:
new Float:Cams[4][6] =
{ //Cam Co-Ordinates      //Spawn Co-Ordinates
    {xxx,xxx,xxx , xxxx,xxxx,xxxx},
    {xxx,xxx,xxx , xxxx,xxxx,xxxx},
    {xxx,xxx,xxx , xxxx,xxxx,xxxx},
    {xxx,xxx,xxx , xxxx,xxxx,xxxx} //No "," here
};
Reply


Messages In This Thread
[HELP]2D variable problem. - by Ronaldo_raul™ - 19.06.2012, 09:56
Re: [HELP]2D variable problem. - by FUNExtreme - 19.06.2012, 10:10
Re: [HELP]2D variable problem. - by Ronaldo_raul™ - 19.06.2012, 10:13
Re: [HELP]2D variable problem. - by FUNExtreme - 19.06.2012, 10:24
Re: [HELP]2D variable problem. - by Ronaldo_raul™ - 25.06.2012, 16:22

Forum Jump:


Users browsing this thread: 1 Guest(s)