Walking out of a pickup?
#1

How would I detect that without using a timer?

I have..

pawn Code:
public OnPlayerPickUpPickup(playerid, pickupid)
{
    if( pickupid == hospital )
    {
        TextDrawShowForPlayer( playerid, EnterTD );
    }
    return 1;
}
How would I detect if they leave that pickup without using a timer to cross reference their position?
Reply


Messages In This Thread
Walking out of a pickup? - by 2KY - 23.05.2012, 01:17
Re: Walking out of a pickup? - by iGetty - 23.05.2012, 01:18
Re: Walking out of a pickup? - by 2KY - 23.05.2012, 01:19
Re: Walking out of a pickup? - by iGetty - 23.05.2012, 01:20
Re: Walking out of a pickup? - by Jonny5 - 23.05.2012, 01:40

Forum Jump:


Users browsing this thread: 2 Guest(s)