26.02.2018, 06:07
I imported map. ( imported .pwn) How to teleport the map?
You can't teleport the whole map with one function.
It would be difficult to do that because you would have to calculate and set every objects position to match the map you created. So when you make a map and import it into your GM or FS, it's going to be in the same place where you've put it in the map editor. EDIT: All objects need to be under ongamemode(filterscript)init() and all removes(removebuildingforplayer(...) need to be under onplayerconnect(...). |
There are many ways to move a map anywhere and rotate it to any angle.
|