SA-MP Forums Archive
How do you make a unique City? - 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: How do you make a unique City? (/showthread.php?tid=403841)



How do you make a unique City? - jamsterman1 - 31.12.2012

Well i went into a server today, and it had a random map, i've never seen, it was LS but changed so much! I would like to know how to script or map a new city for a server im about to make

(I need to do this as it is going to be set in a different country, not America )


Re: How do you make a unique City? - TheDeadlyDutchi - 31.12.2012

Map's aren't random. Maps are mapped(obviously) and take hard work. You can do it in the Mapping program.

Happy new year


Re: How do you make a unique City? - CrazyJin - 31.12.2012

Quote:
Originally Posted by jamsterman1
Посмотреть сообщение
Well i went into a server today, and it had a random map, i've never seen, it was LS but changed so much! I would like to know how to script or map a new city for a server im about to make

(I need to do this as it is going to be set in a different country, not America )
You need a Pro Mapper for that


Re: How do you make a unique City? - jamsterman1 - 31.12.2012

Yea, by random map I mean one he's made But when I go into MTA i can't delete buildings to place another one, but on this server it had a massive wasteland xD Do you know how?


Re: How do you make a unique City? - StuartD - 31.12.2012

Use the program called Editor;

This has RemoveBuildingForPlayer capabilities;

Ill post a link;


Re: How do you make a unique City? - davve95 - 31.12.2012

Quote:
Originally Posted by jamsterman1
Посмотреть сообщение
Yea, by random map I mean one he's made But when I go into MTA i can't delete buildings to place another one, but on this server it had a massive wasteland xD Do you know how?
You can delete objects in sa-mps map editor..


Link: https://sampforum.blast.hk/showthread.php?tid=282801

And just put the removeBuilding under OnPlayerConnect.


Re: How do you make a unique City? - jamsterman1 - 31.12.2012

@Stuartd96 Ye please do!

@Davve95 Then will I put the map into MTA Map editor or something and place the objects ? (example - Houses, Garages)


Re: How do you make a unique City? - LeGGGeNNdA - 31.12.2012

you have to be pro mapper to map unique stuff, 2 common programs used for mapping are MTA Map Editor, SA:MP Map Editor....


Re: How do you make a unique City? - davve95 - 31.12.2012

Quote:
Originally Posted by jamsterman1
Посмотреть сообщение
@Stuartd96 Ye please do!

@Davve95 Then will I put the map into MTA Map editor or something and place the objects ? (example - Houses, Garages)
Read my first post Link to editor...

No you don't have to but only sa-mp support removeBuilding..

You can use sa-mp editor for just remove stuff...
And you can do the "normal" mapping in mta or both in sa-mp map editor...

Sorry for bad expalin but I'm verry tierd, happy new year !!.


Re: How do you make a unique City? - Vince - 31.12.2012

The removal of world objects is a SA-MP feature. You cannot remove world objects in the default MTA editor. There is a similar function in MTA that can do this (which they obviously ripped from SA-MP) but this would require hacking/hooking/revising the map editor to incorporate that feature. This obviously requires knowledge of LUA.