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