Posts: 132
Threads: 40
Joined: Jul 2016
Reputation:
0
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
Posts: 22
Threads: 4
Joined: May 2017
Reputation:
0
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.
Posts: 849
Threads: 4
Joined: Oct 2016
Reputation:
0
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