[Ajuda]
#8

vc vai ter que pegar as cordenadas e
pawn Код:
//ongamemodeinit
CreatePickup(1239,1,1554.9597,-1675.5293,16.1953);//coordenadas da pm ls
//onplayerkeystatechange
pawn Код:
if(newkeys == KEY_SECONDARY_ATTACK)// enter ou f
    {
        if(!IsPlayerInAnyVehicle(playerid))
        {
           
            if(IsPlayerInRangeOfPoint(playerid,2,1554.9597,-1675.5293,16.1953))//entrada dp
            {
                SetPlayerInterior(playerid,6);
                SetPlayerPos(playerid,246.8776,63.2193,1003.6406);
                SetPlayerFacingAngle(playerid,175.6011-180);
                SetCameraBehindPlayer(playerid);
                //SetarInfo(playerid,"Departamento de Policia");
                return 1;
            }
        }
     }
}
Reply


Messages In This Thread
[Ajuda] - by Laercio - 23.11.2011, 22:10
Re: [Ajuda] - by Dolby - 23.11.2011, 22:12
Re: [Ajuda] - by [R] ousenber [K] - 23.11.2011, 22:12
Re: [Ajuda] - by BlackCoder - 23.11.2011, 22:13
Re: [Ajuda] - by Laercio - 23.11.2011, 22:14
Re: [Ajuda] - by StreetGT - 23.11.2011, 22:19
Re: [Ajuda] - by Dolby - 23.11.2011, 22:19
Re: [Ajuda] - by BlackCoder - 23.11.2011, 22:20
Re: [Ajuda] - by StreetGT - 23.11.2011, 22:25
Re: [Ajuda] - by BlackCoder - 23.11.2011, 22:30

Forum Jump:


Users browsing this thread: 1 Guest(s)