Help to convert
#1

Help to convert objects 0.3c from МТА in .pwn a code samp
Reply
#2

Is the code at .map or .txt file. If yes convert them here!
Or the objects are
pawn Код:
CreateObject
And you want them on Dynamic
pawn Код:
CreateDynamicObject
If the second you can convert them again here or Ctrl + h and replace
pawn Код:
CreateObject
To
pawn Код:
CreateDynamicObject
Reply
#3

It doesn't translate standard objects in objects 0.3c = (for example was 14383-14483 and became (18631-18731) where to find such converter?
Reply
#4

What standard objects were, such and remained and I need 0.3c to receive
Reply
#5

Sorry dude, I didn't understand what do you mean and want.
Translate?? Do you mean convert. Anyway, explain me better

Edit: Use button to edit your post and don't double post
Reply
#6

Here look how to make so that in SA:MP there were such objects as in MTA:SA
http://s017.radikal.ru/i423/1111/0a/c679354aada0.jpg
http://s017.radikal.ru/i427/1111/57/431bd206f67f.jpg
healp please
Reply
#7

try this
Reply
#8

I will show you an example that maybe help you!
Save the map from MTA that you made and open it. It's the .map file inside the MTA Folder I guess.
If the code looks like something like this. Note: This is an example:
pawn Код:
<map mod="race" version="1.0">
    <meta>
        <author>convertFFS.com</author>
    </meta>
    <options>
        <respawn>timelimit</respawn>
    </options>
    <object name=" //object(cpark02_lan2) (1)"><position>-5913.75683594 -2153.34277344 68.29292297</position><rotation>0.00000000 0.00000000 0.00000000</rotation><model>4701</model></object>
    <object name=" //object(cpark03_lan2) (1)"><position>-5988.66796875 -2143.24707031 68.26773834</position><rotation>0.00000000 0.00000000 0.00000000</rotation><model>4702</model></object>
    <object name=" //object(vgsn_con_tube) (1)"><position>-5902.63183594 -2143.54199219 63.66347122</position><rotation>1.69658275 1.69658275 4.71747029</rotation><model>3502</model></object>
    <object name=" //object(vgsn_con_tube) (3)"><position>-5974.26269531 -2175.95117188 63.58444595</position><rotation>1.42675660 1.69667863 4.71756617</rotation><model>3502</model></object>
    <object name=" //object(canal_arch) (1)"><position>-5906.63232422 -2156.89233398 57.43239212</position><rotation>1.44513454 0.00000000 0.00000000</rotation><model>6232</model></object>
    <object name=" //object(vgsn_con_tube) (4)"><position>-5902.67578125 -2143.56250000 55.28943253</position><rotation>1.69658275 1.69658275 4.71747029</rotation><model>3502</model></object>
    <object name=" //object(canal_arch) (2)"><position>-5906.50976562 -2156.48535156 41.25424194</position><rotation>1.44510578 3.11906231 0.00000000</rotation><model>6232</model></object>
    <object name=" //object(canal_arch) (3)"><position>-5882.35253906 -2159.63671875 41.28974915</position><rotation>1.44510578 3.11896644 0.00000000</rotation><model>6232</model></object>
    <object name=" //object(canal_arch) (4)"><position>-5882.53369141 -2160.22070312 57.36519623</position><rotation>1.44510578 0.00000000 0.00000000</rotation><model>6232</model></object>
    <object name=" //object(canal_arch) (5)"><position>-5894.60449219 -2169.47949219 46.39225006</position><rotation>1.44510578 4.71631981 0.00000000</rotation><model>6232</model></object>
    <object name=" //object(canal_arch) (6)"><position>-5899.69384766 -2171.44580078 44.31494904</position><rotation>1.45782024 4.53582247 6.28091683</rotation><model>6232</model></object>
    <object name=" //object(canal_arch) (7)"><position>-5903.41210938 -2170.68969727 52.00830460</position><rotation>1.44510684 4.69150128 0.00000000</rotation><model>6232</model></object>
    <object name=" //object(vgsn_con_tube) (7)"><position>-5906.48876953 -2169.18481445 43.54778671</position><rotation>4.60687241 0.00000000 0.00000000</rotation><model>3502</model></object>
    <object name=" //object(canal_arch) (8)"><position>-5926.93408203 -2153.89746094 41.26001358</position><rotation>1.44510578 3.11906231 0.00000000</rotation><model>6232</model></object>
