18.10.2014, 13:48
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);