File convertion
#3

pawn Код:
new File:F = fopen("File_With_All_CreateVehicle.txt",io_read);
new vehicletype, Float:x, Float:y, Float:z, Float:rotation, color1, color2, respawn_delay;
while(fread(F,str))
{
    sscanf(str,"p<,>iffffiip<)>i",vehicletype,x,y,z,rotation,color1,color2,respawn_delay);
    // ini open ini write ini close
}
fclose(F);
Reply


Messages In This Thread
File convertion - by Fjclip99 - 18.10.2014, 13:31
Re: File convertion - by austin070 - 18.10.2014, 13:46
Re: File convertion - by Jefff - 18.10.2014, 13:48

Forum Jump:


Users browsing this thread: 2 Guest(s)