Pickup + GameTextForPlayer
#2

Код:
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);
  SendClientMessage(playerid,COLOR?,"Pickup Is Not Available");
  SetTimer("MagicPill2",90000,true,""); // NEW When its available
  return 1;
}
forward MagicPill2();
public MagicPill
{
  Pickup[7] = CreatePickup(3082,1,-2114.3657,207.7968,36.2977);
  SendClientMessage(playerid,COLOR?,"Pickup Is Available:D)";
  SetTimer("MagicPill",90000,true,""); // GOES BACK TO UNavailable
  return 1;
}
hope this helps i guess
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)