SA-MP Forums Archive
/enter to enter a car and /exit to exit a car :P - 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: /enter to enter a car and /exit to exit a car :P (/showthread.php?tid=66047)



/enter to enter a car and /exit to exit a car :P - CAMERON_BANFIELD - 18.02.2009

so, how do i make a command to enter a car and exit it. this seems pointless but i need to know how to do it :P
Thnaks
cameron


Re: /enter to enter a car and /exit to exit a car :P - [HiC]TheKiller - 19.02.2009

Well for enter:

pawn Код:
PutPlayerInVehicle(playerid, Vehicle ID, 0)//Driver
For /exit

pawn Код:
RemovePlayerFromVehicle(playerid)



Re: /enter to enter a car and /exit to exit a car :P - CAMERON_BANFIELD - 19.02.2009

thanks :P