saving car colors
#5

I had to change it to:

pawn Код:
for(new i, j=GetVehiclePoolSize(); i<=j; i++)
    {
    new filename[256];
    format(filename, sizeof(filename), "%d", i);
    carcolor1 = dini_Int(filename, "carcolor1");
    carcolor2 = dini_Int(filename, "carcolor2");
    ChangeVehicleColor(i, carcolor1, carcolor2);
    }
to get it to work, thank you !
Reply


Messages In This Thread
saving car colors - by Adamsy - 23.08.2016, 22:18
Re: saving car colors - by Shinja - 23.08.2016, 22:22
Re: saving car colors - by Adamsy - 23.08.2016, 22:32
Re: saving car colors - by Shinja - 23.08.2016, 22:37
Re: saving car colors - by Adamsy - 23.08.2016, 22:59
Re: saving car colors - by Shinja - 23.08.2016, 23:05
Re: saving car colors - by Adamsy - 24.08.2016, 00:26

Forum Jump:


Users browsing this thread: 1 Guest(s)