Need help, how to remove this plane? - 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: Need help, how to remove this plane? (
/showthread.php?tid=584416)
Need help, how to remove this plane? -
Jerry[TH] - 04.08.2015
I just want to remove those planes, but i cant see it on map editor.
Anyone can solve my problem? I really need help

p/s: ah sorry for my bad english.
Re: Need help, how to remove this plane? -
NickMirra - 04.08.2015
go into your script and look for a CreateDynamicVehicle, that is telling that plane to spawn at the coordinates that are in the script.
Re: Need help, how to remove this plane? -
MrSwift - 04.08.2015
Look into pawn for CreateVehicle / CreateDynamicVehicle.
If you are using standard map editor import pwn to it.
Re: Need help, how to remove this plane? -
Jerry[TH] - 04.08.2015
Quote:
Originally Posted by NickMirra
go into your script and look for a CreateDynamicVehicle, that is telling that plane to spawn at the coordinates that are in the script.
|
That plane cannot drive, i also tried find it in script
Re: Need help, how to remove this plane? -
Hemeei - 04.08.2015
its on your GameMode CreateObject , then find the id of the plane
Re: Need help, how to remove this plane? -
Jerry[TH] - 05.08.2015
thanks guys, i found it.