Posts: 5
Threads: 1
Joined: Feb 2017
Reputation:
0
Hi everybody.. I need little help. I tried delete fully SA map.
You can delete it, when you add to gamemode line this:
RemoveBuildingForPlayer(playerid, -1, 0.0, 0.0, 0.0, 6000.0);
But if i add to the Map Construction it's not working.. Can anyone help me? I want create own city and I need for it this...
//Sorry for my english =D
Posts: 1,046
Threads: 250
Joined: Nov 2014
Reputation:
0
There is one problem, if you create a new map, cars will fall through it, it will stream when you are close so probably alot of things wont be visible from far away as they are right now.
Posts: 5
Threads: 1
Joined: Feb 2017
Reputation:
0
Not working. I need remove all objects in the game. If I this code add in server, it's work and all objects all removed. But if i post this code in Map Construction, it's not working. And
RemoveBuildingForPlayer(playerid, 16591, 205.4922, 1730.3516, 17.8281, 0.25);
this not working, too.
Any idea?
(by the way, sorry for my english, i know it's not the best...)
Posts: 21
Threads: 2
Joined: Nov 2016
Reputation:
0
I think its currently not possible to remove all objects.
To much efort to get this working by your own.
Kind regards
Sphinx
Posts: 851
Threads: 33
Joined: Jul 2016
Reputation:
0
If you tried to add it as paste it won't work, You need to copy all the "RemoveBuildingForPlayer" to a.pwn without putting it under OnGameModeInIt or anything, and save it but don't compile, go to the map construction and do "import.pwn" and it will work.