wtf is wrong with convertfss?
#1

I want to convert my objects using convertffs. But I can't convert it D:
pawn Код:
/*
Objects converted: 0
Vehicles converted: 0
Vehicle models found: 0
----------------------
convertFFS converted your input in 0 seconds - Chuck Norris could have done it in 0.0001 seconds!
*/
Reply
#2

What are you trying to convert?
Reply
#3

Can you convert this objects for me?
Input = SA-MP CreateObject
Output = Incognito's Streamer Plugin
Draw-distance = 300
Add comments = No
pawn Код:
CreateObject(12814, -2007.35, -3600.11, 1000.00,   0.00, 0.00, 0.00);
    CreateObject(11426, -2014.03, -3600.26, 999.97,   0.00, 0.00, 0.00);
    CreateObject(11428, -2005.96, -3583.54, 1005.29,   0.00, 0.00, -37.38);
    CreateObject(11429, -2048.85, -3635.78, 1047.94,   0.00, 0.00, -27.84);
    CreateObject(11433, -2000.57, -3619.44, 1002.05,   0.00, 0.00, -181.02);
    CreateObject(11427, -2010.58, -3611.58, 1007.04,   0.00, 0.00, 218.40);
    CreateObject(12814, -1977.70, -3600.12, 1000.00,   0.00, 0.00, 180.00);
    CreateObject(3252, -2004.10, -3598.10, 1000.11,   0.00, 0.00, 0.00);
    CreateObject(3276, -1992.88, -3611.55, 1000.88,   0.00, 0.00, 90.00);
    CreateObject(12957, -2002.22, -3611.46, 1000.62,   0.00, 0.00, 87.30);
    CreateObject(12986, -2004.80, -3605.05, 1001.50,   0.00, 0.00, 0.00);
    CreateObject(1442, -2000.58, -3603.34, 1000.59,   0.00, 0.00, 0.00);
    CreateObject(651, -1997.64, -3602.14, 1000.10,   0.00, 0.00, -19.98);
    CreateObject(650, -1995.06, -3601.42, 1000.12,   0.00, 0.00, 0.00);
    CreateObject(682, -1995.30, -3602.38, 1000.00,   0.00, 0.00, 0.00);
    CreateObject(18692, -2000.6051, -3603.3303, 1000.2338,   0.00, 0.00, 0.00);
Reply
#4

pawn Код:
CreateDynamicObject(12814, -2007.35, -3600.11, 1000.00,   0.00, 0.00, 0.00);
CreateDynamicObject(11426, -2014.03, -3600.26, 999.97,   0.00, 0.00, 0.00);
CreateDynamicObject(11428, -2005.96, -3583.54, 1005.29,   0.00, 0.00, -37.38);
CreateDynamicObject(11429, -2048.85, -3635.78, 1047.94,   0.00, 0.00, -27.84);
CreateDynamicObject(11433, -2000.57, -3619.44, 1002.05,   0.00, 0.00, -181.02);
CreateDynamicObject(11427, -2010.58, -3611.58, 1007.04,   0.00, 0.00, 218.40);
CreateDynamicObject(12814, -1977.70, -3600.12, 1000.00,   0.00, 0.00, 180.00);
CreateDynamicObject(3252, -2004.10, -3598.10, 1000.11,   0.00, 0.00, 0.00);
CreateDynamicObject(3276, -1992.88, -3611.55, 1000.88,   0.00, 0.00, 90.00);
CreateDynamicObject(12957, -2002.22, -3611.46, 1000.62,   0.00, 0.00, 87.30);
CreateDynamicObject(12986, -2004.80, -3605.05, 1001.50,   0.00, 0.00, 0.00);
CreateDynamicObject(1442, -2000.58, -3603.34, 1000.59,   0.00, 0.00, 0.00);
CreateDynamicObject(651, -1997.64, -3602.14, 1000.10,   0.00, 0.00, -19.98);
CreateDynamicObject(650, -1995.06, -3601.42, 1000.12,   0.00, 0.00, 0.00);
CreateDynamicObject(682, -1995.30, -3602.38, 1000.00,   0.00, 0.00, 0.00);
CreateDynamicObject(18692, -2000.61, -3603.33, 1000.23,   0.00, 0.00, 0.00);
Converted
But: i couldn't change the draw distance sorry.
Reply
#5

NOTE: convertffs are updating their system thats why they cant convert your code.
Reply
#6

Or just copy and paste it in a notepad file and press Ctrl+H and type in

'Look for CreateObject'
and
'replace with CreateDynamicObject'
Reply
#7

Quote:
Originally Posted by EliteDrive
Посмотреть сообщение
Or just copy and paste it in a notepad file and press Ctrl+H and type in

'Look for CreateObject'
and
'replace with CreateDynamicObject'
You have a solution for everything,don't ya?
Reply
#8

Quote:
Originally Posted by Johnson_Brooks
Посмотреть сообщение
You have a solution for everything,don't ya?
Yup!
Reply
#9

Quote:
Originally Posted by EliteDrive
Посмотреть сообщение
Or just copy and paste it in a notepad file and press Ctrl+H and type in

'Look for CreateObject'
and
'replace with CreateDynamicObject'
That won't even work and would give you tag mismatch warning for every line.
Reply
#10

Quote:
Originally Posted by Xtreme_playa
Посмотреть сообщение
That won't even work and would give you tag mismatch warning for every line.
I guess you never tried that method, because it actually works without warnings.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)