Help with Arrays
#1

I dont know the problem, when i put the simple coordinates all is good but when im using Array my position is some in the air...

pawn Код:
new
    Float:INTERIOR_SPAWN[][ 3 ] =
    {
    //-----------------------------[ 24 / 7's ]---------------------------------
        { -25.884498, 185.868988, 1003.546875 }
    }
;
pawn Код:
SetPlayerPos( playerid, INTERIOR_SPAWN[ 0 ][ 0 ], INTERIOR_SPAWN[ 0 ][ 1 ], INTERIOR_SPAWN[ 0 ][ 2 ] );

    SetPlayerInterior( playerid, 17 );
Reply


Messages In This Thread
Help with Arrays - by shulk - 07.03.2014, 20:38
Re: Help with Arrays - by Konstantinos - 07.03.2014, 20:49
Re: Help with Arrays - by shulk - 08.03.2014, 08:23

Forum Jump:


Users browsing this thread: 1 Guest(s)