Remote Control in GTA 2 Mission Scripts
You can use the following command to control the vehicle:
TAKE_REMOTE_CONTROL_OF_CAR (playername, carname)
Make sure you've created a car before hand. Use the OBJ_DATA
command to create a remote. The object you will see in-game is this:
Once the player is at the location, you might as well do the DELETE_ITEM
command. An example code could look like this:
TAKE_REMOTE_CONTROL_OF_CAR (p1, tank01)
Taking remote control of a tank? Great fun.
(Originally written by Chris “Pyro” Hockley and formatted by Ben “Cerbera” Millard with full permission.)