07.07.2014, 15:29
Quote:
I was thinking to make some iterators yesterday. What a co-incidence .
On Topic:Can you give me an example of these iterators,I mean how does your iterator works, actually I wanted to know the purpose of it. Nice work though. |
-hook the create object/vehicle functions
-add the id's in iterator hooked functions
-remove the id's from iterator in destroy objects/vehicle hooked functions
if u mean how to use them then this is for it-
pawn Код:
foreach(new v : Vehicles)
{
//codes
}