Editing the map - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Editing the map (
/showthread.php?tid=296655)
Editing the map -
xGoldenx - 12.11.2011
Hi. I wan't to edit my server's map, but I don't know how...
1. Which map editor is best for newbie map maker?
2. Where can I find blank map (when I edit my singleplayer map there are roadblocks outside LS, I don't want to delete everything manually)?
3. What should I do with code like that?
Code:
RemoveBuildingForPlayer(playerid, 4505, 14.4609, -1347.3281, 11.6797, 0.25);
RemoveBuildingForPlayer(playerid, 4506, -18.2266, -1335.9844, 12.7266, 0.25);
RemoveBuildingForPlayer(playerid, 4507, 53.9609, -1018.9922, 23.3359, 0.25);
RemoveBuildingForPlayer(playerid, 4521, -84.6797, -909.3438, 18.2422, 0.25);
RemoveBuildingForPlayer(playerid, 4522, 93.3125, -1282.5234, 15.6094, 0.25);
RemoveBuildingForPlayer(playerid, 4514, 440.0469, 587.4453, 19.7344, 0.25);
RemoveBuildingForPlayer(playerid, 4515, 604.5234, 352.5391, 19.7344, 0.25);
RemoveBuildingForPlayer(playerid, 4516, -141.3359, 468.6484, 12.9141, 0.25);
RemoveBuildingForPlayer(playerid, 4517, -193.8281, 269.5078, 12.8906, 0.25);
Just paste in PWN file?
Thanks in advance for help.
Re: Editing the map -
[Headless] - 12.11.2011
1.Multi Theft Auto
2. Blank Map

?
Re: Editing the map -
xGoldenx - 12.11.2011
I mean blank map = map with all unlocked areas (there are some blocked bridges in singleplayer).
I'm using SAMP so can I use MTA too? o.O
Re: Editing the map -
Mr.Anonymous - 12.11.2011
1. MTA map editor is the best for newbie's...Hard at starting but very easy once you understand it...
2.There are NO roadblocks in SA-MP maps...
3.That code's are used to remove some objects from your server map...
I hope this helped...