11.09.2013, 13:06
Added a new variable, houseInfo[MAX_HOUSES][object];
houseInfo[i][object] = CreateDynamicObject(2332, houseInfo[i][CoX],houseInfo[i][CoY],houseInfo[i][CoZ]-0.2,0,0,0);
However, when I try to move the object using a command, it says that [object] is 0? When I assign it it's 1+.
houseInfo[i][object] = CreateDynamicObject(2332, houseInfo[i][CoX],houseInfo[i][CoY],houseInfo[i][CoZ]-0.2,0,0,0);
However, when I try to move the object using a command, it says that [object] is 0? When I assign it it's 1+.