Help since const
#1

Hey i want to use the Since Const for coordinates( Dynamic Interiors )...

pawn Код:
enum IntEnt { Float:I_COORDS[ 3 ], INT_ID };

static const
    IntNfo[ 1 ][ IntEnt ] = {

    //-----------------------------[ 24 / 7's ]---------------------------------

    { { -25.884, -35.095, -3.397 },                                         17 }

};
And when i use this it putting me on the 0,0,0 coordinates, i dont know the problem...
pawn Код:
SetPlayerPos( playerid, IntNfo[ 0 ][ I_COORDS ][ 0 ], IntNfo[ 0 ][ I_COORDS ][ 1 ], IntNfo[ 0 ][ I_COORDS ][ 2 ] );
Reply


Messages In This Thread
Help since const - by shulk - 08.03.2014, 15:52
Re: Help since const - by Misiur - 08.03.2014, 16:05
Re: Help since const - by Pottus - 08.03.2014, 16:08
Re: Help since const - by shulk - 08.03.2014, 17:20
Re: Help since const - by Misiur - 08.03.2014, 17:32
Re: Help since const - by shulk - 08.03.2014, 17:41
Re: Help since const - by Pottus - 08.03.2014, 17:59
Re: Help since const - by shulk - 08.03.2014, 18:22
Re: Help since const - by shulk - 09.03.2014, 11:16

Forum Jump:


Users browsing this thread: 1 Guest(s)