16.05.2014, 23:32
Question for people.
If I want to add another lets say, armor to another place on the map, do i create a new pickup_Armor = CreatePickup coordinate string?
EDIT: Nevermind. Figured it out. Just dont know how to set ammunation interior
If I want to add another lets say, armor to another place on the map, do i create a new pickup_Armor = CreatePickup coordinate string?
Code:
pickup_Armor = CreatePickup(1242, 2, 2464.1003,-1667.2505,13.4774, -1); if(pickupid == pickup_Armor) { SetPlayerArmor(playerid, 100); }