Garage - 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: Garage (
/showthread.php?tid=534623)
Garage -
iBots - 30.08.2014
I am making a system for parking vehicles,when you park it ,it goes to somewhere else and when you want it back it comes back,but where can i put the vehicle so no one can see it and...i mean no one can use it and it's hidden.,..
Re: Garage -
Clad - 30.08.2014
You can put it in another world I guess, You can park it in water
Re: Garage -
Rodney Francalim - 30.08.2014
After park's command:
pawn Код:
SetVehicleVirtualWorld( vehicleid, vehicleid + 1); // The + 1 avoids vehicle keep in the worldid 0.
Re: Garage -
M0HAMMAD - 30.08.2014
put your pawn code !!