18.10.2014, 13:31
Hi, So i have a lot of CcreateVehicle codes and i want to convert it so i can put it in my .ini files...
example:
CreateVehicle(400, 1786.7455, -2023.5853, 13.5134, 180.0000, 0, 0, 0);
and i want to convert it like this:
I have a lot of those files to convert... and it would take it for ever if i would need to do every sigle each of them...
is there any converters online, or maybe is it possible in Excel...?
example:
CreateVehicle(400, 1786.7455, -2023.5853, 13.5134, 180.0000, 0, 0, 0);
and i want to convert it like this:
Код:
[Vehicle] Model = 400 PosX = 1786.7455 PosY = -2023.5853 PosZ = 13.5134 Rotate = 180.0000 Color1 = 0 Color2 = 0
is there any converters online, or maybe is it possible in Excel...?