Convert maps texturized? - 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 maps texturized? (
/showthread.php?tid=637931)
Convert maps texturized? -
Romero837 - 24.07.2017
Is there a page to convert maps from CreateObject to CreateDynamicObject?
Obviously I know that there are a lot of them but almost none converts maps with textures and I need to convert a map that is in CreateObject with textures
Re: Convert maps texturized? -
Amads - 24.07.2017
Open notepad > Copy-paste your objects > CTRL+H
Re: Convert maps texturized? -
Ebisu - 24.07.2017
The easy way, Use map construction.
Put the lines you want to convert in a .pwn file, Then open the file using map construction
Then when opened, Click show code button, There you'll see CreateDynamicObject option on the new 'show code' dialog. Click on CreateDynamicObject and then the codes will be converted, Copy them and done.
Re: Convert maps texturized? -
Manuel550 - 24.07.2017
Download sa-mp map editor, copy the code, paste the code.
Click on DynamicObjects at the show code, copy the Dynamic Objects code.
Replace it with the code in your script, and your done.
Re: Convert maps texturized? -
cuber - 24.07.2017
Open the .pwn on sa-mp map editor, click the "CreateDynamicObject" button at the show code, or simply replace the CreateObject to Dynamic one on notepad with CTRL + H