SA-MP Forums Archive
Small Mapping Issue - 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: Small Mapping Issue (/showthread.php?tid=632535)



Small Mapping Issue - Mido10 - 15.04.2017

If this is the wrong section to post such a thread, it's appreciated to tell me where should I post it next time.

We can convert CreateDynamicObjectEx to CreateObject in https://www.convertffs.com/

How about SetDynamicObjectMaterial? How should I change it from Dynamic to none?


Re: Small Mapping Issue - GangstaSunny. - 15.04.2017

What do you mean?

You can select (mark) the text in pawn press CTRL+H check checkbox "selected text only" and replace "SetDynamicObjectMaterial" with "SetObjectMaterial".


Re: Small Mapping Issue - Mido10 - 15.04.2017

Well, that might be a solution for me. Thank you.


Re: Small Mapping Issue - Logic_ - 16.04.2017

Quote:
Originally Posted by GangstaSunny.
Посмотреть сообщение
What do you mean?

You can select (mark) the text in pawn press CTRL+H check checkbox "selected text only" and replace "SetDynamicObjectMaterial" with "SetObjectMaterial".
There's a difference in default SA-MP natives and Streamer natives, they've some parameters switched up/ moved. However, you better go with the Streamer natives, it works faster because it's a plugin (which uses C++).