CreateDynamicObject
#1

So, assuming i have in an array a coordinates of all robbery places, like this:

pawn Код:
LoadRobberies()
{

    RobberyP[0] = CreateDynamicSphere(2065.439453125, -1897.5510253906, 13.19670009613, 3.0);
    RobberyP[1] = CreateDynamicSphere(1497.7467041016, -1749.8747558594, 15.088212013245, 3.0);
    //And so on...
    return 1;
}
How i can create objects with streamer without doing:

CreateDynamicObject multiple times? (I have 40 robbery places).

Basically, i wanna create an object based on the coordinates in that array.
Reply


Messages In This Thread
CreateDynamicObject - by KinderClans - 24.07.2018, 13:23
Re: CreateDynamicObject - by NaS - 24.07.2018, 13:42
Re: CreateDynamicObject - by KinderClans - 24.07.2018, 13:52
Re: CreateDynamicObject - by NaS - 24.07.2018, 13:57
Re: CreateDynamicObject - by GTLS - 24.07.2018, 14:45
Re: CreateDynamicObject - by KinderClans - 24.07.2018, 17:02
Re: CreateDynamicObject - by Dayrion - 24.07.2018, 17:14
Re: CreateDynamicObject - by KinderClans - 24.07.2018, 19:22
Re: CreateDynamicObject - by Florin48 - 24.07.2018, 20:25
Re: CreateDynamicObject - by KinderClans - 24.07.2018, 20:28

Forum Jump:


Users browsing this thread: 4 Guest(s)