SA-MP Forums Archive
Please help me in removing objects in mapping - 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: Please help me in removing objects in mapping (/showthread.php?tid=466325)



Please help me in removing objects in mapping - TerrorGuy1 - 27.09.2013

Guys, how can i remove a object with MTASA , so i get the code RemoveBuildingForPlayer?


Re: Please help me in removing objects in mapping - Konstantinos - 27.09.2013

I don't know if it's possible with MTA, I've never used it before; however, it is possible with Map Construction.


Re: Please help me in removing objects in mapping - kasper1996 - 27.09.2013

Yeah, use map construction
i use it myself its is so simple and fast.


Re: Please help me in removing objects in mapping - ***Niko*** - 27.09.2013

Awwww you can remove them via MTA you need extra scripts in mta folder,and removed objects folder.
You can search for tutorial on *******.
Use Map Constructior very simple and easy press on object then press ''delete'' from keyboard and you will see
in the Map Construction a button show code and there you will have ''removebuildingforplayer''
that code you need to put in script on ''OnPlayerConnect''


Re: Please help me in removing objects in mapping - dannyk0ed - 27.09.2013

Quote:
Originally Posted by Stefan_Salvatore
Посмотреть сообщение
Awwww you can remove them via MTA you need extra scripts in mta folder,and removed objects folder.
You can search for tutorial on *******.
Use Map Constructior very simple and easy press on object then press ''delete'' from keyboard and you will see
in the Map Construction a button show code and there you will have ''removebuildingforplayer''
that code you need to put in script on ''OnPlayerConnect''
Too much work for some people.

OT: Just use the Map Constructor.
https://sampforum.blast.hk/showthread.php?tid=139409


Re: Please help me in removing objects in mapping - Tropicali - 29.09.2013

This map editor by JernelJ (SA:MP Map Editor) is a great tool not only for mapping but also removing objects.

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

Simply click on the object, press DELETE and it'll remove it. Then you can click SHOW CODE in the top left corner of the tool, it'll then display the lines. After that, you open up your server in PAWNO and paste the RemoveBuildingForPlayer lines under "public OnPlayerConnect" and compile.

After you log in, it should remove the object in game for everybody who connects to your server.


Re: Please help me in removing objects in mapping - Jackston - 29.09.2013

oh, u can use http://convertffs.com