12.11.2011, 14:01
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?
Just paste in PWN file?
Thanks in advance for help.
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);
Thanks in advance for help.