//More
Then go at www.convertffs.com and paste the code on the box. Press the Convert Button and it will converted at
pawn Код:
CreateObject
Another Example, of how your code should looks like
pawn Код:
CreateObject(4701,-5913.75683594,-2153.34277344,68.29292297,0.00000000,0.00000000,0.00000000); //object(cpark02_lan2)(1)
CreateObject(4702,-5988.66796875,-2143.24707031,68.26773834,0.00000000,0.00000000,0.00000000); //object(cpark03_lan2)(1)
CreateObject(3502,-5902.63183594,-2143.54199219,63.66347122,270.29113760,97.20703117,97.20703117); //object(vgsn_con_tube)(1)
CreateObject(3502,-5974.26269531,-2175.95117188,63.58444595,270.29663111,97.21252469,81.74713157); //object(vgsn_con_tube)(3)
CreateObject(6232,-5906.63232422,-2156.89233398,57.43239212,0.00000000,0.00000000,82.80010997); //object(canal_arch)(1)
CreateObject(3502,-5902.67578125,-2143.56250000,55.28943253,270.29113760,97.20703117,97.20703117); //object(vgsn_con_tube)(4)
CreateObject(6232,-5906.50976562,-2156.48535156,41.25424194,0.00000000,178.70910640,82.79846214); //object(canal_arch)(2)
CreateObject(6232,-5882.35253906,-2159.63671875,41.28974915,0.00000000,178.70361345,82.79846214); //object(canal_arch)(3)
CreateObject(6232,-5882.53369141,-2160.22070312,57.36519623,0.00000000,0.00000000,82.79846214); //object(canal_arch)(4)
CreateObject(6232,-5894.60449219,-2169.47949219,46.39225006,0.00000000,270.22521995,82.79846214); //object(canal_arch)(5)
CreateObject(6232,-5899.69384766,-2171.44580078,44.31494904,359.87002583,259.88348415,83.52694704); //object(canal_arch)(6)
CreateObject(6232,-5903.41210938,-2170.68969727,52.00830460,0.00000000,268.80322292,82.79852288); //object(canal_arch)(7)
CreateObject(3502,-5906.48876953,-2169.18481445,43.54778671,0.00000000,0.00000000,263.95434585); //object(vgsn_con_tube)(7)
CreateObject(6232,-5926.93408203,-2153.89746094,41.26001358,0.00000000,178.70910640,82.79846214); //object(canal_arch)(8)
CreateObject(6232,-5926.55322266,-2154.37597656,57.42657089,0.00000000,0.00000000,82.79846214); //object(canal_arch)(9)
CreateObject(6232,-5863.37451172,-2160.16479492,41.28321457,0.00000000,178.70910640,88.50396727); //object(canal_arch)(10)
CreateObject(6232,-5863.23242188,-2160.72509766,57.35429001,0.00000000,0.00000000,88.48791529); //object(canal_arch)(11)
CreateObject(6232,-5959.65332031,-2172.20776367,42.61869431,0.00000000,178.70910640,288.01086410); //object(canal_arch)(12)
CreateObject(6232,-5936.96777344,-2139.66601562,42.60332108,0.00000000,178.70361345,55.08544929); //object(canal_arch)(13)
CreateObject(6232,-5966.42285156,-2182.14355469,42.90033722,0.00000000,178.70361345,318.93725574); //object(canal_arch)(14)
CreateObject(6232,-5970.47509766,-2171.41259766,41.51865768,0.00000000,178.70361345,318.93310524); //object(canal_arch)(15)
CreateObject(6232,-5963.66015625,-2192.77685547,42.83384323,0.00000000,178.70361345,0.17425537); //object(canal_arch)(16)
CreateObject(6232,-5963.62988281,-2212.35595703,42.83522034,0.00000000,178.70361345,0.17028821); //object(canal_arch)(17)
CreateObject(6232,-5940.77880859,-2165.71801758,54.44767380,0.00000000,0.00000000,108.57412708); //object(canal_arch)(18)
CreateObject(6232,-5965.05029297,-2178.03076172,62.67132568,0.00000000,0.00000000,179.84594749); //object(canal_arch)(19)
CreateObject(6232,-5965.11572266,-2197.28784180,62.67002869,0.00000000,0.00000000,179.84069805); //object(canal_arch)(20)
CreateObject(6232,-5953.17822266,-2128.51879883,54.46566772,0.00000000,0.00000000,235.15136730); //object(canal_arch)(21)
CreateObject(6232,-5953.15722656,-2128.38134766,42.57908249,0.00000000,178.70361345,55.08544929); //object(canal_arch)(22)
//More
Reply
#9

http://www.convertffs.com/

if helps please +rep
Reply
#10

Quote:
Originally Posted by wes231
Посмотреть сообщение
http://www.convertffs.com/

if helps please +rep
Don't begg for reputation!
However, already KosmasRego and me gave him the link to convert the objects.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)