Maping - 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: Maping (
/showthread.php?tid=638339)
Maping -
JokersNight - 30.07.2017
how to change map textures in game i created one with map editor dont know how to put it in game mode plz help
Re: Maping -
NewFreeroamStunt - 30.07.2017
open map editor, then your can make some object map, after finish click show code, and copy the code,
then open your gamemodes and place in ongamemodeinit().
Example :
Код:
public OnGameModeInit()
{
CreateObject(3255, 1099.55139, -1185.04590, 17.02541, 0.00000, 0.00000, 270.48352);
CreateDynamicObject(3643, 1099.36389, -1189.03284, 25.69979, 0.00000, 0.00000, 0.00000);
return 1;
}