how to make 2 pickups
#3

Quote:
Originally Posted by Jefff
Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
	if(pickupid == IraqHealthPickup)
	{
	SetPlayerHealth(playerid, 100.0);
	}
  	if(pickupid == IraqArmourPickup)
	{
	SetPlayerArmour(playerid, 100.0);
	}
	return 1;
}
thnx

worked
Reply


Messages In This Thread
how to make 2 pickups - by cubaton3 - 02.10.2009, 00:24
Re: how to make 2 pickups - by Jefff - 02.10.2009, 00:37
Re: how to make 2 pickups - by cubaton3 - 02.10.2009, 00:38
Re: how to make 2 pickups - by ded - 02.10.2009, 00:52

Forum Jump:


Users browsing this thread: 1 Guest(s)