09.04.2011, 17:39
pawn Код:
command(airport, playerid, params[])
{
#pragma unused params
if( IsPlayerInRangeOfPoint( playerid, 5.0, -1407.09, -300.28, 14.15))
{
SetPlayerInterior( playerid, 1 );
SetPlayerPos( playerid, 620.584, -596.347, 16.945 );
}
else if( IsPlayerInRangeOfPoint( playerid, 5.0, -1407.09, -300.28, 14.15))
{
SetPlayerInterior( playerid, 1 );
SetPlayerPos( playerid, 620.584, -596.347, 16.945 );
}
return SendClientMessage( playerid, -1, "You're not in the right position." );
}