SA-MP Forums Archive
Mapping Help - 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: Mapping Help (/showthread.php?tid=374933)



Mapping Help - Blessed - 04.09.2012

I know it isn't exactly scripting help, but I would like to know if there is a way to delete things that are originally on the map. Such as the Star Tower. +Rep for anyone who answers (with something that works)


Re: Mapping Help - Yiin - 04.09.2012

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


Re: Mapping Help - C00K13M0N$73R - 04.09.2012

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

Код:
To generate RemoveBuildingForPlayer lines, delete the original map objects you want gone (select and press delete) and click generate code. This will generate code for deleting the object, and it's low-detail LOD (if any)



Re: Mapping Help - ThePhenix - 04.09.2012

PHP код:
RemoveBuildingForPlayer 
Map Editor may help you.

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