Cant Convert 3.0c Object - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Cant Convert 3.0c Object (
/showthread.php?tid=270352)
Cant Convert 3.0c Object -
Shockey HD - 20.07.2011
I got the 3.0c for MTA and i want to convert it to samp.
Код:
object id="object (lckupgrgdoor_lvs) (2)" doublesided="false" model="8948" interior="0" dimension="0" posX="1694.306640625" posY="758.0693359375" posZ="11.659236907959" rotX="0" rotY="0" rotZ="90" />
For some reason ConverFFS wasnt converting it. Why?
Re: Cant Convert 3.0c Object -
[HiC]TheKiller - 20.07.2011
pawn Код:
CreateObject(8948,1694.30664062,758.06933594,11.65923691,0.00000000,0.00000000,90.00000000); //object(lckupgrgdoor_lvs) (2)
You where missing the opening "<".
Re: Cant Convert 3.0c Object -
X3nZ - 20.07.2011
That's because 3.0c isn't out yet. :P
Kidding.
Re: Cant Convert 3.0c Object -
DRIFT_HUNTER - 20.07.2011
Next time use search pls
https://sampforum.blast.hk/showthread.php?tid=196650