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



Mapping tutorial - Arbico - 16.10.2017

Hello guys, I'm a pro and experienced scripter, But mapping, i really suck at it, i don't mean mapping using a normal map editor, i mean usig the stuff changes the object color, make special effects for it such as this SetObjectMaterial and Streamer, What the fuck is a streamer? Huh? Don't give me tutorials about setobjectmaterial and streamers only, i want everything related to mapping.
i'm Reping back to you guys


Re: Mapping tutorial - Zeth - 16.10.2017

Why are you creating another thread for same question https://sampforum.blast.hk/showthread.php?tid=643088

BTW I already told you about texture studio.Its an all in one map editor but if it seems hard to you, then you should probably go with JernejL's map editor first.
And Streamer is needed to stream the objects and to increase object limit in the server.


Re: Mapping tutorial - Arbico - 16.10.2017

Quote:
Originally Posted by Debjit
Посмотреть сообщение
Why are you creating another thread for same question https://sampforum.blast.hk/showthread.php?tid=643088

BTW I already told you about texture studio.Its an all in one map editor but if it seems hard to you, then you should probably go with JernejL's map editor first.
And Streamer is needed to stream the objects and to increase object limit in the server.
It's because you and the other guy didn't give me the answer the i need, again, i don't want any map editors, i said scripting functions and syntax, i seen people use map editors, then importing maps in pwn, then doing some streamer shit with code itself, not the map editor.


Re: Mapping tutorial - Zeth - 16.10.2017

Its simple,
the syntax for creating/adding an object in a script are here and if you are using streamer then the syntax is a bit different but better.
Actually, the map editors give out the output in the following syntax and you need to put those output codes in script under OnFilterScriptInit or OnGamemodeInit.