Whats wrong with this?
#3

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." );
}
Reply


Messages In This Thread
Whats wrong with this? - by patfay - 09.04.2011, 17:34
Re: Whats wrong with this? - by Stigg - 09.04.2011, 17:37
Re: Whats wrong with this? - by Cypress - 09.04.2011, 17:39
Re: Whats wrong with this? - by playbox12 - 09.04.2011, 17:41
Re: Whats wrong with this? - by patfay - 09.04.2011, 17:42
Re: Whats wrong with this? - by Cypress - 09.04.2011, 17:44
Re: Whats wrong with this? - by patfay - 09.04.2011, 17:46

Forum Jump:


Users browsing this thread: 2 Guest(s)