[Ajuda] Pickups
#7

Quote:
Originally Posted by HeyHoLetsGo
Посмотреть сообщение
Manolin , tenta desse jeito:
pawn Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
    if(pickupid == PickupInterior)
    {
        if(PlayerToPoint(1.0, playerid,328.7309,-1515.4921,35.8672))
        {
            SetPlayerInterior(playerid, 3);
            SetPlayerPos(playerid, 288.745971,169.350997,1007.171875);
        }
    }
    if(pickupid == PickupSaida)
    {
        if(PlayerToPoint(1.0, playerid, 288.745971,169.350997,1007.171875))
        {
            SetPlayerInterior(playerid, 0);
            SetPlayerPos(playerid, 328.7309,-1515.4921,35.8672); //Da rua
        }
    }
    return 1;
}
Dps fala ae se funfou ...
Quando ele vai pra entrar no pickup, pickup desaparece.
Reply


Messages In This Thread
Pickups - by streafrom - 19.12.2012, 12:23
Re: Pickups - by DrTHE - 19.12.2012, 12:25
Re: Pickups - by streafrom - 19.12.2012, 12:33
Re: Pickups - by Nice-.- - 19.12.2012, 12:58
Re: Pickups - by HeyHoLetsGo - 19.12.2012, 13:09
Re: Pickups - by streafrom - 19.12.2012, 13:11
Re: Pickups - by streafrom - 19.12.2012, 13:23
Re: Pickups - by HeyHoLetsGo - 19.12.2012, 13:49

Forum Jump:


Users browsing this thread: 1 Guest(s)