SA-MP Forums Archive
Vehicle Spwaner menu - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Vehicle Spwaner menu (/showthread.php?tid=71061)



Vehicle Spwaner menu - CAMERON_BANFIELD - 29.03.2009

Hi, i am trying to make a set of menus that allow players to spawn vehicles for the menu. i would like to make it so that when you get out vehicle it disapears and you can ONLY have one vehicle at a time.
So. Please, Please help me with this
Thanks very much
Cameron


Re: Vehicle Spwaner menu - CAMERON_BANFIELD - 29.03.2009

Please help


Re: Vehicle Spwaner menu - darkrider366 - 29.03.2009

Quote:
Originally Posted by CAMERON_BANFIELD
Please help
ok cameron,
when you select a item on the menu make sure you use
if(IsPlayerInVehicle(playerid))
{
PutPlayerInVehicle(playerid, (vehicleid);
}
else
{
"haha didnt work"
}