08.07.2014, 16:47
It's here (but in French) : https://sampforum.blast.hk/showthread.php?tid=520125
A small translation of what's useful in the thread :
This small library provides actually 5 itterators that I've found "useful", for beginners as well as for the lazy men.
The itterators are :
• Vehicle : contains the IDs of all the existing vehicles (created through CreateVehicle/AddStaticVehicle(Ex))
• Pickup : contains the IDs of all existing pickups (created through CreatePickup)
• Object : contains the IDs of all existing static objects (created through CreateObject)
• DObject : contains the IDs of all existing dynamic objects (created through CreateDynamicObject)
• Labels : contains the IDs of all existing static 3D Text labels (created through Create3DTextLabel)
A small translation of what's useful in the thread :
This small library provides actually 5 itterators that I've found "useful", for beginners as well as for the lazy men.
The itterators are :
• Vehicle : contains the IDs of all the existing vehicles (created through CreateVehicle/AddStaticVehicle(Ex))
• Pickup : contains the IDs of all existing pickups (created through CreatePickup)
• Object : contains the IDs of all existing static objects (created through CreateObject)
• DObject : contains the IDs of all existing dynamic objects (created through CreateDynamicObject)
• Labels : contains the IDs of all existing static 3D Text labels (created through Create3DTextLabel)