MTA mapping, buggy after 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: MTA mapping, buggy after convert. HELP! (
/showthread.php?tid=407585)
MTA mapping, buggy after convert. HELP! -
qkac1234 - 14.01.2013
I've converted my map to PAWN format. And then I get this code
Код:
CreateObject(1337,0.0000000,0.0000000,0.0000000,0.0000000,0.0000000,0.0000000); //
for all models. What did I wrong?
I used
http://convertffs.com/
Re: MTA mapping, buggy after convert. HELP! -
Diorturato - 14.01.2013
Maybe wrong input map code.
Re: MTA mapping, buggy after convert. HELP! -
qkac1234 - 14.01.2013
<map edf:definitions="editor_main">
<object id="object (PROC_RUBBISH_4) (1)" interior="0" alpha="255" doublesided="false" model="2672" scale="1" dimension="0" posX="2527.3000488281" posY="-1723.8000488281" posZ="12.800000190735" rotX="0" rotY="0" rotZ="0"></object>
</map>
It is wrong?
Re: MTA mapping, buggy after convert. HELP! -
Private200 - 14.01.2013
pawn Код:
CreateObject(2672,2527.3000488,-1723.8000488,12.8000002,0.0000000,0.0000000,0.0000000); //object(proc_rubbish_4) (1)
It get converted fine for me .
Re: MTA mapping, buggy after convert. HELP! -
qkac1234 - 14.01.2013
Did u use
http://convertffs.com/??
Re: MTA mapping, buggy after convert. HELP! -
qkac1234 - 14.01.2013
which input?
Re: MTA mapping, buggy after convert. HELP! -
Spicey - 14.01.2013
Quote:
Originally Posted by qkac1234
|
This.
And use YSI CreateDynamicObject as export. (Don't forget to click "Convert" twice)
Re: MTA mapping, buggy after convert. HELP! -
Diorturato - 14.01.2013
Input - your initial map code. Your code was converted fine. What's the problem?
Re: MTA mapping, buggy after convert. HELP! -
qkac1234 - 14.01.2013
hmm... I got this only
/*
Objects converted: 0
Vehicles converted: 0
Vehicle models found: 0
----------------------
In the time this conversion took to finish a hummingbird could have flapped it's wings 0.05 times!
*/
Re: MTA mapping, buggy after convert. HELP! -
qkac1234 - 14.01.2013
Which input type?*