Las Venturas Playground
Health and Armor Pickups? - Printable Version

+- Las Venturas Playground (https://forum.sa-mp.nl)
+-- Forum: Miscellaneous (https://forum.sa-mp.nl/forum-4.html)
+--- Forum: Gaming (https://forum.sa-mp.nl/forum-27.html)
+--- Thread: Health and Armor Pickups? (/thread-24068.html)



Health and Armor Pickups? - [SWK]Dacads - 06-30-2010

Hi guys I know it is AddStaticPickup or something but what are the exact lines for armor and health?
I can add co ords :)


Re: Health and Armor Pickups? - Matthias - 06-30-2010

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.


Re: Health and Armor Pickups? - [SWK]Dacads - 07-02-2010

(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