Another weird y_ini reading problem
#2

Yep. I don't really get the second part of your post, though.
pawn Код:
LoadVehicle(v, file[])
{
    INI_ParseFile(file, "vehicle_load_%s", .bExtra = true, .extra = v);
    CreateSystemVehicle(vInfo[v][model], vInfo[v][x], vInfo[v][y], vInfo[v][z], vInfo[v][a], vInfo[v][col1], vInfo[v][col2], vInfo[v][owner]);
    ChangeVehiclePaintjob(vInfo[v][id], vPaintjob[v]);
    printf("%d | %d | %d | %d | %d", v, vInfo[v][panel]  , vInfo[v][door]  , vInfo[v][light], vInfo[v][tire] );
    UpdateVehicleDamageStatus(vInfo[v][id], vInfo[v][panel], vInfo[v][door] ,vInfo[v][light], vInfo[v][tire]);
    for(new i = 0; i < 14; i++) AddVehicleComponent(vInfo[v][id], vInfo[v][comps][i]);
}
That's where the print function is
Reply


Messages In This Thread
Another weird y_ini reading problem - by [XST]O_x - 06.08.2013, 19:29
Re: Another weird y_ini reading problem - by [XST]O_x - 06.08.2013, 21:16
Re: Another weird y_ini reading problem - by [XST]O_x - 06.08.2013, 21:25
Re: Another weird y_ini reading problem - by [XST]O_x - 06.08.2013, 21:37
Re: Another weird y_ini reading problem - by [XST]O_x - 06.08.2013, 22:02

Forum Jump:


Users browsing this thread: 2 Guest(s)