07.04.2009, 12:05
Quote:
|
Originally Posted by NeRoSiS
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 |

