Need help with bugged timer
#5

Well add a check then to see if you've already picked up the PickUp, because it's called constantly while standing on it.

pawn Код:
new PickedUp[MAX_PLAYERS] = 0;

// When he picks it up
PickedUp[playerid] = 1;

//And before doing the pickup code
if(PickedUp[playerid] == 0)
{
//Do the code
}
Reply


Messages In This Thread
Need help with bugged timer - by Striker_Moe - 29.08.2009, 17:41
Re: Need help with bugged timer - by JaTochNietDan - 29.08.2009, 17:45
Re: Need help with bugged timer - by Striker_Moe - 29.08.2009, 17:46
Re: Need help with bugged timer - by Striker_Moe - 29.08.2009, 17:50
Re: Need help with bugged timer - by JaTochNietDan - 29.08.2009, 17:50
Re: Need help with bugged timer - by Striker_Moe - 29.08.2009, 18:16
Re: Need help with bugged timer - by JaTochNietDan - 29.08.2009, 18:21

Forum Jump:


Users browsing this thread: 1 Guest(s)