Evening,
Forgive me for my lack of knowledge on this subject, coming from Self Taught programming. Trying to create an array of Blips for my Suspects. How would I go about initializing this Array so it does not return a NULL value when I want to use them?
Thanks,
cmPLX
Create my Blip Array
private Blip[] SuspectBlips;
Then when I create the Peds, I'm using this.
SuspectBlips[i] = this.drivebys[i].AttachBlip();