07.03.2014, 20:38
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 );