Detecting if player is on a pickup
#4

Maybe you can try this?
pawn Код:
//OnPlayerPickupPickup
{
    if(pickupid == yourpickupID)
    {
         TextDrawShow....()
         SetTimer("test",5000,false);
    }
    return 1;
}

forward test(playerid);
public test(playerid)
{
     TextDrawHideForPlayer();
     return 1;
}
Reply


Messages In This Thread
Detecting if player is on a pickup - by Jstylezzz - 11.07.2012, 20:23
Re: Detecting if player is on a pickup - by newbienoob - 11.07.2012, 20:25
Re: Detecting if player is on a pickup - by Jstylezzz - 11.07.2012, 20:26
Re: Detecting if player is on a pickup - by newbienoob - 11.07.2012, 20:30
Re: Detecting if player is on a pickup - by Jstylezzz - 11.07.2012, 20:38
Re: Detecting if player is on a pickup - by Joe Staff - 11.07.2012, 20:56

Forum Jump:


Users browsing this thread: 1 Guest(s)