Dillimore gas station - 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: Dillimore gas station (
/showthread.php?tid=518024)
Dillimore gas station -
JeffDiamond - 07.06.2014
Hey, not sure if this is the place to post about mapping but w.e.
I need to know weather I am able to get rid of the door blocking the entrance on the Dillimore gas station object (Object id - 12853). If so, could you please let me know how. I would like to put an entrance into the gas station.
Re: Dillimore gas station -
SilentSoul - 07.06.2014
Use
JernejL's samp map editor to delete any object you want, mark the object you would like to delete and press 'Delete' on the menu bar above. After you finish press 'Show code' you will find 'RemovePlayerObject(....)' copy this line to your script and add it on OnPlayerConnect callback.
Re: Dillimore gas station -
JeffDiamond - 07.06.2014
I've tried that, but the door is the same object as the building.
Re: Dillimore gas station -
SilentSoul - 07.06.2014
Then you can't get rid of it, you can create object beside this door or something like that.
Re: Dillimore gas station -
JeffDiamond - 07.06.2014
Okay, thank you.