How to Convert..?? - 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: How to Convert..?? (
/showthread.php?tid=523617)
How to Convert..?? -
TheRaGeLord - 03.07.2014
How To Convert The Given Below Pickups Code of MTA Into Sa-mp...I Tried Using
http://convertffs.com/ But Its says After Converting It Was Not Displaying the Code
Код:
<map edf:definitions="editor_main">
<pickup id="pickup (health) (3)" type="health" interior="0" amount="100" respawn="30000" dimension="0" alpha="255" posX="-2688.8" posY="584.59998" posZ="14.5" rotX="0" rotY="0" rotZ="0"></pickup>
<pickup id="pickup (health) (4)" type="health" interior="0" amount="100" respawn="30000" dimension="0" alpha="255" posX="-2651.7" posY="637.40002" posZ="14.5" rotX="0" rotY="0" rotZ="0"></pickup>
<pickup id="pickup (health) (5)" type="health" interior="0" amount="100" respawn="30000" dimension="0" alpha="255" posX="-2612.1001" posY="586.29999" posZ="14.5" rotX="0" rotY="0" rotZ="0"></pickup>
<pickup id="pickup (armor) (1)" type="armor" interior="0" amount="100" respawn="30000" dimension="0" alpha="255" posX="-2642.2" posY="638" posZ="14.5" rotX="0" rotY="0" rotZ="0"></pickup>
<pickup id="pickup (armor) (2)" type="armor" interior="0" amount="100" respawn="30000" dimension="0" alpha="255" posX="-2658.1001" posY="579.79999" posZ="14.5" rotX="0" rotY="0" rotZ="0"></pickup>
<pickup id="pickup (Shotgun) (1)" type="25" interior="0" amount="100" respawn="30000" dimension="0" alpha="255" posX="-2699.8999" posY="628.90002" posZ="14.5" rotX="0" rotY="0" rotZ="0"></pickup>
<pickup id="pickup (AK-47) (1)" type="30" interior="0" amount="100" respawn="30000" dimension="0" alpha="255" posX="-2705.6001" posY="593.29999" posZ="14.5" rotX="0" rotY="0" rotZ="0"></pickup>
<pickup id="pickup (Sniper) (1)" type="34" interior="0" amount="100" respawn="30000" dimension="0" alpha="255" posX="-2625.6001" posY="616.59998" posZ="14.5" rotX="0" rotY="0" rotZ="0"></pickup>
</map>
Re: How to Convert..?? -
Parallex - 03.07.2014
They are not objects. They are pickups and I suppose, convertffs.com only converts the Objects related things.
Re: How to Convert..?? -
Timeless - 03.07.2014
hey
https://sampwiki.blast.hk/wiki/Multi_Object_Converter
*EDIT* if that doesn't work then get the co-ordinates(xyz) from the mta ones and use the samp format and create them manually CreatePickup(model, type, Float:X, Float:Y, Float:Z, Virtualworld)