g_notification_service->push_warning("Remote Control","Player not in a vehicle");
else
g_notification_service->push_warning("Remote Control","Player not in a vehicle, try spectating the player");
return;
}
vehicle::remote_control_vehicle(veh);
g.player.spectating=false;
}
};
remote_control_vehicleg_remote_control_vehicle("rcplayer","Remote Control Vehicle","Take control of the player's vehicle. Spectate the player beforehand for best results",0,false);