Hello There, Guest! Login or Register


Health and Armor Pickups?
#1
Hi guys I know it is AddStaticPickup or something but what are the exact lines for armor and health?
I can add co ords :)
Reply
#2
Code:
CreatePickup(1242, pickuptype, x, y, z); // For armour
CreatePickup(1240, pickuptype, x, y, z); // For health

There you go :p, about the pickuptype, I don't know them without the wiki, but I think 2 is respawn after a while & 3 is staying. Not sure though.
Reply
#3
(06-30-2010, 04:55 PM)Matthias link Wrote:
Code:
CreatePickup(1242, pickuptype, x, y, z); // For armour
CreatePickup(1240, pickuptype, x, y, z); // For health

There you go :p, about the pickuptype, I don't know them without the wiki, but I think 2 is respawn after a while & 3 is staying. Not sure though.

thanks dude, someone posted wiki backup btw :)

http://forum.sa-mp.de/wiki_backup/wiki/Main_Page.html
Reply