I need this!
#8

Use pickups I believe is what you need, if your any good at copy and pasting, copy and paste this but change the co-ordinates for them.
new armorpickup;


armorpickup = AddStaticPickup( 1242, 2, 1503.3359, 1432.3585, 10.1191 );

armorpickup = AddStaticPickup( 1242, 2, 1503.3359, 1432.3585, 10.1191 );

armorpickup = AddStaticPickup( 1242, 2, 1503.3359, 1432.3585, 10.1191 );

public OnPlayerPickUpPickup(playerid, pickupid)
{
if (pickupid == armorpickup)
{
SetPlayerArmour(playerid, 100);
}
}


Hope I helped
Reply


Messages In This Thread
I need this! - by T.I. - 15.02.2009, 18:11
Re: I need this! - by rensfromrpas - 15.02.2009, 18:56
Re: I need this! - by T.I. - 15.02.2009, 19:40
Re: I need this! - by Pghpunkid - 15.02.2009, 19:43
Re: I need this! - by T.I. - 06.04.2009, 20:21
Re: I need this! - by Pghpunkid - 07.04.2009, 04:26
Re: I need this! - by T.I. - 07.04.2009, 09:48
Re: I need this! - by NeRoSiS - 07.04.2009, 09:53
Re: I need this! - by T.I. - 07.04.2009, 12:05

Forum Jump:


Users browsing this thread: 1 Guest(s)