SA-MP Forums Archive
Convert Help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Convert Help (/showthread.php?tid=407558)



Convert Help - LeGGGeNNdA - 14.01.2013

Hello, Can some1 tell me how to convert this kind of codes?? if its possible ofcourse

pawn Код:
18395, cs_lodroads04, 0, -2930.24, -1548.01, 10.25, 0, 0, -0.706412, 0.707801, -1
I think its the original code from San Andreas, can we convert it to Createobjects or Createdynamic ??

Thank you


Re: Convert Help - park4bmx - 14.01.2013

pawn Код:
CreateObjects(18395,0, -2930.24, -1548.01,10.25, 0, 0);
should be something like that


Re: Convert Help - LeGGGeNNdA - 14.01.2013

Quote:
Originally Posted by park4bmx
Посмотреть сообщение
pawn Код:
CreateObjects(18395,0, -2930.24, -1548.01,10.25, 0, 0);
should be something like that
Did you converted those urself?? o.O
Hmm and i have like 1000+ objects i want to convert...if ur using a converter or smth can you give me?? thanks


Re: Convert Help - park4bmx - 14.01.2013

done it myself


Re: Convert Help - Diorturato - 14.01.2013

Write a small program to convert on JS (regexps).


Re: Convert Help - park4bmx - 14.01.2013

Quote:
Originally Posted by Diorturato
Посмотреть сообщение
Write a small program to convert on JS (regexps).
can dont have time ;X


Re: Convert Help - Diorturato - 14.01.2013

Quote:
Originally Posted by LeGGGeNNdA
Посмотреть сообщение
pawn Код:
18395, cs_lodroads04, 0, -2930.24, -1548.01, 10.25, 0, 0, -0.706412, 0.707801, -1
Where is X, Y, Z coodinates here? -2930.24, -1548.01 and 10.25?