Pickups help needed
#6

You have to destroy the pickup. Like this:

pawn Код:
if(pickupid == special1)
{
  GivePlayerMoney(playerid, 20000);
  SetPlayerScore(playerid, GetPlayerScore(playerid) +2);
  SendClientMessage(playerid, COLOR_YELLOW, "You just found the special pacakge");
  SendClientMessage(playerid, COLOR_YELLOW, "You have received 2 scores and 20.000$");
  DestroyPickup(special1);
}
Reply


Messages In This Thread
Pickups help needed - by XtremeChio - 06.08.2009, 14:18
Re: Pickups help needed - by pagie1111 - 06.08.2009, 14:31
Re: Pickups help needed - by XtremeChio - 06.08.2009, 14:42
Re: Pickups help needed - by Sergei - 06.08.2009, 14:50
Re: Pickups help needed - by XtremeChio - 06.08.2009, 14:54
Re: Pickups help needed - by refshal - 06.08.2009, 14:59
Re: Pickups help needed - by XtremeChio - 06.08.2009, 16:07

Forum Jump:


Users browsing this thread: 1 Guest(s)