08.03.2014, 15:52
Hey i want to use the Since Const for coordinates( Dynamic Interiors )...
And when i use this it putting me on the 0,0,0 coordinates, i dont know the problem...
pawn Код:
enum IntEnt { Float:I_COORDS[ 3 ], INT_ID };
static const
IntNfo[ 1 ][ IntEnt ] = {
//-----------------------------[ 24 / 7's ]---------------------------------
{ { -25.884, -35.095, -3.397 }, 17 }
};
pawn Код:
SetPlayerPos( playerid, IntNfo[ 0 ][ I_COORDS ][ 0 ], IntNfo[ 0 ][ I_COORDS ][ 1 ], IntNfo[ 0 ][ I_COORDS ][ 2 ] );