30.07.2010, 11:04
Hi guys and girls
I need an array to create loads of pickups around the map (i have the x, y, z coords) - If i have the array, do i do this:
The model id will be the same for all, but the Create Pickup command will need to do it for all x.y.z coords.
How do i do this? - Ive done it before but i forgot how i did it lol
Thanks in advance
Ash!
I need an array to create loads of pickups around the map (i have the x, y, z coords) - If i have the array, do i do this:
pawn Код:
CreatePickup(playerid, ModelID, Array[x], Array[y], Array[z]);
How do i do this? - Ive done it before but i forgot how i did it lol
Thanks in advance
Ash!