Pickup + GameTextForPlayer
#1

Код:
SetTimerEx("MagicPill",90000, true,""); //pickup will be available every 90 sec

forward MagicPill();
public MagicPill()
{
  Pickup[7] = CreatePickup(3082,1,-2114.3657,207.7968,36.2977);
  return 1;
}
I want to create a similar thing to what is on Protect the President mode, where pickup can be picked up only once in a short period of time, and if somebody else will pick it up (during the waiting time), the player will get message saying "This pickup is unavailable at this moment".

Any help ?
Reply


Messages In This Thread
Pickup + GameTextForPlayer - by Richmond92 - 02.06.2010, 21:44
Re: Pickup + GameTextForPlayer - by w00tNew - 02.06.2010, 23:15
Re: Pickup + GameTextForPlayer - by Richmond92 - 03.06.2010, 01:01
Re: Pickup + GameTextForPlayer - by w00tNew - 03.06.2010, 01:41

Forum Jump:


Users browsing this thread: 1 Guest(s)